error #961
Unanswered
David-the-trader
asked this question in
Q&A
error
#961
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi guys , why is it that I get an error when my dataframe contains 80 thousand candles ? A message prints advising me to convert the data to the daily timeframe. No iteration was done at all !tart
Start 2007-02-01 18:00:00
End 2019-12-31 23:00:00
Duration 4716 days 05:00:00
Exposure Time [%] 0.0
Equity Final [$] 20000.0
Equity Peak [$] 20000.0
Return [%] 0.0
C:\Users\joaob\AppData\Local\Programs\Python\Python311\Lib\site-packages\backtesting_plotting.py:250: UserWarning: DatetimeFormatter scales now only accept a single format. Using the first provided: '%d %b'
formatter=DatetimeTickFormatter(days=['%d %b', '%a %d'],
BokehDeprecationWarning: Passing lists of formats for DatetimeTickFormatter scales was deprecated in Bokeh 3.0. Configure a single string format for each scale
C:\Users\joaob\AppData\Local\Programs\Python\Python311\Lib\site-packages\backtesting_plotting.py:250: UserWarning: DatetimeFormatter scales now only accept a single format. Using the first provided: '%m/%Y'
formatter=DatetimeTickFormatter(days=['%d %b', '%a %d'],
PS C:\Users\joaob>
Beta Was this translation helpful? Give feedback.
All reactions