areed1192 / python-trading-robot

A trading robot, that can submit basic orders in an automated fashion using the TD API.
MIT License
535 stars 312 forks source link

indicators: Fixed a bug in the RSI Calculation #24

Open curtbruns opened 2 years ago

curtbruns commented 2 years ago

The RSI indicator was being calculated incorrectly. This fix uses the proper formula.