Show / Hide Table of Contents

Class Momentum.StochasticOscillatorT

Container type for result of StochasticOscillator

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

Constructors

| Edit this page View Source

StochasticOscillatorT(TimeSeriesFloat, TimeSeriesFloat)

Create new container

Declaration
public StochasticOscillatorT(TimeSeriesFloat percentK, TimeSeriesFloat percentD)
Parameters
Type Name Description
TimeSeriesFloat percentK

%K line

TimeSeriesFloat percentD

%D line

Fields

| Edit this page View Source

PercentD

%D line

Declaration
public readonly TimeSeriesFloat PercentD
Field Value
Type Description
TimeSeriesFloat
| Edit this page View Source

PercentK

%K line

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