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

Search patterns - MetaTrader 4용 지표

조회수:
51189
평가:
(26)
게시됨:
2008.11.06 07:52
업데이트됨:
2014.04.21 14:53
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The indicator searches for the patterns, displays the end of the D and C points on the screen.

Input Parameters:

extern bool FuturePattern =false; /* true - searches for the patterns, i.e. you can try to play on the moving
before the end of the pattern, for the "advanced" pattern users ;) */
extern bool ExtSave=false; /* if true, then the drawings will be saved on the chart */
extern int ExtDepth=0; /* parameter for ZZ,if 0, then the search for the patterns will be performed, otherwise the pattern (if there is)
with the specified Depth parameter will be drawn */
extern int ExtPoint=5; /* the number of zigzag points, if you specify more than 5, then the patterns will be displayed on the history */
extern int minDepth=3; /* parameter for pattern searching */
extern int maxDepth=50;/* parameter for pattern searching */
extern double ExtDopusk=0.05; /* the parameters of the pattern will differ from each other not more than by the ExtDopusk value */
extern double TimeDopusk=0.2; /* the parameters of the pattern by the time will differ from each other not more than by the ExtDopusk value */
extern bool Gartley=true; /* true - searches for Gartley patterns, false - doesn't */
extern bool Pattern_50=true; /* true - searches for 5-0 pattern, false - doesn't */
extern bool ABCD=true; /* true - searches for AB=CD pattern, false - doesn't */
extern bool WolfWaves=false; /* true - searches for WW pattern, false - doesn't */
extern bool SweetZoneStart=true; /* true - shows the SweetZone of the WW processing beginning the 5 point should be within, false - doesn't */
extern bool SweetZoneEnd=true; /* true - shows the SweetZone of the WW the 6 point should be within, false - doesn't */
extern color SZScolor=Blue; /* color for the SweetZoneStart */
extern color SZEcolor=DarkGreen; /* color for the SweetZoneEnd */
extern color ExtColorGartley=MidnightBlue; /* color for the Gartley patterns */
extern color ExtColorRet=Lime; /* color of the retracements line */

Search patterns

Math System-Trader Math System-Trader

An effective trade system, it determines the levels of support/resistance, rollback, trend reverse by a complex mathematical algorithm.

iTREND_alexcud iTREND_alexcud

It uses three timeframes to determine a trend.

Script s_FlatEfficiency_v1 Script s_FlatEfficiency_v1

The script is intended for gathering some statistics by the symbols and its comparison.

Indicator MACD TrackTrend Colored Indicator MACD TrackTrend Colored

I made this indicator colored at Zet's request.