Forum

date time math?

Hi, I would like to perform a function call after having done some calculations with date and/or time. If i.e. the time is 14:00, I would like to perform a function call at 14:00+5, meaning 19:00. I've googled and searched through the documentation/book but I didn't come up with any examples. could

all charts got reset to plain 1h euro charts?

hey there, I am using a mt4 demo from broco, and since 2 weeks I have the following problem: I open mt4 and once in a while ALL my charts my actual profile have been reset to 1h eur charts. all settings, objects etc that I use have been reset. any idea why this is happening? It happend the 3rd time

How to get custom indicators to show first in the main indicator list?

hey there, is there the possibility that i can put custom indicators to show as first in the list when clicking on "insert->indicators" (I believe thats how it should be in english, I am using another language)? So I mean not only to make them the first in custom indicators, but to get them one

Local data server?

Hi, I am working on a mql4 indicator - the problem is that this indicator does only give me signals a few times a day - for debugging I would need lots of signals in a short time. Changing the timeframe would not work unfortunately because of the way the indicator works. My idea was to use a local

alert based on realtime tick data?

Hi, I'm trying to code an automated alert but my problem is that its triggered only after the candle closed, and is not using actual tick data from an unfinished candle to trigger the alert. the code I tried is like: RefreshRates (); if ( Bid >= Alertlevel) { Alert("Alert"); } I tried the same with