Make a certification service for programmers ... - page 8

 
snowman:

)))))))))

oil painting

Yes) hurriedly.
 

If you check, this is how OrdersTotal() is not involved and the quantity changes

int start()
  {
   while(!IsStopped())
      {
      for(int j=0;(OrderSelect(j,SELECT_BY_POS));j++){}
      Comment(j);
      Sleep(1000);
      }
   return(0);
  }  //+------------------------------------------------------------------+
 
snowman:

If we are checking, this is how OrdersTotal() is not involved and the quantity changes

If we're going to check, it's like this:

int start()
  {
   int Total=0;
   string str;
   while(!IsStopped())
      {
      str = "";
      for(int j=0;(OrderSelect(j,SELECT_BY_POS));j++){str=StringConcatenete(str," #",OrderTicket());}
      Comment(str);
      Sleep(1000);
      }
   return(0);
  }  //+------------------------------------------------------------------+
 
Contender:

If you're going to air it out, it's got to be something like this:

who's even cooler at putting a message on the screen? )

(a) Put some alerts in there, to go with the music))

 
snowman:

and who else is cooler to put a message on the screen? )

(a) Put some alerts in there, to go with the music))

Can't you scratch my back?