ZigZag + Fibo – indicator MetaTrader 5
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; // … Read more