거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
Experts

EMA 6.12 - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
7244
평가:
(21)
게시됨:
2018.01.22 10:02
EMA 6.12.mq5 (14.75 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: 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.