Author of the Idea — Vladimir Pastushak, Author of the MQL5 Code — barabashkakvn.
Meet VR Steals 2, your new stealthy assistant in trading! This Expert Advisor (EA) is designed to manage your positions using smart labeling techniques. It's been tried and tested with certain brokers, so you know you're in safe hands.
Here’s what VR Steals 2 can do for you:
- Set a virtual Take Profit
- Set a virtual Stop Loss
- Manage breakeven levels
When the EA spots orders on your chart, it uses labels to display the prices for closing positions based on your Take Profit, Stop Loss, and breakeven levels. Plus, you can manage multiple trades simultaneously by setting the 'Magic' parameter to '0'.
Expert Advisor Parameters:
input ushort InpTakeProfit = 50; // TakeProfit (0 means not used)
input ushort InpStopLoss = 50; // StopLoss (0 means not used)
input ushort InpBreakeven = 20; // Breakeven (0 means not used)
input ushort InpBreakMinDis = 9; // Minimum profit for breakeven
input ulong Magic = 0; // (0 means all magic numbers)
input ulong InpSlip = 20; // Slippage
input int coment = 1; // Number of comment lines (0 means no comments)
Label Colors:
- Green — Breakeven level
- Red — Stop Loss level
- Blue — Take Profit level
Check out how the EA operates:


Comments 0