Forum

[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 until MT5 Terminal is restarted. 3. On Terminal restart, the

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

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

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 :)

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 + + ) { My_Buffer [ i ] = 0 ; } The above code does not