|
Navigation: Study Formulas > Stochastic Stochastic |
Top Previous Next |
The study formulas included in the Stochastic section are:
diNapoliD()
This function calculates the DiNapoli Stochastic %D value.
Parameters
period |
the input length |
smooth1 |
the first smoothing period |
smooth2 |
the second smoothing period |
inv |
select the bar interval on which this study should be calculated or leave blank to calculate on the default bar interval |
diNapoliK()
This function calculates the DiNapoli Stochastic %K value.
Parameters
period |
the input length |
smooth1 |
the first smoothing period |
smooth2 |
the second smoothing period |
inv |
select the bar interval on which this study should be calculated or leave blank to calculate on the default bar interval |
stochasticD()
This function calculates the standard Stochastic %D value.
Parameters
fast |
the fast input length |
smooth |
the smoothing period |
slow |
the slow input length |
inv |
select the bar interval on which this study should be calculated or leave blank to calculate on the default bar interval |
stochasticK()
This function calculates the standard Stochastic %K value.
Parameters
fast |
the fast input length |
smooth |
the smoothing period |
slow |
the slow input length |
inv |
select the bar interval on which this study should be calculated or leave blank to calculate on the default bar interval |
stoRSIK()
This function calculates the Stochastic of RSI (stoRSI) %K value.
Parameters
rsi |
the rsi input length |
fast |
the fast input length |
smooth |
the smoothing period |
slow |
the slow input length |
source1 |
the input source for the rsi |
inv |
select the bar interval on which this study should be calculated or leave blank to calculate on the default bar interval |
stoRSID()
This function calculates the Stochastic of RSI (stoRSI) %D value.
Parameters
rsi |
the rsi input length |
fast |
the fast input length |
smooth |
the smoothing period |
slow |
the slow input length |
source1 |
the input source for the rsi |
inv |
select the bar interval on which this study should be calculated or leave blank to calculate on the default bar interval |