Mira cómo descargar robots gratis
¡Búscanos en Twitter!
Pon "Me gusta" y sigue las noticias
¿Es interesante este script?
Deje un enlace a él, ¡qué los demás también lo valoren!
¿Le ha gustado el script?
Evalúe su trabajo en el terminal MetaTrader 5
Asesores Expertos

Using Moving Averages with an EA (Sample Source Code) - Asesor Experto para MetaTrader 4

Visualizaciones:
7438
Ranking:
(4)
Publicado:
2023.09.16 14:50
¿Necesita un robot o indicador basado en este código? Solicítelo en la bolsa freelance Pasar a la bolsa

1. ENTRY RULE

Long Entry: We will enter long positions on the Golden Cross.

  1. The value of the previous moving average is higher than the shorter-term moving average.
  2. The value of the moving average two periods ago is lower than the shorter-term moving average.
  3. The value of the moving average two periods ago is lower than the value of the previous short-term moving average.

If these three conditions are met, we consider it a Golden Cross and enter a long position.

Short Entry: We will enter short positions on the Dead Cross.

  1. The value of the previous moving average is lower than the shorter-term moving average.
  2. The value of the moving average two periods ago is higher than the shorter-term moving average.
  3. The value of the moving average two periods ago is higher than the value of the previous short-term moving average.

If these three conditions are met, we consider it a Dead Cross and enter a short position.

2. EXIT RULE

Entry orders are managed only with stop loss orders and take profit limit orders.

The stop loss point is set at a distance of Stoploss value from the mid-term MA.

Take profit Limit orders are set at the same distance as stop orders but on the positive side, also serving fairness.



3. BACKTEST RESULT



    MaybeAwo EA MaybeAwo EA

    a Versatile automated trading tool for the MetaTrader 4 platform. This EA is designed to assist traders in managing their positions effectively by offering features such as setting a breakeven point, trailing stop, stop loss, and take profit levels. It works with various input parameters, allowing you to customize its behavior to fit your trading strategy.

    Probability and Signals class Probability and Signals class

    With these classes you can create and test your signals runtime.

    Super Scalper EMAs Super Scalper EMAs

    Low risk, max profit, winning strategy EA. Based upon Super Scalper EMAs indicator

    Breakout Martin Gale Expert Advisor for mql4 Breakout Martin Gale Expert Advisor for mql4

    This is an mql5 Expert Advisor trading the breakouts and using Martin Gale risk management.