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

Exp_Skyscraper_Fix_ColorAML_X2MACandle_MMRec - MetaTrader 5용 expert

조회수:
2210
평가:
(12)
게시됨:
2018.10.25 18:05
업데이트됨:
2023.03.29 13:48
\MQL5\Include\ \MQL5\Indicators\
ColorAML.mq5 (15.22 KB) 조회
X2MACandle.mq5 (17.14 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Three independent trading systems using Skyscraper_Fix, ColorAML and X2MACandle indicators within a single EA with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system. Trading signals are formed when a bar closes if a trend has changed (which is displayed by any of the three indicators changing its color). The EA is a further complication of the Exp_Skyscraper_Fix_ColorAML and Exp_Skyscraper_Fix_ColorAML_MMRec code by adding another trading system using the X2MACandle indicator.

The EA inputs are divided into three groups A, B and C according to indicators applied in trading systems:

  • A - Skyscraper_Fix;
  • B - ColorAML;
  • C - X2MACandle.

Each trading system should be configured separately by disabling the remaining trading systems with the corresponding EA inputs:

input bool    A_BuyPosOpen=true;    //A Permission to enter long positions
input bool    A_SellPosOpen=true;   //A Permission to enter short positions

For the generated EA to operate correctly, the compiled files of indicators Skyscraper_Fix.ex5, ColorAML.ex5 and X2MACandle.ex5 should be present in the <terminal_data_directory>\MQL5\Indicators.

Default Expert Advisor's input parameters have been used during tests shown below. Stop Loss and Take Profit have not been used during the tests.

Fig. 1. Examples of trades on the chart

Fig. 1. Examples of trades on the chart

Testing results for 2017 on EURJPY H6:

Fig. 2. Test results chart

Fig. 2. Test results chart

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

Exp_BrainTrend2_AbsolutelyNoLagLwma_X2MACandle_MMRec Exp_BrainTrend2_AbsolutelyNoLagLwma_X2MACandle_MMRec

Three independent trading systems using BrainTrend_V2, AbsolutelyNoLagLWMA and X2MACandle indicators within a single EA with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system

WPR_Histogram_Vol WPR_Histogram_Vol

Williams’ Percent Range oscillator displayed as a color histogram, using volumes

X2MACandle_Chl_HTF X2MACandle_Chl_HTF

The X2MACandle_Chl indicator with the timeframe selection option available in the input parameters

BARS Alligator BARS Alligator

The Expert Advisor based on iAlligator (Alligator) indicator.