Single Instance Strategy
Created at 06 Oct 2017, 18:01
BE
Single Instance Strategy
06 Oct 2017, 18:01
Hello,
I am trying to develop a strategy which runs of a single instance rather than having to add multiple instances to the strategy.
What would be the best method to achieve this?
I was thinking of using an array of symbols and then just run a loop on the onbar event to check the conditions for each symbol.
Any suggestions would be much appreciated.