Stochastics Fast
Description
See stochastics.
Interpretation
Closing prices that are constantly in the upper area indicate accumulation (i.e. buying pressure), whilst the distribution (i.e. selling pressure) is shown by an indicator value in the lower area.
Further information
VTAD: http://vtadwiki.vtad.de/index.php/Stochastik
Charttec: http://www.charttec.de/html/indikator_stochastics.php
Usage
Return value
double
When using this method with an index (e.g. StochasticsFast(7,14)[int barsAgo] ), the value of the indicator will be issued for the referenced bar.
Parameters
inSeries Input data series for the indicator
periodD Number of periods for the smoothing of %K
periodK Number of periods included in the calculation of %K
Visualization
Example
Last updated