Help in creating an EA

 
I am trying to create an EA. I have a strategy I would like to try out. I have very minute coding knowledge. I need directions on how to go about.
 

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

 
Cogannxp:
I am trying to create an EA. I have a strategy I would like to try out. I have very minute coding knowledge. I need directions on how to go about.
Hello, no free help around here BUT 
If the strategy is interesting, I could be willing to try.(I have a feeling it's something someone already tried )
Just in case  it's not that weird Fibonacci plus RSI blablabla bullshit ,tell me what the strategy is and we see what to do.
 
William Roeder #:

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


 double RedMA = iMA("MA",PERIOD_CURRENT,1,0,MODE_LWMA,iRSI("RSI",PERIOD_CURRENT,5,PRICE_CLOSE));

Thanks for your reply and recommendations. I have started with assigning variables. Is the code above correct? I am trying to apply the MA to the RSI.

 
busta bruno #:
Hello, no free help around here BUT 
If the strategy is interesting, I could be willing to try.(I have a feeling it's something someone already tried )
Just in case  it's not that weird Fibonacci plus RSI blablabla bullshit ,tell me what the strategy is and we see what to do.

Hello,

Thank you for responding.

Can I send you a private message?

Reason: