kylejusticemagnuson / pyti

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

Stochastic and Williams %R need to use highs and lows #28

Open RichardDale opened 4 years ago

RichardDale commented 4 years ago

Stochastic needs high and low inputs. For some reason issue #16 was closed even though it was never fixed.

Williams %R (quite a similar indicator to the above also needs high and low inputs, plus a rolling lookback period.

And tests would need to be re-done too.

RichardDale commented 4 years ago

PR here: #29