Automatic self adjusting StopLoss.

 

Hello, am a newbie in programming and i had problem in creating a function that auto adjust profit such that when i open an order, StopLoss is(+/-) 50 pips.

- for OP_BUY and +  for sell order.  i consider this to be initial stopLoss . 

Stoploss should always be 50 pips from current price and increases as the current price increases && stops moving when market price(bid/ask) reverses. i.e bid-50;

Please help and where should i call the function?? 

 
N_lang-12: Please help and where should i call the function?? 
  1. There is only one place OnTick()
  2. learn to code it, or pay someone. We're not going to code it FOR you. We are willing to HELP you when you post your attempt (using SRC) and the nature of your problem.
Reason: