Refine fair value gap
-
I got a very hard one...
In my strategy I wait for continuations or break of structures (I've build a MS indicator that defines the continuation / break). In some cases:
Price taps the FVG before the continuation or break of structure
In cases like these I refine the FVG zone to only untapped price action.
I really don't have any clue how to program this. Someone?!

-
Wow, this is a very ambitions project to do. You would need at least one loop to find that tap in the past. That itself is a tough implementation. Then the refinement structure should be embedded to it. Are you familiar with loops?
-
Yeah, it's complicated - but I manually tested 1k+ trades with nice results. So the work must be done... Haha.
I'm a bit familiar to loops!
-
@bnjmnstsma Have you managed to program this strategy? If so, Is it successful?