FinAnalysis.Transformations Namespace |
Class | Description | |
---|---|---|
![]() | BarResampling |
Represents a resampling transformation for Bar Indicators (like Atr).
|
![]() | BaseMathBarTransformation |
Transformation for math function double(double) for bar signal object
|
![]() | BaseMathSimpleTransformation |
Transformation for math function double(double) for simple signal object
|
![]() | IndicatorBarTransformation |
Transformation using bar indicator
|
![]() | IndicatorSimpleTransformation |
Transformation using simple indicator
|
![]() | NOrderMathBarTransformation |
Transformation for math function double(double,double) for bar signal object
|
![]() | NOrderMathSimpleTransformation |
Transformation for math function double(double) for simple signal object
|
![]() | SimpleResampling |
Represents a resampling transformation for Simple Indicators (like Sma).
|
![]() | TickResampling |
Represents a resampling transformation for Tick Indicators (like Vwap).
|
![]() | TransformationDefinition |
Contains definition for particular transformation
|
![]() | TransformationsRegistry |
Responsible for registering and transformations creation
|
![]() | TwoSeriesResampling |
Represents a resampling transformation for Two Series Indicators (like Mcc).
|
Delegate | Description | |
---|---|---|
![]() | BarTransformationCreator |
Delegate for creation of bar transformation
|
![]() | BaseMathFunction |
Base math function type: f = f(double)
|
![]() | NOrderFunction |
Base math function type: f = f(double...)
|
![]() | SimpleTransformationCreator |
Delegate for creation of simple transformation
|
![]() | TickTransformationCreator |
Delegate for creation of tick transformation
|
![]() | TwoSeriesTransformationCreator |
Delegate for creation of two series transformation
|