|| (ATSCyclePatternFilters1.STCyclePatternShortTradeS et2[1] > 0))
The Strategy runs OnPriceChange, when indicator applied to chart or instrument just taking a position is loaded on a chart with the indicator applied to chart
The Trades are trading against the Bool of the Indicator Plot, the indicator plots 0 when false and a number greater that 0 when true
I have tried with the above and also with the actually number applied for the True state
&& ((ATSCyclePatternFilters1.STCyclePatternShortTrade Set1[1] == 24)
|| (ATSCyclePatternFilters1.STCyclePatternShortTradeS et2[1] == 20))
Which is better?
Thanks
Comment