Message

TaStoch

The stochastic oscillator's two lines for one candle; k is the faster.

fields2 used byTaIndicatorValues
Proto definition.proto
message TaStoch {
  double k = 1;
  double d = 2;
}
Fields
k double 1
Slow %K, 0 to 100.
d double 2
Slow %D: a moving average of k.