ranaroussi / qtpylib

QTPyLib, Pythonic Algorithmic Trading
http://qtpylib.io
Apache License 2.0
2.16k stars 513 forks source link

Fix implementation of rolling_max #149

Open xmatthias opened 4 years ago

xmatthias commented 4 years ago

the implementation of rolling_max() seems to be a copy of rolling_min() - including using .min() instead of .max().