TickResampling Class |
Namespace: FinAnalysis.Transformations
public class TickResampling : BaseTransformation<ITickTradeSignal>, ITickTradeSignal, ITradeSignal
The TickResampling type exposes the following members.
Name | Description | |
---|---|---|
TickResampling(ITickTradeSignal, Int32) |
Initializes a new instance of TickResampling.
| |
TickResampling(ITickTradeSignal, Int32, ResamplingType) |
Initializes a new instance of TickResampling.
|
Name | Description | |
---|---|---|
Next |
Next item.
(Inherited from BaseTransformationT.) | |
Ready |
Ready flag is set if and only if queue contain something.
(Inherited from BaseTransformationT.) | |
Stable |
Flag is set if and only if indicators values is stable.
(Inherited from BaseTransformationT.) | |
TradeSignal |
Get indicator's trading signal.
(Inherited from BaseTransformationT.) | |
ValidationStrategy |
Indicate what we must do with invalid input values.
(Inherited from BaseTransformationT.) |
Name | Description | |
---|---|---|
Add |
Add data (trade price and volume) to indicator.
Note: Do Not use methods with and without DateTime for same instance.
Also do not call this method for indicators which need datetime for calculation it's value.
To determine do you need to specify DateTime, see IndicatorNeedDateTime flag.
| |
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.) |