Show / Hide Table of Contents

Class IndicatorsMomentum._StochasticOscillator

Container for Stochastic Oscillator result.

Inheritance
object
IndicatorsMomentum._StochasticOscillator
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: TuringTrader.Indicators
Assembly: TuringTrader.Simulator.dll
Syntax
public class IndicatorsMomentum._StochasticOscillator

Fields

| Edit this page View Source

PercentD

%D (filtered %K)

Declaration
public ITimeSeries<double> PercentD
Field Value
Type Description
ITimeSeries<double>
| Edit this page View Source

PercentK

%K

Declaration
public ITimeSeries<double> PercentK
Field Value
Type Description
ITimeSeries<double>
  • Edit this page
  • View Source
In this article
Back to top Copyright © 2011-2023, Bertram Enterprises LLC dba TuringTrader.com