ITickTradeSignal Interface |
Namespace: FinAnalysis.Base
public interface ITickTradeSignal : ITradeSignal
The ITickTradeSignal 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.) |