♥ 0 |
This is hard to explain but I’ll try my best to keep it simple. I have a hammer pattern I like to keep on my charts def UpperWick = high – Max(open, close); # Length of the candle’s body # def Hammer #def Inverted hammer plot signalHammer = Hammer; signalHammer.SetPaintingStrategy(PaintingStrategy.BOOLEAN_ARROW_UP); signalInvertedHammer.SetPaintingStrategy(PaintingStrategy.BOOLEAN_ARROW_DOWN);
The screenshot I’m using is JBHT from 1/17/20 at 5m 1/d.
What I want to accomplish is this. Once a hammer appears and the next candle is in a different direction (bull => bear / bear =>Bull).
In case of Bull => Bear I want a red cloud going 1 ATR above the high of the wick with the hammer and the cloud to go down 1/4 ATR.
In case of Bear => Bull I want a green cloud going 1 ATR below the wick of the wick with the hammer and the cloud to go up 1/4 ATR.
Is it possible only to draw these clouds based on HoD and LoD?
Thanks!
Marked as spam
|
Please log in to post questions.