Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Experts

EMA 6.12 - expert for MetaTrader 5

Published by:
Vladimir Karputov
Views:
7082
Rating:
(21)
Published:
2018.01.22 10:02
EMA 6.12.mq5 (14.75 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to 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

Translated from Russian by MetaQuotes Ltd.
Original code: 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.