kamalzadeh / Publications
Forum
OrderSend(Request,Result)
Hi, In which broker can I test sending the position? I have tested several brokers, but they do not allow me
alert and print
Why is the alert function executed earlier than the print function ? void OnStart() { //--- int x,y; for(x=0;x<100;x++){ Print(x); } Alert("code is over !!!"); }