I'm having a problem with the strategy analyzer chart. I'm using multiple data series, 1 tick to handle logic and entries, and 2k tick for support. My default first bars context set in the UI is 2k tick, only for the sake of being able to see the 2k chart within the analyzer.
I'm able to enter a position on the 1t chart via EnterLongLimit(int barsInProgressIndex), however SetProfitTarget looks to work differently without a barsInProgressIndex parameter. ("Should you have multiple Bars objects of the same instrument while using SetProfitTarget() in your strategy, you should only submit orders for this instrument to the first Bars context of that instrument."). As such, I get the desired fill results when setting the tick value within the UI to 1, but then I have no 2k tick visualization in the strategy analyzer chart.
My question is there any way I can have the first bars context or the tick value in the UI be 1 tick, while still displaying the 2k tick chart within the analyzer?

Comment