convert indicator to EA

 

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?

Files:
 
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?

Consider the above advice, but if nevertheless you want to try it, you can post it as a job in Freelance.

 
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
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?
  1. 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

  2. "Do it for you?" No slaves here. You have only four choices:
    1. Search for it.
    2. Beg at
    3. 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.
    4. or pay (Freelance) someone to code it.
                Hiring to write script - General - MQL5 programming forum
    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
              urgent help.

 
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?

Do what the above two comments say.
Stay away from ZigZag
Reason: