I have an EA for trade management. I do not want to keep it open on charts where I do not trade actually, since of CPU load.
TDesk is managing my charts and placing arrows. I have this situation:
1. I jump to a chart and see a trade opportunity. But I want to be fast! Unfortunately, the EA needs certain Settings for my trading style from .set
2. Now I open the EA and load the .set file. Further I add an additional (CPU hungry) indi on chart, with .set file as well.
3. I trade
I would like to have a script to automate the loading of EA with .set file and in the same step loading the one or more indicators in addition to what is already loaded on chart.
Why I do not use a Template? Because this deletes the arrows from TDesk from chart and I like to keep them.
I tried to understand Steves script to load TDesk with settings, but I am too stupid for that.
Summary of a perfect scenario:
1. First script loads EA and indicator A and indicator B on chart. All of them with pre-defined .set files. The definition of EAs, indicators and their .set files I can do in the source-code by self, I guess...
2. Second script removes those EAs and indicators from chart
Can I get help? Thank you kindly in advance!