ITwoSeriesTradeSignal Interface |
Namespace: FinAnalysis.Base
public interface ITwoSeriesTradeSignal : ITradeSignal
The ITwoSeriesTradeSignal type exposes the following members.
Name | Description | |
---|---|---|
Ready |
Indicates that indicator has some value, which you can use.
Useful for averages, which can not calculate its value on small amount of data.
(Inherited from ITradeSignal.) | |
Stable |
Flag is set if and only if indicators values is stable.
(Inherited from ITradeSignal.) | |
TradeSignal |
Get indicator's trading signal.
(Inherited from ITradeSignal.) | |
ValidationStrategy |
Indicate what we must do with invalid input values.
(Inherited from ITradeSignal.) |
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.
|