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 was archived by the owner on Feb 19, 2024. It is now read-only.
May I know whether it's still under maintenance? I'm using the latest freqtrade and I see some warnings in backtesting. We have some deprecated usage, e.g. buy should be entry, sell should be exit. Here is an example when I ran backtesting of Babico_SMA5xBBmid strategy:
freqtrade.configuration.deprecated_settings - WARNING - DEPRECATED: The `order_types.buy` setting is deprecated and will be removed in the next versions of Freqtrade. Please use the `order_types.entry` setting in your configuration instead.
freqtrade.configuration.deprecated_settings - WARNING -DEPRECATED: The `order_types.sell` setting is deprecated and will be removed in the next versions of Freqtrade. Please use the `order_types.exit` setting in your configuration instead.
Do you have any plan to fix these warnings?
The text was updated successfully, but these errors were encountered:
We are aware of the warnings and deprecated usage you've mentioned in the latest version of Freqtrade. we are actively working on addressing and updating the strategies to align with the changes in the new version.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@davidzr This is a really great repo!
May I know whether it's still under maintenance? I'm using the latest freqtrade and I see some warnings in backtesting. We have some deprecated usage, e.g.
buy
should beentry
,sell
should beexit
. Here is an example when I ran backtesting ofBabico_SMA5xBBmid
strategy:Do you have any plan to fix these warnings?
The text was updated successfully, but these errors were encountered: