if(Close[2] > Open[2] && High[1] < High[2] && Close[1] < Open[1] && Close[0] < Open[0] && != Draw.Line)
Have it draw a red line at the close of bar.
Would I have to do this in strategy Builder, or can I make this happen in the Indicator Development?
I just want lines drawn in the right conditions as a reminder to myself that it might be a trade I could take.
Not to trigger trades, I do that.

Comment