Fractal Break Imbalance / Fair Value Gap (FVG) / Liquidity VoidFractal Break Imbalance / Fair Value Gap (FVG) / Liquidity Void
Order imbalances in either direction, either excess buy or sell orders, reduce liquidity. The market will seek to fill gaps sooner or later. The script marks an imbalance / FVG after a fractal break. It also marks any other imbalance.
Default Colours:
Green - Imbalance after fractal break to the upside
Red - Imbalance after fractal break to the downside
Yellow - Other imbalances
How To Use:
Gaps can be used to determine possible entries and targets. Those familiar with liquidity raids, supply and demand, and ICT concepts may realise it's potential.
Indicator in use:
Fractalbreakout
Williams Fractals with BreaksThis is a Bill Williams fractal indicator with breaks.
I was turned onto fractals and the importance of their breaks by ChaosTrader63.
I know several version of this indicator have been done.
I chose this as a first project because of it's simplicity , but also because of the poor code quality of some other versions I looked at.
This is the first draft that successfully met my three criteria:
* Must identify all fractals, including simultaneous up/down fractals.
* Must identify fractal breaks with a clear indicator.
* Must provide information on how many fractals
For the first bullet, I wanted to provide a more concise modern version than the boolean logic composition I was seeing in other examples.
The later two required tracking the past which was not present in the other versions I looked at.
Code here can be improved for more uses and better integration, but it is functional and elegant enough to use.
Thanks for checking it out.
Jolly Wizard
Fractal Breakout StrategyFractal
A type of pattern used in technical analysis to predict a reversal in the current trend. A fractal pattern consists of five bars and is identified when the price meets the following characteristics:
1. A shift from a downtrend to an uptrend occurs when the lowest bar is located in the middle of the pattern and two bars with successively higher lows are positioned around it.
2. A shift from an uptrend to a downtrend occurs when the highest bar is located in the middle of the pattern and two bars with successively lower highs are positioned around it.