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

| Edit this page 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

| Edit this page View Source

BasicLowerBand

basic lower band

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

BasicUpperBand

basic upper band

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

Direction

trend direction

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

SignalLine

signal line

Declaration
public readonly TimeSeriesFloat SignalLine
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