Class Ehlers_RocketScienceForTraders.PredictiveMovingAverageT
Container class for result of PredictiveMovingAverage
Inheritance
object
Ehlers_RocketScienceForTraders.PredictiveMovingAverageT
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 Ehlers_RocketScienceForTraders.PredictiveMovingAverageT
Constructors
| Improve this Doc View SourcePredictiveMovingAverageT(TimeSeriesFloat, TimeSeriesFloat)
Create new container.
Declaration
public PredictiveMovingAverageT(TimeSeriesFloat predict, TimeSeriesFloat trigger)
Parameters
Type | Name | Description |
---|---|---|
TimeSeriesFloat | predict | |
TimeSeriesFloat | trigger |
Fields
| Improve this Doc View SourcePredict
Predictive moving average.
Declaration
public TimeSeriesFloat Predict
Field Value
Type | Description |
---|---|
TimeSeriesFloat |
Trigger
Trigger line.
Declaration
public TimeSeriesFloat Trigger
Field Value
Type | Description |
---|---|
TimeSeriesFloat |