Giter Club home page Giter Club logo

freqtrade-strategies's People

Contributors

davidzr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

freqtrade-strategies's Issues

Top strategies have lookahead

Are you planning to add any kind of disclaimer to your site that detects and reports lookahead or recursive bias in the strategies you backtest? From the "top 10" strategies you have listed in any given week, typically at least 4 have known lookahead issues, probably more. People will think these strategies are profitable when they are far from it.

No module named 'finta'

When I was running MacheteV8b with latest freqtrade image, Errror came up:
2024-02-10 13:35:20,739 - freqtrade.resolvers.iresolver - WARNING - Could not import /freqtrade/user_data/strategies/MacheteV8b.py due to 'No module named 'finta''
2024-02-10 13:35:20,739 - freqtrade.commands.trade_commands - ERROR - Impossible to load Strategy 'MacheteV8b'. This class does not exist or contains Python code errors.
2024-02-10 13:35:20,739 - freqtrade.commands.trade_commands - ERROR - Fatal exception!
Traceback (most recent call last):
File "/freqtrade/freqtrade/commands/trade_commands.py", line 24, in start_trading
worker = Worker(args)
^^^^^^^^^^^^
File "/freqtrade/freqtrade/worker.py", line 37, in init
self._init(False)
File "/freqtrade/freqtrade/worker.py", line 53, in _init
self.freqtrade = FreqtradeBot(self._config)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/freqtrade/freqtrade/freqtradebot.py", line 71, in init
self.strategy: IStrategy = StrategyResolver.load_strategy(self.config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/freqtrade/freqtrade/resolvers/strategy_resolver.py", line 48, in load_strategy
strategy: IStrategy = StrategyResolver._load_strategy(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/freqtrade/freqtrade/resolvers/strategy_resolver.py", line 280, in _load_strategy
raise OperationalException(
freqtrade.exceptions.OperationalException: Impossible to load Strategy 'MacheteV8b'. This class does not exist or contains Python code errors.
root@10-7-126-157:~/freqtrade-v8b# Connection to 101.36.125.70 closed by remote host.
Connection to 101.36.125.70 closed.

How can I fix this?

Some deprecated usage occured

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.