Help to code EURJPY round number EA

 
Hi,
I would like some help do code the following EA.
I have noticed that EJ often bounce or get rejected at the 100 round numbers (136,135 etc)

So what I would like is an EA that place a Sell limit at the upper round number and a Buy limit at the low.
The orders should be created when price touch the middel (136.50,135,50) etc.
Once orders is created it should stays there untill one is triggered.
OCO input would also be nice.

Example.
Price is at 131.40,when price touch 131.50 place Sell at 132 and buy at 131.
Input
SL
TP
OCO

Propably MM and trailing if it proves this consept have any value.
Thanks
 
  1. fxslider: So what I would like is an EA
    You have only four choices:
    1. Search for it,
    2. learn 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.
    3. Beg at Coding help - MQL4 and MetaTrader 4 - MQL4 programming forum or Need help with coding - General - MQL5 programming forum or Free MQL4 To MQL5 Converter - General - MQL5 programming forum or Requests & Ideas (MQL5 only!),
    4. or pay (Freelance) someone to code it.
    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.

  2. See also
    MT4:NormalizeDouble - General - MQL5 programming forum
    How to Normalize - Expert Advisors and Automated Trading - MQL5 programming forum
 

All right,

Sorry for not understanding the rule of the game in this forum.

Will trade the strategy manual for a couple of week and then decide.

yesterdays trade closed with 25 Pips +

 
a simple "if "will help
Reason: