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

Won't detect crypto #17

Open Erksters opened 3 years ago

Erksters commented 3 years ago

I tried the Robinhood.quote_data() on common stocks such as Ford, Microsoft, Apple and they all work fine.

When I tried Bitcoin ("BTC") as the arg, I got a

RH_exception.InvalidTickerSymbol()

exception raised