just a guess - are you looking at the broker's Server time for one part of each transaction & your local time for another part of that transaction?
- docs.mql4.com
What are you talking about ? Which discrepancy ?
Hi,
the log shows
2016.02.04 00:02:16.747 Trades '680467': deal #39021669 buy 0.01 AUDCAD at 0.98767 done (based on order #47966509)
and the order history shows
2016.02.03 23:02 47966509
If I want to make Time based decisions, would TimeCurrent() be sufficient?
That is the Server time??
2016.02.04 00:02:16.747 Trades '680467': deal #39021669 buy 0.01 AUDCAD at 0.98767 done (based on order #47966509)
This is local time (your computer). And it comes from the Journal tab, you can't change it.
If you want custom messages, you will have to use an EA and Print() your own messages.
This is local time (your computer). And it comes from the Journal tab, you can't change it.
If you want custom messages, you will have to use an EA and Print() your own messages.
I do have messages coming from my EA that come out on the Experts tab. These correspond to the Journal times.
When do the Daily Statistics, OPEN CLOSE HIGH LOW etc get rolled over to the new day? Is it at GMT Midnight or GMT +2 Midnight?
I do have messages coming from my EA that come out on the Experts tab. These correspond to the Journal times.
When do the Daily Statistics, OPEN CLOSE HIGH LOW etc get rolled over to the new day? Is it at GMT Midnight or GMT +2 Midnight?
The Experts tab automatic date is also the local time.
If you want custom messages, you will have to use an EA and Print() your own messages.
The Experts tab automatic date is also the local time.
That means, the date/time also.Hi,
I am currently doing that.
Does TimeCurrent() give the tradeserver time?
Could I use that to determine when the daily stats get rolled over, eg. OPEN CLOSE etc.
Hi,
I am currently doing that.
Does TimeCurrent() give the tradeserver time?
Could I use that to determine when the daily stats get rolled over, eg. OPEN CLOSE etc.
Yes and yes.
Thanx!
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
The output from my EA(MT5) also corresponds to the above times, yet if I look on my statement....
Any ideas/help would be appreciated.
Thanx
Gary