Hello
I can program an efs to fire off up or down arrows however, they are sometimes either right on the mov avg and it makes it hard to see the signal being fired off.
Using the sample condition below how would I configure the arrow to show itself...either above a candle by a factor of 7 and below a candle for a factor of 7 or other amount. or do I need to make some other condition. I would like to see a shape clearly above the candle or moving average or clearly below the moving average.
drawShapeRelative(0, low(), Shape.DOWNARROW, "", Color.RGB(255,0,0), Shape.BOTTOM)
any suggestions would be greatly appreciated?
Thanks
Pogman
I can program an efs to fire off up or down arrows however, they are sometimes either right on the mov avg and it makes it hard to see the signal being fired off.
Using the sample condition below how would I configure the arrow to show itself...either above a candle by a factor of 7 and below a candle for a factor of 7 or other amount. or do I need to make some other condition. I would like to see a shape clearly above the candle or moving average or clearly below the moving average.
drawShapeRelative(0, low(), Shape.DOWNARROW, "", Color.RGB(255,0,0), Shape.BOTTOM)
any suggestions would be greatly appreciated?
Thanks
Pogman
Comment