You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
I'm trying to use zenbot to collect bar data from exchanges. I noticed that the timestamp on each generated bar seems to be dependent on when the bot was started.
For example, when selecting 1M as the period and starting the bot at 4:30:23 PM, the bot will generate its first bar with a timestamp some time around 4:31:23 PM (plus/minus a few seconds).
For bigger timeframe this might not matter as much but for lower timeframes a bar in the middle of the period does not reflect the price accurately.
Is there an easy fix to make bars generate at exact points in time ie 4:30:00, 4:31:00, 4:32:00 (for 1M). Simply rounding is not sufficient
Thanks for this awesome software.
The text was updated successfully, but these errors were encountered:
I'm trying to use zenbot to collect bar data from exchanges. I noticed that the timestamp on each generated bar seems to be dependent on when the bot was started.
For example, when selecting 1M as the period and starting the bot at 4:30:23 PM, the bot will generate its first bar with a timestamp some time around 4:31:23 PM (plus/minus a few seconds).
For bigger timeframe this might not matter as much but for lower timeframes a bar in the middle of the period does not reflect the price accurately.
Is there an easy fix to make bars generate at exact points in time ie 4:30:00, 4:31:00, 4:32:00 (for 1M). Simply rounding is not sufficient
Thanks for this awesome software.
The text was updated successfully, but these errors were encountered: