Hi all! I was wondering if anyone has seen an uncompiled ea that swing trades using the ZigZag custom indicator?
I am aware that this indicator looks backward and used alone would not be sufficient in itself. I am having difficulty capturing a single value that corresponds to each graphic pointer drawn on a chart. I would like the calculation to depend on the open price if possible, since it never changes.
Thanks!We have a lot about zigzag in our forum (it is enough for the section even).
- EAs, indicators, explanation https://www.mql5.com/en/forum/173588/page50
- GoldWarrior EA (Zigzag Trading System) https://www.mql5.com/en/forum/173145
ZigZag EA
Thank you newdigital. I will give it a try!
ZigZag trader version 2 (expert advisor) zigandzag_trade_v2.mq4
Hi All,
I need urgent help. I want to use the standard Zigzag indicator and convert it to a EA that uses a multiplier. Can anyone out there assist me please.
-
How To Ask Questions The Smart Way. 2004
Don't flag your question as “ Urgent ” , even if it is for you.
need HEEEELP, please, it's URGENT... really ! - General - MQL5 programming forum 2017.01.11
-
Don't try to do that. There are no buffers, no IndicatorCounted() or prev_calculated. No way to know if older bars have changed or been added (history update.)
Just get the value(s) of the indicator(s) into EA/indicator (using iCustom) and do what you want with it.
You should encapsulate your iCustom calls to make your code self-documenting.
Detailed explanation of iCustom - MQL4 programming forum #33 2017.05.23 -
How To Ask Questions The Smart Way. 2004
Prune pointless queries.Help you with what? You haven't stated a problem, you stated a want. You have only four choices:
-
Search for it. Do you expect us to do your research for you?
-
Beg at:
- Coding help - MQL4 programming forum
- Make It No Repaint Please! - MQL4 programming forum
- MT4 to MT5 code converter - MQL5 programming forum
- Please fix this indicator or EA - General - MQL5 programming forum - Page 193 #1027
- Requests & Ideas (MQL5 only!) - Expert Advisors and Automated Trading - MQL5 programming forum
-
MT4: Learn to code it.
MT5: Begin learning to code it.
If you don't learn MQL4/5, there is no common language for us to communicate. If we tell you what you need, you can't code it. If we give you the code, you don't know how to integrate it into your code. -
or pay (Freelance) someone to code it.
Hiring to write script - General - MQL5 programming forum 2019.08.21
We're not going to code it for you (although it could happen if you are lucky or the problem is interesting.) We are willing to help you when you post your attempt (using CODE button) and state the nature of your problem.
No free help 2017.04.21 -
Hi All,
I need urgent help. I want to use the standard Zigzag indicator and convert it to a EA that uses a multiplier. Can anyone out there assist me please.
- Look at this search result links to find something similar for what you are looking for (it is free indicators/EAs).
- Alternatively - you can order EA on Freelance service (it is not free).
----------------
- Zigzag indicators thread
- GoldWarrior EA (Zigzag Trading System) thread
- ZigZag Channels thread
- Channel trading system with zigzag - the thread
- Follow The Bouncing Pip: trading system with zigzag indicators and good EAs (for example - bouncingPipEA_BigBear EA and bouncingPipEA_mPower EA).
- Zigzag Scalping system thread
- Harmonic Trading thread with ZUP indicators
- 3_Level_ZZ_Semafor (indicator and trading system) - the thread
- The power of ZigZag (part I). Developing the base class of the indicator - the article

- 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 was wondering if anyone has seen an uncompiled ea that swing trades using the ZigZag custom indicator?
I am aware that this indicator looks backward and used alone would not be sufficient in itself. I am having difficulty capturing a single value that corresponds to each graphic pointer drawn on a chart. I would like the calculation to depend on the open price if possible, since it never changes.
Thanks!