Claudio Laviano / Publications
Forum
Help!! variable at 0 or not?
the if: if (cnt == total -1 && lotti_tot != 0 && total > 1) {Print("lotti sbilanciati ", lotti_tot);} result: lotti sbilanciati 0 what happens
Server modify order comment
Who can help me to avoid that the server modify comment of order sent by my EA, It sometimes add to comment the string "[started/gap]" ? thank you
strange for cicle
ope_rec += increm; Print("ope_rec ", ope_rec); if (ope_rec > increm*3) {inversione = 1;} close_all = 0; for (k=0;k < ope_rec;k++) { //for Print("k ",k); if (inversione == 0) {OrderSend(Symbol(),OP_SELL,Lots,Bid,3,0,0,"rec",16384,0,Magenta);} else