Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

ZigZag of Orlov - indicator for MetaTrader 4

Views:
36264
Rating:
(14)
Published:
2011.01.13 08:32
Updated:
2016.11.22 07:32
ZZ_Orlova.mq4 (6.38 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to 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. )

Translated from Russian by MetaQuotes Ltd.
Original code: 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.