無料でロボットをダウンロードする方法を見る
Telegram上で私たちを見つけてください。
私たちのファンページに参加してください
興味深いスクリプト?
それではリンクにそれを投稿してください。-
他の人にそれを評価してもらいます
記事を気に入りましたか?MetaTrader 5ターミナルの中でそれを試してみてください。
エキスパート

Using Moving Averages with an EA (Sample Source Code) - MetaTrader 4のためのエキスパート

ビュー:
7765
評価:
(4)
パブリッシュ済み:
2023.09.16 14:50
このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動

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.