This is the first indicator I have ever tried to create and I am just not able to get it to work.
The goal is to be able to draw 2 dashed rays extending to the right of the current bar. Their positioning would be determined by the previous bar's direction. Here are the details. I know it's not written in the NinjaScript code, but I thought it would be the easiest way to explain it.
Variables: Reversal and Trend
If (Close[1] > Open[1]) then (Draw a Ray "Trend" ticks above Close [1] and Draw a Ray "Reversal" Ticks below Close[1])
The opposite would be true if Close[1] < Open[1]..
I'll take any and all help you can give.
Thank you so much,
Eddie

Comment