ZigZag + Fibo – indicator MetaTrader 5

ZigZag NK Fibo
MQL5 version of the conventional ZigZag indicator from the MetaTrader 4 client terminal allowing to set Fibo levels at two last extremums.    Indicator input parameters: //+———————————————-+ //| Indicator input parameters                  | //+———————————————-+ input int ExtDepth=12; input int ExtDeviation=5; input int ExtBackstep =3; //—- Fibo features at the last high input bool DynamicFiboFlag=true;                      //

ZigZag on Parabolic + Fibo + Channel – indicator MetaTrader 5

ZigZag On Parabolic + Fibo + Channel
Description: This is an enhanced version of ZigZag based on the Parabolic SAR technical indicator with the added possibility to build Fibo levels on the last two indicator peaks and the channel generated with the use of three successive zigzag peaks with selection of these peaks. Indicator input parameters: //+———————————————-+ //| iSAR indicator input parameters

Donchian Fibo – indicator MetaTrader 5

Donchian Fibo for MetaTrader 5
Authors: Richard Donchian, based on the code by Luis Guilherme Damiani, posted by Nikolay Kositsin. (All credits maintained.) This indicator is a modified version of Donchian Channels by Luis Guilherme Damiani, inspired by DonForex DonchianFibo indicator MetaTrader 4. I never found this indicator for Metatrader 5, so i made one for me. Hope you enjoy it. Donchian