MACD Divergence AW
- Indikatoren
- Andrey Dik
- Version: 1.10
- Aktivierungen: 5
A professional tool for trading - the divergence indicator between the MACD and the price, which allows you to receive a signal about a trend reversal in a timely manner or catch price pullback movements (depending on the settings). The indicator settings allow you to adjust the strength of the divergence due to the angle of the MACD peaks and the percentage change in price, which makes it possible to fine-tune the signal strength. The indicator code is optimized and is tested very quickly as part of the Expert Advisor.
The indicator does not redraw, the arrows for the direction of transactions are located exactly where the signal appears - at the opening of the bar.
MACDsettings = "=============="; //---------MACD settings--------- FastEMA = 12; //Fast period SlowEMA = 26; //Slow period SignalSMA = 9; //Signal SMA period Price_P = PRICE_CLOSE; //Price type DivConSettings = "=============="; //---Divergence/Convergence---- FractalLeftBars_P = 1; //Fractal left bars FractalRightBars_P = 1; //Fractal right bars IndDivForce_P = 1.0; //Diver/Conver force of indicator PriceDivForce_P = 0.01; //Diver/Conver force of price