A Good EA by Paraboliс and Fibo Lines – EA MetaTrader 4

A Good EA by Paraboliс and Fibo Lines - expert for MetaTrader 4
EA Author: Juriy. ForTrader.ru BuyWhen the price breaks through the parabolic 0.02 & 0.2 we draw the Fibo lines between the closest minimum (before the break through of parabolic) and the maximum of the bar the break through occured at. In such a manner we obtain the level of the target at 161.8% and the … Read more

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;                      // … Read more

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 … Read more

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 … Read more