I was wondering if there is any EA out there that will shutdown my EA if it reaches a certain negative price point. Does anyone know of one? Thanks.
Binary Options Trader
challenges of developing forex trading system vs. equity and other EAs 4 replies
Other source for UBS FX Research other than Oanda? 2 replies
Help - Two EAs In Separate Accounts that Send & Recieve Info From Each Other 4 replies
NewsTracker to control EAs around newstime 4 replies
EAs and losing connection 3 replies
int start() {
if (GlobalVariableCheck("DisableEA")) {
return(0); //get out and do nothing
}
your original codes here
.
.
.
.
.
}