Attached is my trade manager EA that someone coded for me. I tested this EA last Friday, January 2, 2015 and based on my requirements, it is fully working.
Input parameters:
Manage all pairs (If true, attached the EA in only one chart and it will manage different pairs. If False, it will only manage the pair the EA is attached)
SL (EA will place SL after you make a trade)
TP (EA will place TP after you make a trade)
Use Trail
If True, EA will ONLY use input parameter "Pips Profit To Start Trail"
Pips Profit to start trail (If your trade profit reached the number in this parameter, EA will start trailing your trade)
If False, EA will ONLY use input parameters "Breakeven Pips and Lock-in Pips"
Breakeven Pips - If your trade profit reached the number in this parameter, EA will move SL to Breakeven plus the number in Lock-in Pips
Lock-in Pips - This will locked profits after reaching Breakeven pips
Use Partial Close
If True,
Profit in Pips to partial close - If your trade profit reached the number here, EA will close a portion of your trade.
Lot size to partial close (in Percent) - EA will close a portion of your trade based on the percent you input here.
Try the EA in a demo account first before using in a live account.
The EA is free to use, but not to distribute. If someone wants to have a copy, tell them to download from here.
Disclaimer: I am not responsible for any loss you may incur using the Trade Manager EA. Use it at your own risk.
Stop Loss = 0 This must be zero. Broker will not see Stop Loss. MT4 S/L column is blank
True Stop Loss = 20 This is a hidden stop loss
Target Profit = 0 This must be zero. Broker will not see Target Profit. MT4 T/P column is blank
True Target Profit = 60 This is a hidden target profit
[B]Warning:[/B] In stealth mode, if your MT4 is disconnected from the internet, there is no SL in your broker server.
If price moves significantly against your entry, you will incur a substantial loss.
[B]Visible Mode[/B]
Stop Loss = 100 This must be higher than True Stop loss. MT4 S/L column will show this number
True Stop Loss = 30 This is a hidden stop loss
Target Profit = 100 This must be higher than True Target Profit. MT4 T/P column will show this number
True Target Profit = 60 This is a hidden target profit
I cannot attach an .ex4 file here, so if you’re interested you can download it directly from here.