I need help .. making this EA .. automated trading..EA..

 

I need someone to help me turn this free code (( EA )) auto tradinig ..just simply..adding..one thing..every time price go up or down (  +-)( 10 )(points)..it starts ...(( puting orders ))..

and of course if we can test it in tester ...will be great....

https://www.mql5.com/en/code/223

Exp5-VirtualTradePad for mt5 v 4 (Contest version)
Exp5-VirtualTradePad for mt5 v 4 (Contest version)
  • www.mql5.com
This Expert Advisor will simplify the manual trading. It supports the One-Click trading.
 
Al Sayid:

I need someone to help me turn this free code (( EA )) auto tradinig ..just simply..adding..one thing..every time price go up or down (  +-)( 10 )(points)..it starts ...(( puting orders ))..

and of course if we can test it in tester ...will be great....

https://www.mql5.com/en/code/223

Plenty of freelancers to do that. 
 
My account is activated.Please guide me to proceed further
 
84040896 #:
My account is activated.Please guide me to proceed further
https://www.mql5.com/en/job/rules
 
Al Sayid: I need someone to help me

Help you with what? You haven't stated a problem, you stated a want.
     How To Ask Questions The Smart Way. (2004)
          Prune pointless queries.

You have only four choices:

  1. Search for it (CodeBase or Market). Do you expect us to do your research for you?

  2. Beg at:

  3. 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.

  4. Or pay (Freelance) someone to code it. Top of every page is the link Freelance.
              Hiring to write script - General - MQL5 programming forum (2019)

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)

 

good day,please i would love to make this indicator an EA,thanks in advance @engrtetle

<ex4 file deleted>

 
engrtetle #: i would love to make this indicator an EA,

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.
          (MT4) Detailed explanation of iCustom - MQL4 programming forum (2017)

Reason: