Skip to content
New issue

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

pickled_signal_candles' referenced before assignment #5

Closed
moinonin opened this issue Apr 23, 2022 · 1 comment
Closed

pickled_signal_candles' referenced before assignment #5

moinonin opened this issue Apr 23, 2022 · 1 comment

Comments

@moinonin
Copy link

I got the following error when running the buy_reasons script

Loading backtest trades data for Strategy258btc ...
Loading all candle data: 20220101- [/home/defi/Desktop/portfolio/projects/python/crypto/freqtrade/user_data/data/binance]
Traceback (most recent call last):
  File "/home/defi/Desktop/portfolio/projects/python/crypto/freqtrade/scripts/buy_reasons.py", line 585, in <module>
    main()
  File "/home/defi/Desktop/portfolio/projects/python/crypto/freqtrade/scripts/buy_reasons.py", line 479, in main
    parallel=parallel, pickled_signal_candles=pickled_signal_candles)
UnboundLocalError: local variable 'pickled_signal_candles' referenced before assignment

Any workaround is appreciated!

@froggleston
Copy link
Owner

Now fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants