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

Shortly:

There is a large quantity of various Zigzags and the majority of it, with difficult algorithms, don't give required result. Besides the work principle and adjustment happens very hard to understand.

I have decided to write my own Zigzag and accordingly named it by my name.))

It is the Zigzag with a simple, clear and natural principle of work . It shows impulses and corrections which are important to you . Zigzag doesn't redraws since it only draws the impulses which are already exist .

Options and work principle:

extern double MinRatio=0.33;

It means the relation of a new impulse to previous to which the Zigzag will react. I.e. the new line will be constructed only if current impulse is not less than 0.33 of previous.

0.5 - not less than half

0.75 - not less than three quarters etc.


extern int MinPoints=20;

The filter which cuts too small movements, i.e. market noise. Designates size of the minimum impulse for reaction, in points. I.e. the Zigzag doesn't react to an impulse, which less than MinPoints.


extern int ForcePoints=50;

This parameter allows to react to considerable recoils even if they less than MinRatio. For example, after sharp movements.

If parameter MinPoints is established to more than ForcePoints, ForcePoints will be automatically raises to the same size.


extern bool ByClose=False;

The interesting parameter, allows to draw the Zigzag being guided by the Close-prices and ignoring market noise of High and Low.


extern int History=5000; 

It's just the History. )

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

XIT_BuySellAutoStoploss.mq4 - Stoploss set from Fractal Levels, Money management Risk/Reward XIT_BuySellAutoStoploss.mq4 - Stoploss set from Fractal Levels, Money management Risk/Reward

This script will set your stoploss at the fractal level of your choosing. Money management built in helping take some of the guess work out of your trading.

MACD Ichimoku MACD Ichimoku

The MACD Ichimoku indicator uses the Ichimoku structure but applied to MACD values. It tells an entire story in itself which is one of the Ichimoku system strengths.

CustomTimeframe Candles CustomTimeframe Candles

Shows custom Timeframes on the Main chart

XIT_FIBS XIT_FIBS

XIT_FIBS indicator automatically plots Fibonacci lines on current chart. Lines have retracement values and price.