mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-29 09:54:01 +08:00
6979ae8d6a
ENH: fast stochastic oscillator added. A fast stochastic oscillator has been added to the technical factors. This is the simplest of the stochastic oscillators, and can be used to build the others. Tests have been added that compare against the values expected from that of ta-lib STOCHF. FastStochasticOscillator is marked as window_safe=True to allow taking moving averages for smoothing.