Class Trend.SupertrendT
Supertrend result container
Inherited Members
Namespace: TuringTrader.SimulatorV2.Indicators
Assembly: TuringTrader.Simulator.dll
Syntax
public class Trend.SupertrendT
Constructors
| Edit this page View SourceSupertrendT(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 SourceBasicLowerBand
basic lower band
Declaration
public readonly TimeSeriesFloat BasicLowerBand
Field Value
| Type | Description |
|---|---|
| TimeSeriesFloat |
BasicUpperBand
basic upper band
Declaration
public readonly TimeSeriesFloat BasicUpperBand
Field Value
| Type | Description |
|---|---|
| TimeSeriesFloat |
Direction
trend direction
Declaration
public readonly TimeSeriesFloat Direction
Field Value
| Type | Description |
|---|---|
| TimeSeriesFloat |
SignalLine
signal line
Declaration
public readonly TimeSeriesFloat SignalLine
Field Value
| Type | Description |
|---|---|
| TimeSeriesFloat |