DoubleMA Crossover EA – EA MetaTrader 5

DoubleMA Crossover EA
Author of the idea — John Smith, author of the MQL5 code — barabashkakvn.  Trades only the following symbols: “AUDCAD” “AUDJPY” “AUDNZD” “AUDUSD” “CHFJPY” “EURAUD” “EURCAD” “EURCHF” “EURGBP” “EURJPY” “EURUSD” “GBPCHF” “GBPJPY” “GBPUSD” “NZDUSD” “USDCAD” “USDCHF” “USDJPY” Trailing of open positions. Signals of two indicators (Moving Average, MA). Indicator parameters, such as “averaging period”, “horizontal shift”, “smoothing type” and “type … Read more

Vervoort’s crossover – indicator MetaTrader 5

Vervoort's crossover - indicator for MetaTrader 5
Theory : Sylvain Vervoort’s article in May 2008 issue of TASC , “The Quest For Reliable Crossovers,” describes a trading system based on three functions: the triple exponential moving average (TMA), the heikin-ashi close (haC), and the “typical price” (TypicalPrice). Vervoort’s strategy trades the crossover of the typical price and heikin-ashi TMAs Usage : It … Read more

Vervort’s crossover – histogram version – indicator MetaTrader 5

Vervort's crossover - histogram version - indicator for MetaTrader 5
Theory : Sylvain Vervoort’s article in May 2008 issue of TASC , “The Quest For Reliable Crossovers,” describes a trading system based on three functions: the triple exponential moving average (TMA), the heikin-ashi close (haC), and the “typical price” (TypicalPrice). Vervoort’s strategy trades the crossover of the typical price and heikin-ashi TMAs In order to … Read more

Vervoort’s crossover – tape – indicator MetaTrader 5

Vervoort's crossover - tape - indicator for MetaTrader 5
Theory : Sylvain Vervoort’s article in May 2008 issue of TASC , “The Quest For Reliable Crossovers,” describes a trading system based on three functions: the triple exponential moving average (TMA), the heikin-ashi close (haC), and the “typical price” (TypicalPrice). Vervoort’s strategy trades the crossover of the typical price and heikin-ashi TMAs In order to … Read more

Vervoort’s crossover – extended – indicator MetaTrader 5

Vervoort's crossover - extended - indicator for MetaTrader 5
Theory : Sylvain Vervoort’s article in May 2008 issue of TASC , “The Quest For Reliable Crossovers,” describes a trading system based on three functions: the triple exponential moving average (TMA), the heikin-ashi close (haC), and the “typical price” (TypicalPrice). Vervoort’s strategy trades the crossover of the typical price and heikin-ashi TMAs In order to … Read more

AMA to KAMA crossover – indicator MetaTrader 5

AMA to KAMA crossover - indicator for MetaTrader 5
Theory : In “Adaptive Moving Averages” in this issue, author Vitali Apirine introduces an adaptive moving average (AMA) technique based on Perry Kaufman’s KAMA (Kaufman adaptive moving average). His update to the original KAMA allows the new method to account for the location of the close relative to the high–low range. The author describes a … Read more

AMA to KAMA crossover – histogram version – indicator MetaTrader 5

AMA to KAMA crossover - histogram version - indicator for MetaTrader 5
Theory : In “Adaptive Moving Averages” in this issue, author Vitali Apirine introduces an adaptive moving average (AMA) technique based on Perry Kaufman’s KAMA (Kaufman adaptive moving average). His update to the original KAMA allows the new method to account for the location of the close relative to the high–low range. The author describes a … Read more

Classic 2 Moving Averages crossover EA – EA MetaTrader 5

inputs
This is a classic trading strategy based on two Moving Averages crossover. Buys when fast MA crosses slow MA from below and sells when fast MA crosses slow MA from above. This code can be used in both MetaTrader5 and MetaTrader4. Just change the file extension from .mq5 to .mq4 and compile the file in MetaEditor. This … Read more

Swing trading 3 EMA Crossover – indicator MetaTrader 4

Swing trading 3 EMA Crossover - indicator for MetaTrader 4
There is no magic in moving averages but they can be used to form the basis of a simple trading strategy that works. For some reason, Forex traders especially enjoy these types of strategies. You can develop many trading systems using averages but remember that complex trading strategies are not always best. The Triple Moving … Read more