Forum

Program doesn't seem to see all operators

Hi, Maybe someone have met such a problem before. After I start my EA it places both pending orders , but doesn't print anything. And it doesn't give any error. Just like it didn't see those two "if - else" operators below orders. Both orders are places correctly, so everything declared inside

Error 0 from OrderSelect

Hi guys, I am totally new to programming and I am getting crazy of this error. It always gives me Error 0 with "ticket_1". I have no freaking idea why if (ticket_0== 0 || ticket_1== 0 || ticket_2== 0 ) { SL_0 = Ask - 200 * _Point ; TP_0 = Ask + 100 * _Point ;