Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Sistemi Esperti

EMA 6.12 - sistema esperto per MetaTrader 5

Pubblicati da::
Vladimir Karputov
Visualizzazioni:
7060
Valutazioni:
(21)
Pubblicato:
2018.01.22 10:02
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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

Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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.