Friends

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

stamat
Added topic [bug?] Tooltip values lost on restart of Terminal
I experience the following behavior in MT5: 1. When an object is created it receives automatically set Name and Tooltip values.  2. After an object Tooltip value is changed via ObjectSetString(), the Tooltip value it remains the changed
stamat
Added topic Chart Events Lag
I'm experiencing huge lags when using chart events (e.g. CHARTEVENT_OBJECT_CLICK , CHARTEVENT_KEYDOWN). After a chart object (button) or key has been pressed the response time is around 1-2 seconds. Is it just me
stamat
Registered at MQL5.community
stamat
Added topic Hide account number using Publisher
Hello, I started using the mt4 publisher on my own website. I'd like to be able to hide my account number like on mt4stats.com. How can I do this? Thanks, Stamat
stamat
Added topic Newb...
To your attention.. a rather dumb question: Is it possible read and alter EA external variables with other EAs/scritps? Can external variables be changed only manually? Thanks :)
stamat
Added topic Erase Indicator Buffer values
Hello! My first post here :) I just finished writing my indicator. However, I need to erase the old line which my indicator has drawn (e.g. from bar 50 to the last bar). Here is what i tried: for ( int i = LastBufferValue ; i <= Bars ; i + + ) {