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
Alex, thank you so much for an awesome repo. I have been following along and getting everything to work just fine until now. However, on video 14, I used the trading_robot.wait_till_next_bar(last_bar_timestamp=last_bar_timestamp) line, and when I print out print("Time to wait {time_to_wait}".format(time_to_wait=time_to_wait_now)) before resetting it to 0 if negative, I get a value between -960 and -900. This indicates to me that the data is 15 minutes delayed, even though I've freshly authenticated. Also note that the time to sleep is set to 0, so it refreshes every second.
What can I do to fix this?
The text was updated successfully, but these errors were encountered:
Alex, thank you so much for an awesome repo. I have been following along and getting everything to work just fine until now. However, on video 14, I used the
trading_robot.wait_till_next_bar(last_bar_timestamp=last_bar_timestamp)
line, and when I print outprint("Time to wait {time_to_wait}".format(time_to_wait=time_to_wait_now))
before resetting it to 0 if negative, I get a value between -960 and -900. This indicates to me that the data is 15 minutes delayed, even though I've freshly authenticated. Also note that the time to sleep is set to 0, so it refreshes every second.What can I do to fix this?
The text was updated successfully, but these errors were encountered: