I have an automated strategy, but to run it, I need to open a chart for every instrument and every timeframe I require. The issue is that I have to open multiple charts because if I don’t, the data doesn’t update every second. If I try using a single window with three tabs, only the tab currently displayed updates, while the others do not.
Is there any way to run the strategy without opening any windows?
Would using Market Analyzer work for this?
Alternatively, is there a way to run the strategy directly from the Control Center without opening multiple windows or using Market Analyzer?
For example If my strategy operates on four instruments, each with three different timeframes, I end up with 12 open windows, which is quite inconvenient.
Thanks!

Comment