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

MACD Stochastic 2 - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
10916
평가:
(23)
게시됨:
2018.07.09 10:28
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Idea by: Scriptor.

MQL5 code by: Vladimir Karputov.

An Expert Advisor based on two oscillators: iMACD (with adjustable timeframe) and iStochastic taken on the current timeframe. The main idea is that the MACD timeframe must be higher than the current one in the chart.

Stop loss and take profit are set individually for BUY and SELL positions. Trailin is the same for all position types.


Inputs

  • Lots - position volume (constant, to be set manually)
  • Stop Loss BUY (in pips) - Stop Loss for BUY positions
  • Stop Loss SELL (in pips) - Stop Loss for SELL positions
  • Take Profit BUY (in pips) - Take Profit for BUY positions
  • Take Profit SELL (in pips) - Take Profit for SELL positions
  • Trailing Stop BUY and SELL(in pips) - trailing (a single one for BUY and SELL)
  • Trailing Step BUY and SELL (in pips) - trailing step

//--- Indicators inputs:

  • MACD: period
  • MACD: period for Fast average calculation
  • MACD: period for Slow average calculation
  • MACD: period for their difference averaging
  • MACD: type of price or handle
  • Stochastic: K-period (number of bars for calculations)
  • Stochastic: D-period (period of first smoothing)
  • Stochastic: final smoothing
  • Stochastic: type of smoothing
  • Stochastic: stochastic calculation method

Inputs must be optimized for each symbol and timeframe. Exemplary optimization range for AUDUSD,M15:

MACD Stochastic 2 Options

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

2MA Bunny Cross Expert 2MA Bunny Cross Expert

An Expert Advisor based on two indicators iMA (Moving Average, MA).

CCI T3 Based CCI T3 Based

In CCI T3 Base indicator average is replaced with T3 and the deviation is replaced with EMA deviation.

JS-MA-Day JS-MA-Day

Working with indicator iMA (Moving Average, MA) with a rigidly defined timeframe: D1.

BreakOut15 BreakOut15

An Expert Advisor based on two indicators iMA (Moving Average, MA). At crossing, we move back from the price at a certain distance and then expect the level obtained to be broken through.