Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Experts

One MA EA - expert pour MetaTrader 5

Publié par:
Vladimir Karputov
Vues:
5799
Note:
(14)
Publié:
2018.08.23 13:17
One MA EA.mq5 (31.39 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Author of the idea: Iurii Tokman

MQL5 code author: barabashkakvn

The EA trades by a single iMA (Moving Average, MA) indicator. All indicator parameters are included to the inputs. Operation is performed at each tick: as soon as a signal is received and there are no open positions in the direction of a signal, the signal can be executed.


Position opening decision logic

Indicator data are taken from Current Bar (get MA). Open, High and Low data are taken from Current Bar (get OHLC). Conditions for being in the channel, where the upper border is calculated as "MA" plus Ceiling of the channel and the lower one is "MA" minus Floor of the channel.


Levels

Stop Loss and Take Profit parameters can be disabled. To do this, set "0". Keep in mind that if Stop Loss is "0", we may receive frozen loss-making positions that are never closed by the EA.

Sample test on EURUSD M15:

One MA EA

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/21499

Chaikin_Volatility_Histogram Chaikin_Volatility_Histogram

Chaikin volatility indicator as a colored histogram.

3sma 3sma

The EA based on three iMA (Moving Average, MA) indicators.

AMA Histogram Normalize AMA Histogram Normalize

Version of the AMA Histogram indicator.

Ozymandias_System_Alert Ozymandias_System_Alert

Ozymandias_System indicator provides alerts, sends email and push notifications when the candles break through the indicator channel.