Creating EA from custom indicator

 

Hi guy's and girls!

I want to make EA from custom indicator (attached). Problem is that I can't find any software except web site eabuilder.com that is paying almost 100$ to create from custom indicator.

Can you help me? 

It's a fairly simple indicator that signals buy and sell opportunities using arrows. I would like the EA to open a trade at exactly the same time a buy or sell signal comes up. If possible I would like to add a T/P and S/L user input. All other parameters do not need to be modified by the user.

Thank you soo much!

 
https://www.mql5.com/en/job/new
Trading applications for MetaTrader 5 to order
Trading applications for MetaTrader 5 to order
  • www.mql5.com
im looking for a developer who can connect two mt4. the ea will open hedge order on second mt4 if criteria is meet on first mt4. we will call the first mt4 as master and second mt4 as hedge mt4. i need an ea that will place hidden stop loss on master mt4 order and will trail hedge my position. the way it works is that when my position starts...
 
Bilal Said:
https://www.mql5.com/en/job

Thx, published.

 
Comments that do not relate to this topic, have been moved to "Off Topic Posts".
 
Ivan Ronkulin: I want … eabuilder.com … 
  1. You haven't stated a problem, you stated a want. You have only four choices:
    1. Search for it.

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

  2. EA builder, EATree, Etasoft forex generator, Forex Strategy Builder, FOREXEADVISOR STRATEGY BUILDER, FX EA Builder, fxDreema, FxPro, Molanis, Online Forex Expert Advisor Generator, Strategy Builder FX, Strategy Quant, Visual Trader Studio, MQL5 Wizard, etc., are all the same. You will get something quick, but then you will spend a much longer time trying to get it right, than if you learned the language up front, and then just wrote it.
    1. Since you haven't learned MQL4/5, therefor 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.
      We are willing to HELP you when you post your attempt (using SRC) and the nature of your problem, but we are not going to debug your hundreds of lines of code. You are essentially going to be on your own.

    2. EA builder makes bad code counting up while closing multiple orders.
      EA builder makes bad code Bars is unreliable (Max bars in chart), volume is unreliable (miss ticks.) Always use time.
      EA builder makes bad code, not adjusting for 4/5 digit brokers, TP/SL and slippage.
      EA builder makes bad code, not adjusting for ECN brokers. <( href="//www.mql5.com/en/forum/144834">pre-Build 500)
      EA builder makes bad code, not checking return codes.

    3. EATree uses objects on chart to save values — not persistent storage (files or GV+Flush.) No recovery (crash/power failure.)

    4. FX EA Builder makes bad code, not checking return codes.
      FX EA Builder makes bad code, loosing open tickets on terminal restart. No recovery (crash/power failure.)
      FX EA Builder makes bad code, not adjusting stops for the spread.
      FX EA Builder makes bad code, using OrdersTotal directly.

    5. FOREXEADVISOR STRATEGY BUILDER makes bad code, non-updateing global variables.
      FOREXEADVISOR STRATEGY BUILDER makes bad code, compilation errors.
      FOREXEADVISOR STRATEGY BUILDER makes bad code, not checking return codes.

    Learn to code it, or pay someone (Freelance) someone to code it.
              Hiring to write script - General - MQL5 programming forum

Reason: