We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey, i want to test this but i have following error:
ImportError: cannot import name 'LocalTrade' from 'freqtrade.persistence.trade_model' (/root/freqtrade/freqtrade/persistence/trade_model.py)
maybe miss some requierements?
thanks a lot
The text was updated successfully, but these errors were encountered:
@mac-88 hi, how are you testing it? For installation of the strategies just copy to freqtrade/user_data/strategies directory.
freqtrade/user_data/strategies
There could be a problem with python imports on this line, https://github.com/ivanproskuryakov/ta-search/blob/master/user_data/strategies/TaSearch5m.py#L4 If so, make the change: from from .taSearch import TaSearch to from taSearch import TaSearch
from .taSearch import TaSearch
from taSearch import TaSearch
Sorry, something went wrong.
ivanproskuryakov
No branches or pull requests
Hey, i want to test this but i have following error:
ImportError: cannot import name 'LocalTrade' from 'freqtrade.persistence.trade_model' (/root/freqtrade/freqtrade/persistence/trade_model.py)
maybe miss some requierements?
thanks a lot
The text was updated successfully, but these errors were encountered: