Pierpaolo Lombardi / Publications
Forum
HELP. Global variables.
On the last build of MT client, the program: double MaxEquity; int Round; int init() { //---- MaxEquity=AccountEquity(); Round=(OrdersTotal()/13)-1; //---- return(0); } int start() { //---- Comment("MaxEquity = ",MaxEquity," ____ Round = ",Round, " ____ Totals = ",OrdersTotal()); //---- return(0); }