rob
rob
glass collector long haul at Self Employed
Friends

Add friends via their profile or user search and you will be able to see if they are online

rob
Added topic templating a CList to contain only derived flavours of CObject
I want to check when I put/pull out a derived CObject from a derived Clist that it is of the correct type: I thought templating somehow but I can't find a reference to it? #include <Arrays\List.mqh>
rob
Added topic MQL5 Group Name (Symbol Type)
I am porting my code to MQL5 I have a requirement to access the brokers group name (System type or the category that a symbol belongs to). The code below works in MT4 - I found it on the web.  Anybody know how to get the same information in
rob
Added topic watch list manipulation
A timer within a EA that loads all watch symbols and supposed to weeds out the ones I dont want: Sorts the List and displays the data    list.Sort(sortVar);    posY++;    list.displayData(var,posY,sortVar); the timer
rob
Added topic points ticvalue base currency deposit currency
       string sy= Symbol ();        double bid= MarketInfo ( Symbol (), MODE_BID );        double lot= MarketInfo ( Symbol (), MODE_LOTSIZE );
rob
Added topic pass generic class data field
//+------------------------------------------------------------------+ //|CLASS
rob
Registered at MQL5.community