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

This Expert Advisor is rewritten from MQL4 and was originally published here https://www.mql5.com/en/code/8146 by its author Reshetov.  

How It Works

The direction for an entry is determined by the SAR indicator, provided that ADX is lower than the level specified. If the last trade was winning, a position can be opened in the direction of the last winning trade. If the last trade was losing, a position can be opened only in the direction opposite to that of the last trade.

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

 

Parameters

  • Lots - Lot.
  • MaximumRisk - Risk (it is used if Lots=0).
  • StopLoss - Stop Loss in points.
  • TakeProfit - Take Profit in points.
  • SARStep - SAR step.
  • SARMax - maximum SAR step.
  • ADXPeriod - ADX period.
  • ADXLevel - ADX level.
  • Shift - The bar on which the indicator values are checked.
  • BreakEven - Profit level of a position expressed in points in order to move the Stop Loss to the breakeven level. If the value is 0, the function is disabled.
     

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

iClose_HTF iClose_HTF

The iClose_HTF indicator plots a zigzag based on closing prices of a time frame specified in the input parameters.

CandleVisual CandleVisual

The simplest visual interpretation of a candlestick chart.

Universal_Investor Universal_Investor

The Expert Advisor operating based on exponential and linear weighted moving averages of the same period.

up3x1 up3x1

The Expert Advisor based on three moving averages and exit using Stop Loss or Take Profit. It sets up a market entry upon the conclusion of a trend on the trend reversal.