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

Login issue? #16

Closed
shevzor opened this issue Aug 3, 2020 · 3 comments
Closed

Login issue? #16

shevzor opened this issue Aug 3, 2020 · 3 comments

Comments

@shevzor
Copy link

shevzor commented Aug 3, 2020

Hi,
The bot seems to log in, however it never asks me to enter the auth code from my email... and then it never buys or sells anything.

----- Starting scan... -----

Current Portfolio: ['GE']

Current Watchlist: ['AAL', 'OXY', 'EXPE', 'TSLA', 'NFLX', 'MSFT', 'SBUX', 'BABA', 'BAC', 'GE', 'OGZPY', 'MZDAY']

----- Scanning portfolio for stocks to sell -----

----- Scanning watchlist for stocks to buy -----

----- Scan over -----

Always just runs like this... doesn't take any actions.

@2018kguo
Copy link
Owner

2018kguo commented Aug 4, 2020

It's working, it's just that none of the stocks on your watchlist happened to meet the requirements to buy/sell. You can probably get it to trigger a buy/sell by using exponential moving averages instead, try replacing lines 177-178 in main.py with ta.trend.EMAIndicator instead of ta.volatility.bollinger_mavg.

@2018kguo 2018kguo closed this as completed Aug 4, 2020
@shevzor
Copy link
Author

shevzor commented Aug 4, 2020

Thank you, however something is not right, the watchlist doesnt match what I have in there. I removed the old one and created a new one. with totally different stocks in there and it still shows the old list. It was over 24 hours ago that I have replaced them.

The current PORTFOLIO updates properly.

@shevzor
Copy link
Author

shevzor commented Aug 5, 2020

Also, Ive tried to change my password(put a wrong password) and it gave me exactly the same results... meaning that something is not working right with the login.

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