The strategy identifies if a candle closes green using 5 tick unirenko candles (the first data series, the one I have a the default input for the chart's plots) AND also identifies if the candle is also green using a second data series not on the chart which is a 10 tick range bar chart.
Default data series: current unirenko candle close > close of candle 1 (so current candle is green on small unirenko bars)
Additional data series added in strategy builder is 10 range bar: 10range(1) close >= 10range(1) open (so previous 10 range bar closed green)
Individually I can get the formulas to work fine but when I combine them into 1 strategy the markers are not being drawn correctly. Am I missing something?
Thanks.

Comment