• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 5:41pm
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 5:41pm
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Printable Version

Similar Threads

Help: Zig Zag features 0 replies

Looking for help with Modifying Zig Zag indicator 3 replies

Kindly help to display HH LL HL LH with this ZIG ZAG indicator 3 replies

Need help, can somebody create ZIG ZAG alert? 1 reply

Zig Zag Expert Advisor Problem 5 replies

  • Rookie Talk
  • /
  • Reply to Thread
  • Subscribe

Zig Zag Help

  • Post #1
  • Quote
  • First Post: Apr 12, 2009 12:22am Apr 12, 2009 12:22am
  •  deedeed
  • | Joined Apr 2007 | Status: Member | 120 Posts
Hi Guys,

In the zig zag indicator what do these three inputs mean

ExtDepth
ExtDeviation
ExtBackStep

Can somebody please explain this to me

Cheers
B
  • Post #2
  • Quote
  • Last Post: Apr 12, 2009 8:25am Apr 12, 2009 8:25am
  •  FxCross
  • | Joined Dec 2008 | Status: Member | 86 Posts
These are excerpts from NewDigital at the TSD forum.
Warning! You may get dizzy from so many ZZ's available.
Regards.

http://www.forex-tsd.com/metatrader-...indicator.html

"I am not expert on zigzag but I think that it is seaching the low (for example) from the current bar up to ExtDepth periods back (ExtDepth bars back). If the new Low was not found the indicator returns zero (no new Low).

Code:
val=Low[Lowest(NULL,0,MODE_LOW,ExtDepth,shift)]; if(val==lastlow) val=0.0;

If the new Low was found so the indicator check this current new Low with the previous Low and if the current new Low is higher of the previous Low on the ExtDeviation point (if ExtDeviation=5 so if new Low is higher previous Low on 5 point) the indicator will not consider this new Low as a Low and we will still have the previous one:

Code:
if((Low[shift]-val)>(ExtDeviation*Point)) val=0.0;

What is ExtBackstep?
If we have several equal Lows (with the same value) so the indicator will consider the last one only.

If the current Low is higher than previous one but not more higher then previos Low plus ExtDeviation so we have the following:

Code:
for(back=1; back<=ExtBackstep; back++)
  • Rookie Talk
  • /
  • Zig Zag Help
  • Reply to Thread
0 traders viewing now
Top of Page
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2021