Code Monkey home page Code Monkey logo

Comments (6)

xmatthias avatar xmatthias commented on May 22, 2024

it's fun to move issues around it sems 😆

the issue is due to the change in kwarg - best replace ticker_interval= with timeframe= short-term (we'll fix it in this repo soon).

from freqtrade-strategies.

hroff-1902 avatar hroff-1902 commented on May 22, 2024

it's fun to move issues around it sems 😆

Yeah, "I like to move it, move it..." 😆

the issue is due to the change in kwarg - best replace ticker_interval= with timeframe= short-term (we'll fix it in this repo soon).

It's for the first reported point. What about the second one?

from freqtrade-strategies.

xmatthias avatar xmatthias commented on May 22, 2024

the 2nd problem is that it's not there as attribute (currently it's only available for type-hinting ...).

it can be fixed by assigning "None" in interface.py to dp...
or by adding dp within plotting.py/init_plotsccript() ...
either empty, or as fully instantiated dataprovider (look at backtesting.py on how).

I'm not a fan of the 2nd one since datprovider requires exchange to be initialized, which is not necessary for plotting otherwise, and self.dp is checked for existence in all our docs, so the assumption is that it can be "gone".

from freqtrade-strategies.

Theagainmen avatar Theagainmen commented on May 22, 2024

the issue is due to the change in kwarg - best replace ticker_interval= with timeframe= short-term (we'll fix it in this repo soon).
This fixes the issue for backtesting :).

For plotting I tried it can be fixed by assigning "None" in interface.py to dp...
dp
This is the only dp: in the interface.py, changing DataProvider to None didn't work, it resulted in the same error. (I'm not sure if that's what you meant though).

from freqtrade-strategies.

hroff-1902 avatar hroff-1902 commented on May 22, 2024

@Theagainmen see the changes made in freqtrade/freqtrade#2560

the second part is to be fixed in the freqtrade codebase. That's why I transferred this issue to that github repo first...

from freqtrade-strategies.

xmatthias avatar xmatthias commented on May 22, 2024

fixed via combination of freqtrade/freqtrade#2560 and #52

from freqtrade-strategies.

Related Issues (20)

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.