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

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

Fractal Zig Zag EAs on 5 pip Renko Bricks 116 replies

Zig Zag Expert Advisor Problem 5 replies

Zig Zag Help 1 reply

Zig and Zag - anyone tried this indicator? 5 replies

Zig Zag 3 replies

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 38
Attachments: Zig Zag Pip Value
Exit Attachments
Tags: Zig Zag Pip Value
Cancel

Zig Zag Pip Value

  • Last Post
  •  
  • 1 2Page 34 5
  • 1 2Page 34 5
  •  
  • Post #41
  • Quote
  • Oct 9, 2012 5:54am Oct 9, 2012 5:54am
  •  Basilio
  • | Joined Oct 2012 | Status: Member | 10 Posts
Mt4 has a standard one you can use
 
 
  • Post #42
  • Quote
  • Oct 10, 2012 7:01pm Oct 10, 2012 7:01pm
  •  panthere
  • | Joined Aug 2010 | Status: Member | 150 Posts
Good afternoon.
please help me to solve my error I lack more than that to make my system.
thank you
 
 
  • Post #43
  • Quote
  • Oct 12, 2012 3:07am Oct 12, 2012 3:07am
  •  panthere
  • | Joined Aug 2010 | Status: Member | 150 Posts
Good afternoon.
please help me to solve my error I lack more than that to make my system.
thank you
 
 
  • Post #44
  • Quote
  • Oct 12, 2012 8:04am Oct 12, 2012 8:04am
  •  cyber1
  • Joined Jan 2011 | Status: Member | 1,299 Posts
Quoting panthere
Disliked
Hello all.
I am very bad programming I tried changing the zigzag "sangmane" but I have a problem I can not solve a.
I try to calculate the mean of X to swing spilled statistics but my problem is that on the last swing as ZZ repainted it distorts all the calculations so how.

I'll explain exactly what I want to do.

I try to calculate the average of the high and low swing swing number is a parameter to calculate.

Can you help me?
Here is the code that is not good that I have done cat I'm no programming.
sorry for my english I'm French.
cordially

FRENCH

Bonjour...
Ignored
Not sure what you mean by "swing spill statistics".

Only the last leg repaints so why do you include that in your calculation if that's what's distorting it?
 
 
  • Post #45
  • Quote
  • Oct 12, 2012 8:19am Oct 12, 2012 8:19am
  •  panthere
  • | Joined Aug 2010 | Status: Member | 150 Posts
hello and thank you for answered.

only the last swing repainted all the other swings provide guidance very very important if you know how to interpret, I know, but I'm not programmed.
I want to calculate the average and many other things, but if I find out how to average the rest I could do.

as the last swing he painted find how faudrais update the amount and I do not know.

Can you help me please?
thank you
 
 
  • Post #46
  • Quote
  • Oct 12, 2012 8:34am Oct 12, 2012 8:34am
  •  cyber1
  • Joined Jan 2011 | Status: Member | 1,299 Posts
Quoting panthere
Disliked
hello and thank you for answered.

only the last swing repainted all the other swings provide guidance very very important if you know how to interpret, I know, but I'm not programmed.
I want to calculate the average and many other things, but if I find out how to average the rest I could do.

as the last swing he painted find how faudrais update the amount and I do not know.

Can you help me please?
thank you
Ignored
What is "faudrais"?

It would make it easier if all the coding was in English as in order to help I have to translate.
 
 
  • Post #47
  • Quote
  • Oct 12, 2012 8:53am Oct 12, 2012 8:53am
  •  panthere
  • | Joined Aug 2010 | Status: Member | 150 Posts
faudrais= do.
sorry but I use google translate.

I'll translate what I want into the program immediately.
in the program sangmane I added lots of test to try to correct the error when the last swing repainted but it does not work.

to get the right values ​​I require to restart the indicator and the values ​​are good and I do not understand why when I raise the indicator values ​​are good.
thank you for your help.
 
 
  • Post #48
  • Quote
  • Oct 12, 2012 9:04am Oct 12, 2012 9:04am
  •  panthere
  • | Joined Aug 2010 | Status: Member | 150 Posts
Here are the translated code
Attached File(s)
File Type: mq4 ZZ-TEST_STATS.mq4   12 KB | 985 downloads
 
 
  • Post #49
  • Quote
  • Oct 13, 2012 11:17am Oct 13, 2012 11:17am
  •  cyber1
  • Joined Jan 2011 | Status: Member | 1,299 Posts
Quoting panthere
Disliked
hello and thank you for answered.

only the last swing repainted all the other swings provide guidance very very important if you know how to interpret, I know, but I'm not programmed.
I want to calculate the average and many other things, but if I find out how to average the rest I could do.

as the last swing he painted find how faudrais update the amount and I do not know.

Can you help me please?
thank you
Ignored
I have made a slight change to the file, being the market is closed you can test it in the Strategy Tester and just watch the Print statement. The way you do this is use a simple EA such as the MACD Sample that comes with MT4, press the Start button then drop the indicator on the chart.

You were focusing on d1 and d2 when it's really d2 and d3. Those are the non-repainting values. All you have to do is figure out how to only add those values to the array once as it gets added multiple times. As far as I know MT4 does not have a built-in function to either dedupe an array or to check a value that may already exist.
Attached File(s)
File Type: mq4 ZZ-TEST_STATS.mq4   12 KB | 1,185 downloads
 
 
  • Post #50
  • Quote
  • Oct 13, 2012 9:10pm Oct 13, 2012 9:10pm
  •  panthere
  • | Joined Aug 2010 | Status: Member | 150 Posts
hello CYBER1.
A big thank you for your help a very big thank you.
I know how to use the tester Monday I'll wait for your check corrections.

but I compared your code with the original and I do not see or are your changes or qe are your changes?

thank you for your patience.
friendly
 
 
  • Post #51
  • Quote
  • Nov 23, 2012 8:57am Nov 23, 2012 8:57am
  •  balanisuresh
  • | Joined Nov 2010 | Status: Member | 23 Posts
Hello sir

Was going through the thread regarding zigzag with value bars.

I wanted to find out if its possible to have number of bars described with up down for example pips/number of bars/number of up bars/number of down bars.

Or u can delete number of bars and just have pips/number of up bars/number of down bars

Thanx

With Regards


Suresh
 
 
  • Post #52
  • Quote
  • Nov 26, 2012 7:33am Nov 26, 2012 7:33am
  •  balanisuresh
  • | Joined Nov 2010 | Status: Member | 23 Posts
Quoting balanisuresh
Disliked
Hello sir

Was going through the thread regarding zigzag with value bars.

I wanted to find out if its possible to have number of bars described with up down for example pips/number of bars/number of up bars/number of down bars.

Or u can delete number of bars and just have pips/number of up bars/number of down bars

Thanx

With Regards


Suresh
Ignored

is this thread inactive?
 
 
  • Post #53
  • Quote
  • Nov 27, 2012 7:22am Nov 27, 2012 7:22am
  •  balanisuresh
  • | Joined Nov 2010 | Status: Member | 23 Posts
Quoting balanisuresh
Disliked
Hello sir

Was going through the thread regarding zigzag with value bars.

I wanted to find out if its possible to have number of bars described with up down for example pips/number of bars/number of up bars/number of down bars.

Or u can delete number of bars and just have pips/number of up bars/number of down bars

Thanx

With Regards


Suresh
Ignored
Dear Sangmane....

Plz if u happen to read this....plz help
 
 
  • Post #54
  • Quote
  • Nov 28, 2012 8:09am Nov 28, 2012 8:09am
  •  balanisuresh
  • | Joined Nov 2010 | Status: Member | 23 Posts
Quoting balanisuresh
Disliked
Hello sir

Was going through the thread regarding zigzag with value bars.

I wanted to find out if its possible to have number of bars described with up down for example pips/number of bars/number of up bars/number of down bars.

Or u can delete number of bars and just have pips/number of up bars/number of down bars

Thanx

With Regards


Suresh
Ignored

Dear Sangmane.......

