Forum

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 () { string symbolName = Symbol (); //o _Symbol ENUM_TIMEFRAMES period = Period

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, or when the user refresesh the graphic window... After

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