femtotrader / pandas_talib

A Python Pandas implementation of technical analysis indicators
MIT License
736 stars 195 forks source link

Added Highest high, lowest low indicator #15

Open tomyitav opened 8 years ago

tomyitav commented 8 years ago

This is an implementation of a simple indicator - highest high, lowest low

femtotrader commented 8 years ago

Thanks for this PR. It will be nice if you could add some unit tests.

You can probably convert to pure Pandas TA-Lib indicator https://github.com/tomyitav/talib-extensions/blob/master/TechnicalAnalysis/src/indicators/TalibExtension.py