By don forex. I have added some features :
Code:extern int BasketLoss=2000; //if equity reaches this negative level, close trades extern bool TimeFilter=false; //time filter extern int StartHour=8; extern int EndHour=21; extern bool CloseFriday=true; //the orders are closed before the week end extern double CloseFridayHour=22; //friday end hour extern bool OpenMonday=true; //the orders are open only after this time extern double OpenMondayHour=2; //friday end hour



Reply With Quote
- i'm using the same parameters 
