BaseTransformationT Class |
Namespace: FinAnalysis.Base
public abstract class BaseTransformation<T> where T : ITradeSignal
The BaseTransformationT type exposes the following members.
Name | Description | |
---|---|---|
![]() | Next |
Next item.
|
![]() | Ready |
Ready flag is set if and only if queue contain something.
|
![]() | Stable |
Flag is set if and only if indicators values is stable.
|
![]() | TradeSignal |
Get indicator's trading signal.
|
![]() | ValidationStrategy |
Indicate what we must do with invalid input values.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |