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?
- Managing Pending Orders - Trade - MetaTrader 5 for iPhone
- Instant Execution - Opening and Closing Positions - Trade - MetaTrader 5 for iPhone
- Placing Pending Orders - Trade - MetaTrader 5 for Android
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?
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?
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.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register