Join our fan page
ZigZag - indicator for MetaTrader 4
- Views:
- 86880
- Rating:
- Published:
- 2005.11.29 11:56
- Updated:
- 2016.11.22 07:32
- Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
ZigZag Indicator tracks and connects extreme points of the chart, the distance between these points being equal or higher than the percentage specified for the price scale.
Depth is the minimal amount of bars where there will not be the second maximum (minimum) Deviation pips higher or lower than the previous one. I.e., ZigZag can always diverge, but it can converge (or completely draw together) more than at the Deviation value only after Depth bars. Backstep is the minimal amount of bars between maximums/minimums.
After the ZigZag has captured the lowest point, it starts to search for the turn point until the rollback down from the maximum value exceeds the parameter. As soon as rollover down exceeds the parameter, the second (in this case, the upper) point is considered for captured, and ZigZag starts to search for the third one (in this case, for the lower one), etc.
Full description of ZigZag is available in the Technical analysis: ZigZag
ZigZag indicator
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/7796
The Stochastic Oscillator indicator compares where a security’s price closed relative to its price range over a given time period.
Relative Strength Index (RSI)The Relative Strength Index (RSI) technical indicator is a price-following oscillator that ranges between 0 and 100.
Close - script closing first market order if it is first in the list.
Delete Pending OrderDelete pending order - script printing selected first in list pending order data and deleting pending order.