Thank you for your response.
Either add each line of code for each bar series for entry and exit using BarsInProgress, Closes, BarsArray, etc.
Or build the strategy as designed for only the primary series. Remove all the additional instruments and bar series in the code and build the strategy as if it would be running on one instrument. Then once you are complete, just enable the strategy in the Strategies tab for each of the instruments. This way each instance of the strategy is focusing on one instrument and there is no need to add several lines of duplicating code.
Please let me know if you have any questions.

Comment