Can anyone tell me Body Candle size %in Heikenashi Candle
-
Can anyone tell me how to detect Body Candle size (50%) from the High Low in 1 candle in Heikenashi Candle ??
thanks so much for the help -
Any more info on exactly what you need? High + low /2, will give you the mid point, then you will have to work out the distance (size).
-
@jstap i have strategy in heikenashi candle,
if in current candle (heiken ashi) in 1hour candle the body size have more than 50% of all candle ( (Open - Close) / (high-low)), than i will Open Position.
i need that calculation in heikenashi candle (not in japanese candle) -
In HA you have the open, close, high and low, put these into variables, then another to save the formula result, (use 2 formula blocks saving into the same variable), put these results into a comment block, so you can visually check on back test.
-
@jstap im still confuse (because im newbie in coding), can you show me how to make it? thanks
-
Make a start, add a shared link, and say whats not working.
-
https://fxdreema.com/shared/z8l9AK6hb
im still confuse, i want to make like in my pict (in tradingview), to detect if the body size heiken ashi > 50% from full range of candle
