Re: Zig-Zag Indicators MT4

131
mrtools wrote: Thu Feb 23, 2023 10:09 am Made a new version but the mtf works on everything except offline charts.
Image

Image
About pivot setting in the indicator from Scriptor on the mt5 site:

Calculations:

Code: Select all

ZZOsc = 100 * (Close - LastZZ) / LastZZ
where:

Code: Select all

LastZZ - ZigZag price on the pivot point
If the pivot point is equal to zero, then the counting will be started from the nearest left ZigZag break or from the end of its last ray.
Fig. 1. ZigZag Oscillator + ZigZag, ZigZag pivot point = 0

Fig. 2. ZigZag Oscillator + ZigZag, ZigZag pivot point = 1


Fig. 3. ZigZag Oscillator + ZigZag, ZigZag pivot point = 2
These users thanked the author mrtools for the post (total 2):
webshark, Chickenspicy