kylejusticemagnuson / pyti

Python library of various financial technical indicators
MIT License
646 stars 169 forks source link

Fix issue with negative RSI values #21

Open opz opened 5 years ago

opz commented 5 years ago

The old list comprehensions were not filtering properly and negative RSI values were sneaking through.

These simplified comprehensions have worked well during my testing and improve readability.

g8a9 commented 4 years ago

Completely agree. This messes up everything, @kylejusticemagnuson you should definitively merge it.