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

Gordago EA - MetaTrader 5용 expert

게시자:
Vladimir Karputov
조회수:
5813
평가:
(22)
게시됨:
2018.10.25 16:17
Gordago EA.mq5 (47.07 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The author of the ideaScriptor

MQL5 code author: barabashkakvn

The EA based on iMACD (Moving Average Convergence/Divergence, MACD) and iStochastic (Stochastic Oscillator). The robot works only when a new bar appears, while trailing works on each tick.

EA features:

  • specify a working timeframe (Work timeframe) - main timeframe used to define the moment a new bar emerges
  • specify MACD indicator timeframe (MACD: timeframe)
  • specify Stochastic indicator timeframe (Stochastic: timeframe)
  • specify various stop loss and take profit for BUY and SELL positions

When defining a trading signal, Stochastic is additionally checked for levels: 

  • for a BUY signal, Stochastic indicator on bar #0 should be less than Stochastic level BUY
  • for a SELL signal, Stochastic indicator on bar #0 should exceed Stochastic level SELL

Full equation of BUY signals:

(MACD #0 > MACD #1) AND (MACD #1 < 0.0) AND (Stochastic #0 < Stochastic level BUY) AND (Stochastic #0 > Stochastic #1)

Full equation of SELL signals:

(MACD #0 < MACD #1) AND (MACD #1 > 0.0) AND (Stochastic #0 > Stochastic level SELL) AND (Stochastic #0 < Stochastic #1)

Optimized parameters:

Gordago EA Optimization

You may use OHLC mode for faster optimization, although make sure to test in "Every tick" or "Every tick based on real ticks" mode after that.

After optimization for USDJPY (these parameters are included into the EA as default ones) :

Gordago EA


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

StepMA_3D_v3_Cloud StepMA_3D_v3_Cloud

StepMA_3D_v3 indicator fills the space between the medium and slow trend with color and paints the fast trend line depending on its location

Exp_Iin_MA_Signal Exp_Iin_MA_Signal

The trading system based on Iin_MA_Signal indicator signals

XRSI_Histogram_Vol XRSI_Histogram_Vol

RSI_Histogram_Vol indicator with additional averaging of the resulting histogram

XCCI_Histogram_Vol XCCI_Histogram_Vol

CCI_Histogram_Vol indicator with additional averaging of the resulting histogram