Adding SL and TP to EA

 

Hi! I'm looking for a person who can write few lines of code to add SL and TP to existing EA.

Best regards, Michał

 
Try freelance.
 
Marco vd Heijden:
Try freelance.

it's to small job for a freelance
 

Really ? too small ?

Good luck with that then.

 
markiew:

it's to small job for a freelance


I do always wonder how people can say a job is easy / only a couple of lines when they don't know how to do it 

In theory, you could just find the OrderSend() calls and change the TP and SL values. Here is the documentation if you want to give it a go.

But it is rarely that simple.

You want it to be x pips from entry? Now you need to look at input settings. What about 4 digit brokers versus 5 digit brokers? Pips versus points? What about changing the TP or trailing the SL? And so the list goes on.

Good luck :)

OrderSend - Trade Functions - MQL4 Reference
OrderSend - Trade Functions - MQL4 Reference
  • docs.mql4.com
OrderSend - Trade Functions - MQL4 Reference
 
honest_knave:


I do always wonder how people can say a job is easy / only a couple of lines when they don't know how to do it 

In theory, you could just find the OrderSend() calls and change the TP and SL values. Here is the documentation if you want to give it a go.

But it is rarely that simple.

You want it to be x pips from entry? Now you need to look at input settings. What about 4 digit brokers versus 5 digit brokers? Pips versus points? What about changing the TP or trailing the SL? And so the list goes on.

Good luck :)


thank you and u r right i should not said that :>
Reason: