thank you for indicator can you add alerts please
when you have code, you have the possibility to add alerts yourself
here's how to fix the problemin the indicator where it won't work in strategy tester:
if(prev_calculated == 0) start = InpRangeBars; else start = MathMin(InpRangeBars, prev_calculated-1);
here's how to prevent repaint, change:
for(int i = start; i < rates_total - InpRangeBars && !IsStopped(); i++)
to:
for(int i = start; i < rates_total - InpRangeBars - 1 && !IsStopped(); i++)
that way it iterates to the penultimate bar instead of the current bar (you don't want the highs and lows to be moving as it causes repaint)
Hi , thank you.
I'm currently building an EA for this Indicator with some added SMC features.
Hi,
Thanks looking forward to the EA for this indicator. Cus I'm not on the pc all the time and I can't see it on my mobile so would be great.
So far the arrows are oke sometimes it shows sell but the market is buying this is based on previous timecharts.
How do you recommend to apply this indicator at its best?
Hi,
Thanks looking forward to the EA for this indicator. Cus I'm not on the pc all the time and I can't see it on my mobile so would be great.
So far the arrows are oke sometimes it shows sell but the market is buying this is based on previous timecharts.
How do you recommend to apply this indicator at its best?

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Find Swing Highs Swing Lows:
The Swing High/Low Identifier for MetaTrader 5 marks significant swing highs and swing lows directly on your chart with color-coded arrows. This tool helps traders quickly identify key price levels, which can serve as resistance and support, and is ideal for trend reversal analysis, support and resistance mapping, and enhancing price action strategies. By highlighting these crucial swing points, it provides valuable insights for making informed trading decisions and optimizing trading strategies.
Author: Philani Mthembu