codingthee
codingthee
Topics1Comments1Reader0
Articles0CodeBase0Charts0
Friends

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

codingthee
Added topic MT5 MarketWatch ; Daily Change using CustomSymbols
void OnStart ()   {    string sym = Symbol ();    bool cus = true ;    bool is = SymbolExist (sym, cus);    double last_high =   SymbolInfoDouble (sym, SYMBOL_ASK );    Print (sym
codingthee
Registered at MQL5.community