Webmeiker
Webmeiker
Friends

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

Webmeiker
Added topic Differences representing 3 or 5 decimals symbols
I am trying to export symbol rates to a CSV file using this code, that works fine for symbols that work with 3 decimals (like CADJPY), but not for those that work with 5 decimals (like AUDCAD): void OnStart () {
Webmeiker
Registered at MQL5.community
Webmeiker
Added topic Indicator re-started NOT on every tick
Hi,  I have made my first indicator, but I don't want it to be started again and again at every tick . Its a "slow" indicator suitable for the 4H period. So for me should be enough if it gets re-started only when a new candle opens, for example
Webmeiker
Added topic Indicato that draws vertical lines at some repeated time periods
Hi, does somebody know an Indicator for MT4 that allow the user to draw vertical lines at some repeated time periods? For example, every day at 00:00 and 12:00. Or probably exists in MT4 some kind of trick related to the CTRL+Y command.. Thanks