Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 511 Bytes

File metadata and controls

21 lines (11 loc) · 511 Bytes

stochastic-oscillator-python

How tu use

Import "stoch.py" to your project and use one of the following functions:

  • stoch(prices, kperiod, dperiod) => Returns k-value and d-value for the given setup
  • is_bullish(prices, kperiod, dperiod) => Convenience method. Returns True/False

Requirements

This module requires ..

Testing

Be sure to test this module before integration by running "stoch_test.py"