Jake0303 / RobinHood-RSI-Trading-Bot

A Robinhood stock trading bot in Python using the RSI indicator https://youtu.be/kSLkRXY3NPQ
206 stars 115 forks source link

How do I change different stock to buy? #6

Open tamtruongk01 opened 3 years ago

tamtruongk01 commented 3 years ago

Hello, I wonder that is there an option for us to change what type of stock to buy, the default is Ford(F) and I just want to try out different stock with this. And like, how can I change how many shares I want to buy and sell on that day?

Thank you!

HaxOh commented 3 years ago

It's as simple as finding and changing those variables. Change 'F' to whatever ticker. 'AMD', 'TCON' etc...

nistre commented 3 years ago

You could even make a variable for the ticker and reference the variable where the constant "F" is in the latest code. (This is what I'm going to do)