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 NK Channel – indicator MetaTrader 5

ZigZag NK Channel
In this indicator the channel is built using three extreme points of ZigZag. The indicator has two versions: with ZigZag indicator on a chart (ZigZag_NK_Channel2) and without (ZigZag_NK_Channel). Input parameters: //+———————————————-+ //| Indicator input parameters                  | //+———————————————-+ input int ExtDepth=12; input int ExtDeviation=5; input int ExtBackstep =3; //+———————————————-+ //| Channel creation input parameters           … 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

ZigZag based on VininI_FractalsTrend – indicator MetaTrader 5

VininI_FractalsTrend
Real author: Vinin ZigZag based on fractals. Fractals indicator is used to find tops and bottoms for ZigZag. Because of this fact, it works much faster than conventional ZigZag indicator. This indicator was first implemented in MQL4 and published in CodeBase at mql4.com 27.04.2011. ZigZag based on VininI_FractalsTrend – indicator MetaTrader 5

ZigZag based on the fractals of a larger timeframe – indicator MetaTrader 5

VininI_FractalsTrend_MTF
ZigZag based on the fractals of a larger timeframe considering VininI_FractalsTrend indicator data. The indicator has no other input parameters except the possibility to select a timeframe. Place VininI_FractalsTrend compiled file to the terminal_data_folder\MQL5\Indicators. ZigZag based on the fractals of a larger timeframe – indicator MetaTrader 5

ZigZag For Long Term – EA MetaTrader 4

ZigZag For Long Term - expert for MetaTrader 4
Author: Danu Saputra This Robot has been generated using Molanis Strategy Builder ..This is not Promotion 😀 This Robot uses the default zigzag indicator from MetaTrader with a few changes (ExtDepth = 150, ExtDeviation = 5, and ExtBackStep = 3 ) This Robot is very good FOR LONG TERM not for Short Term (Next Time … Read more

Double ZigZag (no repaint) – indicator MetaTrader 4

Double ZigZag (no repaint) - indicator for MetaTrader 4
This indicator is very simple: it shows signals triggered using two different ZigZag indicators (fast and slow) without any filtering. It does never -ever- repaint a past signal and therefore is useful to study the real behavior of the ZigZag indicator -which does repaint- as a trading tool over time. As you can see, many … Read more

Fractal ZigZag (never repaints) – indicator MetaTrader 4

Fractal ZigZag (never repaints) - indicator for MetaTrader 4
This indicator is very simple: it shows signals triggered using Fractals and the original ZigZag indicator without any further filtering. It does never -ever- repaint a past signal and therefore it useful to study the real behavior of the ZigZag -which does repaint- as a trading tool over time. You should complement signals with your … Read more