Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
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

EMA 6.12 - expert pour MetaTrader 5

Publié par:
Vladimir Karputov
Vues:
7247
Note:
(21)
Publié:
2018.01.22 10:02
EMA 6.12.mq5 (14.75 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The author of the idea: John Smith, the mq5 code author: barabashkakvn.

The Expert Advisor uses the signals of "crossover of two iMAs (Moving Average, MA)". The EA uses Trailing Stop and Take Profit. Sell positions are closed when a Buy signal appears, and vice versa.

Take profit and trailing stop can be set to 0 to turn them off.


Input Parameters

  • Lots - position volume;
  • Take Profit (in pips) - Take Profit value;
  • Trailing stop (in pips) - trailing stop value;
  • Trailing Step (in pips) - trailing step value;
  • MA fast: averaging period - averaging period of the fast Moving Average;
  • MA slow: averaging period - averaging period of the slow Moving Average;
  • magic number - Expert Advisor identifier.

Individual parameters should be selected for each symbol. EA's default parameters are intended for EURUSD,H1. Results:

EMA 6.12 EURUSD H1

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

FORTS Currency Powers FORTS Currency Powers

An example of creating synthetic instruments for calculating the strength of RTS, USD, RUB based on futures contracts of the FORTS market.

FOREX Currency Powers FOREX Currency Powers

MetaTrader 5 allows creating synthetic instruments. The price of such instruments can depend on the current values of a number of financial instruments. In trading, such symbols allow spotting the beginning and end of global market movements at an early stage. In this example we create synthetic instruments to analyze the strength of Forex currencies EUR, USD, GBP, JPY and CHF.

ichimok2005 ichimok2005

An Expert Advisor based on the iIchimoku (Ichimoku Kinko Hyo) indicator. Fixed lot.

Momo_trades Momo_trades

The Expert Advisor trades based on the signals of iMA (Moving Average, MA) and iMACD (Moving Average Convergence/Divergence, MACD). The minimum distance between the price and the MA indicator is taken into account.