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 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
| Improve this Doc 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 |