無料でロボットをダウンロードする方法を見る
Telegram上で私たちを見つけてください。
私たちのファンページに参加してください
興味深いスクリプト?
それではリンクにそれを投稿してください。-
他の人にそれを評価してもらいます
記事を気に入りましたか?MetaTrader 5ターミナルの中でそれを試してみてください。
インディケータ

ZigZag of Orlov - MetaTrader 4のためのインディケータ

ビュー:
36414
評価:
(14)
パブリッシュ済み:
2011.01.13 08:32
アップデート済み:
2016.11.22 07:32
このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動

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.