Jump to content

Hide SL and TP to broker Script - Need smal modification


Recommended Posts

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...