freqtrade / freqtrade-strategies

Free trading strategies for Freqtrade bot
GNU General Public License v3.0
3.44k stars 1.13k forks source link

finta problem #306

Closed mahmutpolattt closed 10 months ago

mahmutpolattt commented 10 months ago

Hello. I'm getting a finta error when running a strategy in Freqtrade. I couldn't solve it. Can you help me?

problem

xmatthias commented 10 months ago

Seems like you're missing a dependency required by that strategy (in this case, finta).

Freqtrade installs the libraries listed in the docs by default. If your strategy uses different libraries, it's the user's responsibility to install them before use.

froggleston commented 10 months ago

@mahmutpolattt be aware that the Machete strategy has lookahead bias (the chikou span indicator looks into the future in backtesting), so the backtests look amazing and dry/live results will be poor. I presume you picked up that strategy due to a YouTube video, so please only use it for learning purposes.