Description Usage Arguments Value Author(s) References Examples
Compute stochastic oscillator
1 | StochOscillator(close, high, low, n = 14, k = 3)
|
close |
vector or xts, historical series of the close price for each interval |
high |
vector or xts, historical series of the highest prices for each interval |
low |
vector or xts, historical series of the lowest prices for each interval |
n |
integer, length of each period of analysis |
k |
integer, length of the smoothing factor |
vector or xts, historical series of stochastic oscillator value
Paolo Montemurro <montep@usi.ch>
George C. Lane, , 1950.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.