Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Indicateurs

ZigZag of Orlov - indicateur pour MetaTrader 4

Vues:
36444
Note:
(14)
Publié:
2011.01.13 08:32
Mise à jour:
2016.11.22 07:32
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

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. )

Traduit du russe par MetaQuotes Ltd.
Code original : 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.