Time[0] is a (last) candle time, it has no exact relation to ticks nor to precision.
GumRai:
Time[0] is the open time of that bar. It is the earliest time that a tick could be received in that bar. If the first tick arrives exactly at the bar open time, 10 seconds after, 20, 30 or 59 seconds, Time[] will be an exact multiple of 60 in the M1 timeframe.
Time[0] is the open time of that bar. It is the earliest time that a tick could be received in that bar. If the first tick arrives exactly at the bar open time, 10 seconds after, 20, 30 or 59 seconds, Time[] will be an exact multiple of 60 in the M1 timeframe.
Thank' for answer
But how do my computer know it's Time[0] ?
Is this information send by the broker ?
Yes, via Ticks.
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Say TimeFrame is 1 Mn,
is Time[0] the first tick received after 00'
Or is Time[0] the first tick send by the broker after 00'
What's the precision of Time[0] ?