Jump to content

Recommended Posts

Posted

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...