OrderSelect refuse to select any order. Why? - page 3

 

Sorry all, but I'm so an BIG IDIOT !!!!!!!!!!!!!!!!!

The BIG PROBLEM IS IN THE SECOND COMMAND LINE!!!!

Can you see, that I have declared the OpenPrice variable as an Int ????

Thats is the reason of why my IDTicket function don't work and anything else.

But I thank you for all your patience, and I have learned very much about this theme anyway, for example that loops with close functions and the OrderCloseBy.

And, RaptorUK, I understand all of them what you mean in the thread.

Thank you all.

 
eliusm:

Sorry all, but I'm so an BIG IDIOT !!!!!!!!!!!!!!!!!

The BIG PROBLEM IS IN THE SECOND COMMAND LINE!!!!

Can you see, that I have declared the OpenPrice variable as an Int ????

Thats because my IDTicket function don't work and anything else.

But I thank you for all your patience, and I have learned very much about this theme anyway, for example that loops with close functions and the OrderCloseBy.

And, RaptorUK, I understand all of them what you mean in the thread.

Thank you all.

No you're not, it's just a typo, coz all of us here didn't notice that too. LOL @ all of us :D
 
Damn I cant believe we all missed that and guess what else, you also declared Lots as an integer which probably isnt helping much either
 
SDC:
Damn I cant believe we all missed that and guess what else, you also declared Lots as an integer which probably isnt helping much either
Now, that makes me >_<, coz I reply first. LOL
 
SDC:
Damn I cant believe we all missed that and guess what else, you also declared Lots as an integer which probably isnt helping much either
Which is why I prefer the C++ style and declare and define the variable at the same point in the program, not declare it two weeks earlier :-(
Reason: