Local Piak Alert
- 지표
- Sergei Vassunov
- 버전: 1.0
- 활성화: 5
I present to your attention a trading assistant for gold trading (XAUUSD). The code implements a counter-trend trading strategy.
The indicator identifies local peaks (potential trend reversals).
. Sound alerts are also implemented in the code!
Trading Recommendations:
- Instrument: GOLD (XAUUSD)
- Timeframe: M15
- Open trades on the second signal in a series
- Do not forget to move positions to breakeven
Settings:
Period = 50;
Period = 200;
Pips = 4000;
Distance_Pips = 4000
Buy_Arrow_Color = clrBlue;
Sell_Arrow_Color = clrRed;
Enable_Alert = true;
Show_Arrows = true;
Sound_File = "alert.wav";
