Double Stochastics
<< Click to Display Table of Contents >> Double Stochastics |
Double Stochastics is a variation of the Stochastics indicator developed by William Blau.
DoubleStochastics(int period)
DoubleStochastics(ISeries<double> input, int period)
Returns default value
DoubleStochastics(int period)[int barsAgo]
DoubleStochastics(ISeries<double> input, int period)[int barsAgo]
Returns %K value
DoubleStochastics(int period).K[int barsAgo]
DoubleStochastics(ISeries<double> input, int period).K[int barsAgo]
double; Accessing this method via an index value [int barsAgo] returns the indicator value of the referenced bar.
input |
Indicator source data (?) |
period |
Number of bars used in the calculation |
// Prints the current value |
You can view this indicator method source code by selecting the menu New > NinjaScript Editor > Indicators within the NinjaTrader Control Center window.