Click or drag to resize

BaseTransformationT Class

Abstract class. Represents a transformation for indicator (Resampling, 1st Diff etc).
Inheritance Hierarchy
SystemObject
  FinAnalysis.BaseBaseTransformationT
    More...

Namespace:  FinAnalysis.Base
Assembly:  FinAnalysis.Base (in FinAnalysis.Base.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public abstract class BaseTransformation<T>
where T : ITradeSignal

Type Parameters

T
Type of next transformations chain link. Use ISimpleTradeSignal, ITickTradeSignal, IBarTradeSignal, ITwoSeriesTradeSignal, or ITradeSignal if you don't know. Note: T must be ITradeSignal.

The BaseTransformationT type exposes the following members.

Properties
  NameDescription
Public propertyNext
Next item.
Public propertyReady
Ready flag is set if and only if queue contain something.
Public propertyStable
Flag is set if and only if indicators values is stable.
Public propertyTradeSignal
Get indicator's trading signal.
Public propertyValidationStrategy
Indicate what we must do with invalid input values.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also
Inheritance Hierarchy
SystemObject
  FinAnalysis.BaseBaseTransformationT
    FinAnalysis.TransformationsBarResampling
    FinAnalysis.TransformationsBaseMathBarTransformation
    FinAnalysis.TransformationsBaseMathSimpleTransformation
    FinAnalysis.TransformationsIndicatorBarTransformation
    FinAnalysis.TransformationsIndicatorSimpleTransformation
    FinAnalysis.TransformationsNOrderMathBarTransformation
    FinAnalysis.TransformationsNOrderMathSimpleTransformation
    FinAnalysis.TransformationsSimpleResampling
    FinAnalysis.TransformationsTickResampling
    FinAnalysis.TransformationsTwoSeriesResampling