Double Exponential Moving Average (DEMA) – indicator MetaTrader 5

Double Exponential Moving Average Indicator
Double Exponential Moving Average technical Indicator (DEMA) was developed by Patrick Mulloy and published in February 1994 in the “Technical Analysis of Stocks & Commodities” magazine. It is used for smoothing price series and is applied directly on a price chart of a financial security. Besides, it can be used for smoothing values of other … 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

Convert time to double and vice versa – library MetaTrader 4

Convert time to double and vice versa - library for MetaTrader 4
I’ve found these small functions very useful when trying to pass datetime through Global Variables. Example: You can use it to save a value GlobalVariableSet(name,TimeToDouble(date_time)); and datetime date_time=DoubleToTime(GlobalVariableGet(name)); when you want to get the value back. Convert time to double and vice versa – library MetaTrader 4

Guppy MMA of Double Smoothed Ema – indicator MetaTrader 5

Guppy MMA of Double Smoothed Ema - indicator for MetaTrader 5
GUPPY MULTIPLE MOVING AVERAGE This indicator was developed by Daryl Guppy. It is fully explained in TREND TRADING. Captures the inferred behaviour of traders and investors by using two groups of averages. Uses fractal repetition to identify points of agreement and disagreement which precede significant trend changes. APPLICATION Applied to understand the nature and character … Read more