Show / Hide Table of Contents

Class Trend.SupertrendT

Supertrend result container

Inheritance
object
Trend.SupertrendT
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 Trend.SupertrendT

Constructors

| Improve this Doc View Source

SupertrendT(TimeSeriesFloat, TimeSeriesFloat, TimeSeriesFloat, TimeSeriesFloat)

Create new supertrend container

Declaration
public SupertrendT(TimeSeriesFloat line, TimeSeriesFloat direction, TimeSeriesFloat basicUpperBand, TimeSeriesFloat basicLowerBand)
Parameters
Type Name Description
TimeSeriesFloat line
TimeSeriesFloat direction
TimeSeriesFloat basicUpperBand
TimeSeriesFloat basicLowerBand

Fields

| Improve this Doc View Source

BasicLowerBand

basic lower band

Declaration
public readonly TimeSeriesFloat BasicLowerBand
Field Value
Type Description
TimeSeriesFloat
| Improve this Doc View Source

BasicUpperBand

basic upper band

Declaration
public readonly TimeSeriesFloat BasicUpperBand
Field Value
Type Description
TimeSeriesFloat
| Improve this Doc View Source

Direction

trend direction

Declaration
public readonly TimeSeriesFloat Direction
Field Value
Type Description
TimeSeriesFloat
| Improve this Doc View Source

SignalLine

signal line

Declaration
public readonly TimeSeriesFloat SignalLine
Field Value
Type Description
TimeSeriesFloat
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2011-2023, Bertram Enterprises LLC dba TuringTrader.com