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
Hello, I'm very new to Python and backtesting.py, I'm sure this error has been sorted but I can't find where.
I'm simply trying to compute the example with the exact code given with the package
I get an empty plot as a result.
Expected Behavior
Get the same plot as in example
Actual Behavior
White screen with axis on the right of the html file
I also get the following warning:
BokehDeprecationWarning: Passing lists of formats for DatetimeTickFormatter scales was deprecated in Bokeh 3.0. Configure a single string format for each scale
/Users/michael/PycharmProjects/Carry_optimizer/venv/lib/python3.11/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'],
Thanks!!On 25 Feb 2023, at 18:37, kernc ***@***.***> wrote:
Duplicate of #803.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
Hello, I'm very new to Python and backtesting.py, I'm sure this error has been sorted but I can't find where.
I'm simply trying to compute the example with the exact code given with the package
I get an empty plot as a result.
Expected Behavior
Get the same plot as in example
Actual Behavior
White screen with axis on the right of the html file
I also get the following warning:
BokehDeprecationWarning: Passing lists of formats for DatetimeTickFormatter scales was deprecated in Bokeh 3.0. Configure a single string format for each scale
/Users/michael/PycharmProjects/Carry_optimizer/venv/lib/python3.11/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'],
Steps to Reproduce
1.Run the following code
Additional info
bokeh.3.0.3
The text was updated successfully, but these errors were encountered: