the index displays the fractal levels of one , two or three different higher timeframes, starting from the current one. When a fresh fractal seems, a new degree is drawn. The indicator can be utilized for visual evaluation of the current graph, or used in an Expert Advisor. should you need more levels, begin a new case of the indicator.
AppliedPrice – the price used for drawing levels. There are two possible options:
- high_low – maximum and minimum price (fractal).
- close_close – the closing price of the candle closest to the fractal.
When using the indicator in the Expert Advisor, the high_low parameter corresponds to the number 2, close_close-to the number 3.
- onsmallertf – enable / disable the first level.
- onmiddletf – enable / disable the second level.
- onlargertf – enable / disable the third level.
- smallertf-timeframe of the first level.
- middletf-timeframe of the second level.
- largertf-timeframe of the third level.
- Pop-up alerts-enable / disable the pop-up notification window in the terminal.
- Sound alerts – enable / disable sound alerts.
- Send alerts to Email – enable / disable email alerts.
- Send Push alerts to mobile – enable / disable notification to the mobile terminal.
- Limit number of fractals – possible values of 0, 1, 2, 3, etc. for the selected timeframes. At 0, all fractals are used.
[spoiler title=”Read More…”]
AppliedPrice – the price used for drawing levels. There are two possible options:
- high_low – maximum and minimum price (fractal).
- close_close – the closing price of the candle closest to the fractal.
When using the indicator in the Expert Advisor, the high_low parameter corresponds to the number 2, close_close-to the number 3.
The color and thickness settings of the levels are standard.
[/spoiler]