Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Some deprecated usage occured #1

Open
mooncool opened this issue Jan 15, 2024 · 1 comment
Open

Some deprecated usage occured #1

mooncool opened this issue Jan 15, 2024 · 1 comment

Comments

@mooncool
Copy link

@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 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?

@davidzr
Copy link
Owner

davidzr commented Jan 16, 2024

Hi there,

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants