당사 팬 페이지에 가입하십시오
- 게시자:
- Mykola Demko
- 조회수:
- 12189
- 평가:
- 게시됨:
- 2011.01.05 11:31
- 업데이트됨:
- 2016.11.22 07:32
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
The indicator plots the standard ZigZag by connecting the price peaks with bottoms during the period.
It plots a channel by connecting the ZigZag peaks and ZigZag bottoms. The colors looks fine for black and white background.
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/246

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

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.

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

Trade signals based on price crossover with moving average indicator (CSignalMA from MQL5 Standard Library) is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.