auto stop

 
Hi i am new to MT4. I want to know, How can i get a fixed stop loss (fixed pips like 50 pips away)which should automatically execute when i put a trade?Can anybody help?Is It possible in Mt4?
 
bunty :
Hi i am new to MT4. I want to know, How can i get a fixed stop loss (fixed pips like 50 pips away)which should automatically execute when i put a trade?Can anybody help?Is It possible in Mt4?

OrderTicket = OrderSend(Symbol(),OP_BUY,Lots,Ask,Slippage,Ask-50*Point,TakeProfit,Comment,MagicNumber,Expiry,Colour);

OrderTicket = OrderSend(Symbol(),OP_SELL,Lots,Bid,Slippage,Bid+50*Point,TakeProfit,Comment,MagicNumber,Expiry,Colour);


 
cloudbreaker :
bunty :
Hi i am new to MT4. I want to know, How can i get a fixed stop loss (fixed pips like 50 pips away)which should automatically execute when i put a trade?Can anybody help?Is It possible in Mt4?

OrderTicket = OrderSend(Symbol(),OP_BUY,Lots,Ask,Slippage,Ask-50*Point,TakeProfit,Comment,MagicNumber,Expiry,Colour);

OrderTicket = OrderSend(Symbol(),OP_SELL,Lots,Bid,Slippage,Bid+50*Point,TakeProfit,Comment,MagicNumber,Expiry,Colour);

Hi Thanks for reply,this is programming language you used,i dont know about it,please help with a script or some other mode.

Reason: