Bhavesh Shah
Bhavesh Shah
  • Software Trainer at Kalol
  • India
  • 81
Software Trainer at Kalol
Software Developer in C,C++,C#, HTML5,Python,MQL4,MQL5. connected with forex market since 2009.
Bhavesh Shah
Added topic how to count open orders and not include pending orders?
Dear how to count only open orders like OP_BUY and OP_SELL only. i like to compare order count and after i want to execute the program. i made the function as below. int totalordercount() { int total=0; for(int i=0;i<=OrdersTotal();i++) {