plz if u happen to read this....plz help me
 
 
  • Post #55
  • Quote
  • Nov 29, 2012 11:21am Nov 29, 2012 11:21am
  •  gringoh
  • Joined Aug 2009 | Status: Member | 116 Posts
Hi,

This indicator and the last development are really interesting.

It could be really helpful to identify a change in momemtum.

I have tried to add a few extra features to improve the various information’s available, especially:

- To add an option to select the number of bars for the calculation
- To calculate the information without the last 2 swings to identify a change in the momentum


http://img15.hostingpics.net/pics/331208Capture.jpg

I am stuck for the moment, the indicator is not working. If anybody can help, would be really appreciated.

Thanks
 
 
  • Post #56
  • Quote
  • Dec 10, 2012 4:45am Dec 10, 2012 4:45am
  •  olsen-yersen
  • | Joined May 2011 | Status: Member | 222 Posts
Quoting sangmane
Disliked
elvadod,

please see attached file. let me know how it works
Ignored
When I convert the indicator values in CSV file ,it only converts the zigzag values it doesnt convert the amount of pips and candles
values for each leg.I want convert the amount of pips and candles for each leg as well.I am using the below script.Can anyone help?Thanks.
Attached File(s)
File Type: mq4 FXPT_CSV3_Modified.mq4   6 KB | 1,149 downloads
 
 
  • Post #57
  • Quote
  • Feb 6, 2013 2:33pm Feb 6, 2013 2:33pm
  •  seyola9
  • | Joined Feb 2013 | Status: Member | 12 Posts
Good day guyz..I'm a beginner trader..Itz nice joining u guyz.
I have a question concerning the zigzag indicator that came with the metatrader 4 platform.

How do I change the minimum percentage price change parameter ???
The only changeable parameters I see are:

ExtDepth: default value = 12
ExtDeviation default value=5
ExtBackstep default value=3

Thankss Guys..
 
 
  • Post #58
  • Quote
  • Edited 5:37pm Feb 24, 2013 12:57pm | Edited 5:37pm
  •  meo10
  • | Joined Mar 2011 | Status: Junior Member | 2 Posts
Hi
I am writing from Italy and my english is not so good.
I thank you very much because you have done a great work with the zig zag listed in the 3D. So I would like to know if it's possible someone of you (expert coders) to implement a zig zag that plots:
the date of each swing (DD-MM-YY)
the price value of each swing
the price value of each range between two swings
the number of trading bars between two swings
the number of calendar days between two swings (so included holidays and week end)
the number of calendar hours between two swing (included week end hours)
If it will be possible it would be a great work and help for me. When it is not possible, thanks a lot anyway for the past work that I read in this discussions.
 
 
  • Post #59
  • Quote
  • Nov 27, 2014 2:48pm Nov 27, 2014 2:48pm
  •  marvelle
  • | Joined Sep 2011 | Status: Member | 9 Posts
Quoting mlewis
Disliked
here's a mod that i did to SangMane's AddZZLegLength indicator so that the pip value and the % value are displayed. I'm VERY new to coding though (in fact this is my first attempt) so check i've not made any glaring errors before using this. MJL {file}
Ignored
Can anyone explain why I cant set a value below 4 on "VarExtDepth" on the "input" menu???
 
 
  • Post #60
  • Quote
  • Mar 12, 2015 7:56am Mar 12, 2015 7:56am
  •  smacznykonse
  • | Joined Mar 2015 | Status: Member | 7 Posts
Sorry to bump this old thread.

Can anyone tell me how can I modify inputs or the code itself to make the ZigZag WithValue indi draw line (and pip value) only if the distance from the previous high/low is greater than x amount of pips? I wanted to change it so it only draws a new high if previous low was more than 7 pips away and the reverse for drawing low - if previous high is more than 7 pips away..

Thanks in advance for any help!
 
 
  • Platform Tech
  • /
  • Zig Zag Pip Value
  • Reply to Thread
    • 1 2Page 34 5
    • 1 2Page 34 5
0 traders viewing now
  • More
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 / ©2023