mograst Posted August 6, 2009 Report Share Posted August 6, 2009 Hi, this is a script for MT4 (must stay in script folder) that allows to "hide" SL/TP to your broker Once opened a trade just drag&drop it on the chart and you can adjust SL/TP at you convenience without broker seeing it. Problem is the script cannot work with 2 differet trades the same time as i has no magic number as referal. Can somone please modify to let it work with different open trades the same time? thanks a lot! http://www.forexsharing.com/145945 BTW: To modify default SL/TP just edit the script in MT4 editor: from: int Stop_Loss = 250; int Take_Profit = 150; int Slippage = 50; To: int Stop_Loss = 25; int Take_Profit = 15; int Slippage = 5; Or whatever TP/SL and slippage you like to set Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.