Jump to content

{REQ} how to add this stoploss code to EA


zoop

Recommended Posts

hi i have a hedging EA im experimenting with,

 

what i would like to do is add code so if any open orders hit stoploss then close all open or pending orders

 

i use close all code below, but how to make

 

anystoploss to Closeall

 

 

 

void Closeall(){

RefreshRates();

{delete(OP_BUYSTOP);delete(OP_SELLSTOP);closebuy();closesell();}

}

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...