거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
8245
평가:
(32)
게시됨:
2010.09.28 16:24
업데이트됨:
2016.11.22 07:32
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The Expert Advisor is designed to trade in MetaTrader 5 client terminal at any currency pairs and any timeframes.

The trading strategy is the following:

  • when trading it checks the values of the ADX indicator.
  • to open BUY position, the +DI line should cross the specified level from below to above;
  • to open SELL position, the -DI line should cross the specified level from above to below.

Input parameters:

  • TimeFrames = 0; - ADX indicator timeframe;
  • shift = 1; - ADX indicator shift;
  • adx_period = 28; - ADX indicator period;
  • MAGIC = 2899; - EA magic number;
  • Lots = 0.1; - position volume;
  • SL = 500; - stop loss;
  • TP = 500; - take profit;
  • dev = 30; - slippage;
  • level_p = 5; - level of +DI and ADX crossing for BUY operation;
  • level_m = 5; - level of -DI and ADX crossing for SELL operation;


ytg_ADX_V1


MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/197

Simple Expert Advisor based on the Simple Moving Average and ADX Simple Expert Advisor based on the Simple Moving Average and ADX

This simple Expert Advisor uses Simple Moving Average and ADX indicators.

Ichimoku Oscillator Ichimoku Oscillator

The oscillator, based on Ichimoku indicator.

QQE [v02] and QQE multi-timeframe [v02] QQE [v02] and QQE multi-timeframe [v02]

QQE - Qualitative Quantitative Estimation MA on RSI, Difference of MA on RSI and MA of MA of ATR of MA of RSI

An Expert Advisor template An Expert Advisor template

This code is a template of an Expert Advisor, written by Valery Mazurenko (notused) for ATC-2010.