Hi ubzen!
First I will inform you of my objective...
Objective = Ultimately rewrite zigzag.
1. Color indicator buffer 1 blue when moving up and color indicator buffer 2 red when moving down.
2. Create "fractals" of color red when new upper is met and create "fractals" of color blue when new lower is met.
3. Write bid prices above "fractals" of color red and Write ask prices below "fractals" of color blue.
I suppose since I shared my objective with you, it is up to you on how you will choose to respond.
Thank you!
@ ubzen.
Yes. I am going through the code of zigzag between our communications.
Obviously flaab has written an indicator similar to my specifications for my objective https://www.mql5.com/en/forum/138473, but in order to be completely understand this indicator, I must have every detail down to a T. This means that I must fully understand the indicator functions and code. My current background with writing, using custom indicators, and laying custom indicator code in expert advisors is less experienced than other fields of my programming knowledge.
Timeframe shouldn't matter. I suppose testing purposes should be run on higher timeframes like m30,h1,or h4. The only difference that timeframes make is the amount of loss that you can receive for each trade. Obviously as written...
small timeframes = less loss; (sometimes more false signals)
larger timeframes = more loss; (more volatility, but watch out for reversals... Yikes ;) )
typically.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi all!
I am trying to understand the parameters of the custom indicator ZigZag. I am not familiar with it and am currently studying the code to become familiar with it.
If anyone has experience with custom indicators specifically ZigZag and has the time to share their knowledge of it please feel free to respond to this topic by adding a post or private messaging me.
Thank you.