Code Monkey home page Code Monkey logo

freqtrade-adaptive-renko-strategy's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

freqtrade-adaptive-renko-strategy's Issues

error

AttributeError: 'Series' object has no attribute 'append'
2023-07-28 14:44:15,739 - freqtrade.strategy.interface - WARNING - Unable to analyze candle (OHLCV) data for pair MATIC/USDT:USDT: 'Series' object has no attribute 'append'
2023-07-28 14:44:15,744 - freqtrade.strategy.interface - WARNING - Empty candle (OHLCV) data for pair BTC/USDT:USDT
2023-07-28 14:44:15,745 - freqtrade.strategy.interface - WARNING - Empty candle (OHLCV) data for pair ETH/USDT:USDT
2023-07-28 14:44:15,746 - freqtrade.strategy.interface - WARNING - Empty candle (OHLCV) data for pair XRP/USDT:USDT
2023-07-28 14:44:15,748 - freqtrade.strategy.interface - WARNING - Empty candle (OHLCV) data for pair SOL/USDT:USDT
2023-07-28 14:44:15,749 - freqtrade.strategy.interface - WARNING - Empty candle (OHLCV) data for pair DOGE/USDT:USDT
2023-07-28 14:44:15,750 - freqtrade.strategy.interface - WARNING - Empty candle (OHLCV) data for pair XLM/USDT:USDT
2023-07-28 14:44:15,751 - freqtrade.strategy.interface - WARNING - Empty candle (OHLCV) data for pair IMX/USDT:USDT
2023-07-28 14:44:15,753 - freqtrade.strategy.interface - WARNING - Empty candle (OHLCV) data for pair STMX/USDT:USDT
2023-07-28 14:44:15,754 - freqtrade.strategy.interface - WARNING - Empty candle (OHLCV) data for pair LINK/USDT:USDT
2023-07-28 14:44:15,755 - freqtrade.strategy.interface - WARNING - Empty candle (OHLCV) data for pair KNC/USDT:USDT
2023-07-28 14:44:15,756 - freqtrade.strategy.interface - WARNING - Empty candle (OHLCV) data for pair LTC/USDT:USDT
2023-07-28 14:44:15,757 - freqtrade.strategy.interface - WARNING - Empty candle (OHLCV) data for pair WLD/USDT:USDT
2023-07-28 14:44:15,758 - freqtrade.strategy.interface - WARNING - Empty candle (OHLCV) data for pair 1000PEPE/USDT:USDT
2023-07-28 14:44:15,759 - freqtrade.strategy.interface - WARNING - Empty candle (OHLCV) data for pair MKR/USDT:USDT
2023-07-28 14:44:15,761 - freqtrade.strategy.interface - WARNING - Empty candle (OHLCV) data for pair BCH/USDT:USDT
2023-07-28 14:44:15,762 - freqtrade.strategy.interface - WARNING - Empty candle (OHLCV) data for pair OGN/USDT:USDT
2023-07-28 14:44:15,763 - freqtrade.strategy.interface - WARNING - Empty candle (OHLCV) data for pair COMP/USDT:USDT
2023-07-28 14:44:15,764 - freqtrade.strategy.interface - WARNING - Empty candle (OHLCV) data for pair ASTR/USDT:USDT
2023-07-28 14:44:15,765 - freqtrade.strategy.interface - WARNING - Empty candle (OHLCV) data for pair OP/USDT:USDT
2023-07-28 14:44:15,766 - freqtrade.strategy.interface - WARNING - Empty candle (OHLCV) data for pair MATIC/USDT:USDT
2023-07-28 14:44:20,533 - AdaptiveRenkoStrategy - INFO - Got the list of renko prices for pair BTC/USDT:USDT
2023-07-28 14:44:20,533 - freqtrade.strategy.strategy_wrapper - ERROR - Unexpected error 'Series' object has no attribute 'append' calling <bound method IStrategy._analyze_ticker_internal of <AdaptiveRenkoStrategy.AdaptiveRenkoStrategy object at 0x7f7b2227d190>>
Traceback (most recent call last):
File "/freqtrade/freqtrade/strategy/strategy_wrapper.py", line 27, in wrapper
return f(*args, **kwargs)
^^^^^^^^^^^^^^^^^^
File "/freqtrade/freqtrade/strategy/interface.py", line 855, in _analyze_ticker_internal
dataframe = self.analyze_ticker(dataframe, metadata)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/freqtrade/freqtrade/strategy/interface.py", line 833, in analyze_ticker
dataframe = self.advise_indicators(dataframe, metadata)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/freqtrade/freqtrade/strategy/interface.py", line 1339, in advise_indicators
return self.populate_indicators(dataframe, metadata)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/freqtrade/user_data/strategies/AdaptiveRenkoStrategy.py", line 97, in populate_indicators
num_created_bars = renko_obj.do_next(dataframe.close.iloc[-1])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/freqtrade/user_data/strategies/pyrenko.py", line 75, in do_next
self.source_prices.append(last_price)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ftuser/.local/lib/python3.11/site-packages/pandas/core/generic.py", line 5989, in getattr
return object.getattribute(self, name)

freqtrade - ERROR

Hello
When i try backtesting i get the following error

freqtrade - ERROR - Impossible to load Strategy 'AdaptiveRenkoStrategy'. This class does not exist or contains Python code errors.

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.