Returns error when attempting to update live plot?? #504
-
I call the following function when there's a new tick in some other api. def change_plot(bid): The error message is as follows |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It works but I had to use pd1['Date'] = pd.to_datetime(pd1['Date']).astype('int64') and make the new candles time in this format too. |
Beta Was this translation helpful? Give feedback.
It works but I had to use pd1['Date'] = pd.to_datetime(pd1['Date']).astype('int64') and make the new candles time in this format too.