el_looto
el_looto
Friends

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

el_looto
Added topic iBars() weirdness
   string p = Symbol ();    string s = p + " " +( string ) iBars (p, PERIOD_M1 ) + "\n" ;    s+= "NZDUSD" + " " +( string ) iBars ( "NZDUSD" , PERIOD_M1 ) + "\n" ;    s+= Symbol () + " " +( string ) iBars (
el_looto
Added topic Removing Toolbars programatically
Is there a way to remove (or toggle) the toolbar on an undocked chart in MQL5? AFAIK there is no chart operation function or chart property directly accessing this feature. Do I need to do this through the win API? This toolbar is a minor annoyance
el_looto
Registered at MQL5.community