1m EA for EURUSD

 

I want to edit this ea profit base system..like 50 pips withing one day (24 Hours).

plz help me every one....

Files:
ROBETFX.mq4  3 kb
 
pradeep1989: I want to edit this ea profit base system..like 50 pips withing one day (24 Hours). plz help me every one....
  1. It opens 0.01 lot trade and closes it when profit reaches $target. 50 pips * ~$10/pip/lot * 0.01 lot is ~$5.00. So change it and you'll be close.
  2. Or drop the profit condition completely and just compare OrderClosePrice vs OrderOpenPrice for your 50 pips.
  3. Help you with what? You haven't stated a problem.
    You have only four choices: 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 SRC) and the nature of your problem.
              No free help
              urgent help.

  4. I have no idea what you mean by "Within one day."
  5. The EA doesn't set a stop loss, therefor you have infinite risk.
  6. It doesn't check return codes for errors and report them.
              What are Function return values ? How do I use them ? - MQL4 and MetaTrader 4 - MQL4 programming forum
              Common Errors in MQL4 Programs and How to Avoid Them - MQL4 Articles
Reason: