Skip to content

stefan-andersen/stochastic-oscillator-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

An implemenation of the stochastic oscillator for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages