I need help on this
-
@ambrogio yes, this logic is correct for the resistance high. The Arrow draw at the exact place the line does correct for the High.
What's left is the most recent low with minimum 7 candles away from the resistance. High
-
@tec-nacks said in I need help on this:
@ambrogio yes, this logic is correct for the resistance high. The Arrow draw at the exact place the line does correct for the High.
What's left is the most recent low with minimum 7 candles away from the resistance. High
just reverse the condition......low instead of high....or not?
-
@ambrogio yes but there are two different logics.
-
Draw line on the ID 7 candle and if the condition is fulfilled
-
When the High Line is drawn, draw another line below the lowest candle lik shown in the pic below

-
-
@tec-nacks the second arrow would be where the second lowest line will be drawn as it is the lowest candle

-
so......once the green (high) line is drawn, do you want the red line at the first low from now to the high you just found?
-
@ambrogio yes, I want the red line to be redrawing the red line to the lowest low from the high (the green)
-
seems a little bit complicate but no so much
https://fxdreema.com/shared/LnLSEkvN -
@ambrogio God man. You nailed it boss.
Geez...I was only scrubing the surface lol
Can you jsut explain how you thought of that way..of course i could read the handwriting but come on man...that's magic
and I got a little touch I wanna add to it, which tracing from ID 7 to the most recent lowest low, for the most extreme imbalance or Order Block that is closet to the ID 7 candle.
is this possible?
i think one might work with the negatives values to read backwards and all, but I'm looking forward to your take on this boss
-
@tec-nacks Can you jsut explain how you thought of that way..of course i could read the handwriting but come on man...that's magic
In the meantime i make this more logical little change (moving modify variable below draw support)

This is: when your 13/14 candles setup is trigger, we save candle id7 and turn on "once per bar", at this point on every candle we increase id7 + 1 , that's for have the same candle (red arrow) reference for the range of candle inside the draw support block.
-
@tec-nacks and I got a little touch I wanna add to it, which tracing from ID 7 to the most recent lowest low, for the most extreme imbalance or Order Block that is closet to the ID 7 candle.
Please, draw few line by hand on a chart
-
@ambrogio Waow...incredible
-
@ambrogio Okay here is it, those line and space are the most recent FVG or Imbalance Gap closet to the ID 7 or the Highest support line

-
@tec-nacks sorry but, i just realized now that you don't need each candle to be higher than the previous one, so simply two blocks in a row like these are enough to find the highest ID7

-
-
@tec-nacks said in I need help on this:
@ambrogio Waow....OMG
This is incredible..didnt see it coming
Thanks..
What about the FVG>?
I don't know, what would you like to do?
-
@ambrogio what I want to do is; trace from ID 7 to the most recent lowest low, for the most extreme imbalance or Order Block that is closest to the ID 7 candle.

-
@tec-nacks so my question is how can I trace backward to find an Imbalance??
-
@ambrogio hello boss, is there any possibility on this sir?
-
good for item
-
@tec-nacks said in I need help on this:
@ambrogio what I want to do is; trace from ID 7 to the most recent lowest low, for the most extreme imbalance or Order Block that is closest to the ID 7 candle.

if we were now on the chart, the condition should be like this: high candle ID4 - low candle ID6 == the size of your imbalance. Need to update the candles ID for each candle passes, like the project above