You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This really inhibits the usefulness of the application.
Would it be hard to have it load your current positions when it starts up?
I believe it also is the reason it throws the following error on startup: 2021-02-19T09:34:22.064436-05:00 selling stock if it goes up by 3%... Traceback (most recent call last): File "stockbot.py", line 638, in <module> main() File "stockbot.py", line 451, in main for stock in bought_stocks: UnboundLocalError: local variable 'bought_stocks' referenced before assignment
The text was updated successfully, but these errors were encountered:
This really inhibits the usefulness of the application.
Would it be hard to have it load your current positions when it starts up?
I believe it also is the reason it throws the following error on startup:
2021-02-19T09:34:22.064436-05:00 selling stock if it goes up by 3%... Traceback (most recent call last): File "stockbot.py", line 638, in <module> main() File "stockbot.py", line 451, in main for stock in bought_stocks: UnboundLocalError: local variable 'bought_stocks' referenced before assignment
The text was updated successfully, but these errors were encountered: