ali.yarahmadi:
hi guys how you doing well
i have an indicator that i want to convert to EA
its a zigzag with arrow
can anyone do this for me?
Better to use some thing else in place zz as base indicator and use zz as supportive because it repaints and possibly mislead you
ali.yarahmadi:
hi guys how you doing well
i have an indicator that i want to convert to EA
its a zigzag with arrow
can anyone do this for me?
you should go here to ask this: https://www.mql5.com/en/job

Trading applications for MetaTrader 5 to order
- www.mql5.com
wa EA Modification Specifications The EA is an active program used on the MT4 Platform Date: October 11, 2019 From: Customer TO: Programmer Explanation: 1) We will change the logic for opening Buy and Sell Positions 2) We will change the logic for closing Buy and Sell Positions We will replace the current opening and closing logic with the new...
ali.yarahmadi:
i have an indicator that i want to convert to EA
can anyone do this for me?-
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 the EA (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 - "Do it for you?" No slaves here. You have only four choices:
- Search for it.
- Beg at
- Coding help - MQL4 programming forum
- Requests & Ideas (MQL5 only!) - Trade FX - Expert Advisors and Automated Trading - MQL5 programming forum
- Free coding for your trading system.. - Easy Trading Strategy - General - MQL5 programming forum
- I will code & automate your strategy for free - Options Trading Strategies - General - MQL5 programming forum
- Make It No Repaint Please! - MetaTrader 5 - MQL4 programming forum
-
MT4: Learn to code it.
MT5: Learn to code. 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 yours. - or pay (Freelance) someone to code it.
Hiring to write script - General - MQL5 programming forum
No free help
urgent help.
ali.yarahmadi:
Do what the above two comments say.hi guys how you doing well
i have an indicator that i want to convert to EA
its a zigzag with arrow
can anyone do this for me?
Stay away from ZigZag

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
hi guys how you doing well
i have an indicator that i want to convert to EA
its a zigzag with arrow
can anyone do this for me?