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

The Expert Advisor is rewritten from MQL4, the author is klopka, link to the source https://www.mql5.com/ru/code/8186.

How it works

Three indicators such as Moving Average (MA), CCI, stochastic are used.

When CCI is lower than a level, stochastic is lower than a level, price is higher than the МА, then there is a buy.

When CCI is higher than a level, stochastic is higher than a level, price is lower than the МА then there is a sell.

The image 1 shows the performance of the Expert Advisor in the strategy tester's visual mode, the image 2 shows the results of the tester.

 
Fig. 1. Deals in the Expert Advisor tester. Sell performed above МА, so different shift of MA and price is used.

 
Fig. 2. The results of work of the Expert Advisor for the last year (2012) at EURUSD H1.

Parameters

  • Lots - lot; when 0, the MaxrR parameter is used.
  • MaximumRisk - Risk (default value Lots=0).
  • StopLoss - Stop Loss in points, 0 - without Stop Loss.
  • TakeProfit - Take Profit in points, 0 - without Take Profit.
  • RevClose - Close the position by the opposite trading signal.
  • MAPeriod - The period of the Moving Average.
  • MAMethod - The method of the Moving Average.
  • MAPrice - The price of the Moving Average.
  • MAShift - The bar from which the Мoving Аverage value is taken to compare it with the price.
  • PShift - The bar from which the price value is taken to compare it with the Мoving Аverage.
  • CCIPeriod - The period of the CCI.
  • CCIPrice - The price of the CCI.
  • CCIDiffer - The CCI level (in both sides from 0 for a buy and a sell).
  • CCIShift - The bar on which the CCI is checked.
  • StKPeriod - The period of К stochastic.
  • StDPeriod - The period of D stochastic.
  • StSPeriod - The period of S stochastic.
  • StMethod - The method of stochastic.
  • StPrice - The price of stochastic.
  • StShift - The bar on which the Stochastic is checked.
  • StDiffer - Stochastic level (in both sides from 50 for a buy and a sell).
  • CommonShift - Common shift (added to Shift variable of all indicators).
  • MWMode - Place Stop Loss and Take Profit after position opening.

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

MaTMFI MaTMFI

The smoothed and slower version of the True MFI indicator.

20_200 expert_v4.2_AntS 20_200 expert_v4.2_AntS

The Expert Advisor with a very simple price analysis in two bars and with the increasing lot after a loss

2MoHLC 2MoHLC

Two lines are channel averages created by High and Low price values for different periods displayed as clouds

Smatf Smatf

The Expert Advisor analyses many Moving Averages from three timeframes