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

It uses the knowledge about the M1 OHLC tick generation algorithm in Strategy Tester of MetaTrader 5: If the price began to decrease after the new bar opening, it is guaranteed that it will increase in the next price change and vice versa.

Attention: The "Open prices only" and "1 minute OHLC" modes of Strategy Tester can be used ONLY for rough and fast estimation of strategy performance.

The Expert Advisor is profitable only if the "Open prices" only or "1 minute OHLC" modes used in Strategy Tester.

With constant volume=0.1 Lot


With enabled Money Management (RISK parameter)


It uses the possibility to read the OHLC ticks (using onTimer event), generated by Startegy Tester in "Open prices only" and "1 minute OHLC".

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

OptimReport v2.15 OptimReport v2.15

If you want to optimize your Expert Advisor using your own characteristics, you can use "Custom max" mode via OnTester() function. This code provides you many characteristics, which can be used during the optimization of your EA. Also it allows you to save the optimized charateristics in HTML file.

iUSDx (USD index) Multicurrency Indicator iUSDx (USD index) Multicurrency Indicator

The iUSDx indicator uses the "MCM Control Panel" for multicurrency mode. It calculates the USD index.

ZigzagColor_Channel ZigzagColor_Channel

The ZigzagColor_Channel plots a channel by connecting the ZigZag peaks and ZigZag bottoms.

Linear Regression Channel Linear Regression Channel

The indicator plots a channel using the linear regression model: y=b+a*x.