Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

Gordago EA - MetaTrader 5 Expert | Forex Indicators Download - MT4/MT5 Resources

author EAcpu | 5 reads | 0 comments |

Gordago EA - expert for MetaTrader 5

Gordago EA - expert for MetaTrader 5

Author of the idea : Screenwriter

MQL5 code author : Balabashka Kong

This EA is based on iMACD (Moving Average Convergence/Divergence, MACD) and iStochastic (Stochastic Oscillator). The robot only works when a new bar appears, while the tracking works on every price change.

When defining a trading signal, the levels of the stochastic indicator are also checked:

The complete equation for a buy signal:

(MACD #0 > MACD #1) and (MACD #1 < 0.0) and ( Random #0 < Random Level Buy) and ( Random #0 > Random #1)

The complete equation for a sell signal:

(MACD #0 < MACD #1) and (MACD #1 > 0.0) and ( Random #0 > Random Level Sell) and ( Random #0 < Random #1)

Optimization parameters:

Gordago EA - expert for MetaTrader 5

You can use OHLC mode for faster optimization, but make sure to test in "Every quote" or "Every quote based on real quotes" mode afterwards.

After optimization for USDJPY (these parameters are included in the EA as default parameters):

Gordago EA - expert for MetaTrader 5


Attachment download

📎 gordago_ea.mq5 (47.07 KB)

Source: MQL5 #21878

Verification code Refresh