Keltner Properties |
The Keltner type exposes the following members.
Name | Description | |
---|---|---|
![]() | First |
Get first(oldest) data element stored in container.
Note: if there is not elements in queue it returns DefaltValue.
(Inherited from HistoryDataQueue<T>.) |
![]() | FirstDateTime |
Get first(oldest) data element DateTime stored in container.
Note: if there is not elements in queue it returns DefaltDateTime.
(Inherited from HistoryDataQueue<T>.) |
![]() | HistoryCapacity |
Set or Get indicator's history capacity. Do not set capacity for indicator if you already add data to it.
If indicators HistoryTimeManaged flag is set, this value equal to volume of buffers.
If indicators HistoryTimeManaged flag is not set, than indicator store exact HistoryCapacity its values.
(Inherited from BaseIndicator<T>.) |
![]() | HistoryCount |
Count of indicators values in indicator history.
(Inherited from BaseIndicator<T>.) |
![]() | HistoryTimeManaged |
Indicates whether indicator safe it's history on time period or store specified values count.
(Inherited from BaseIndicator<T>.) |
![]() | HistoryTimePeriod |
Set or Get time period, how long indicator save it's value. Do not set history period for indicator if you already add data to it.
If you specify indicators HistoryTimePeriod, then indicators HistoryTimeManaged flag will be set.
Indicator try to store all of its values on specified HistoryTimePeriod.
(Inherited from BaseIndicator<T>.) |
![]() | IndicatorNeedDateTime |
Equal true if user have to specify DateTime in Add method.
(Inherited from BaseIndicator<T>.) |
![]() | Item[DateTime] |
Return historically latest element with smaller or equal DateTime.
Note: do not try to use this method if you didn't specify DateTime to data elements.
(Inherited from HistoryDataQueue<T>.) |
![]() | Item[Int32] |
Get data which was store "index" steps ago.
(Inherited from HistoryDataQueue<T>.) |
![]() | Last |
Get last data element stored in container.
Note: if there is not elements in queue it returns DefaltValue.
(Inherited from HistoryDataQueue<T>.) |
![]() | LastDateTime |
Get last data element DateTime stored in container.
Note: if there is no elements in the queue it returns DefaultDateTime.
(Inherited from HistoryDataQueue<T>.) |
![]() | LowerChannel |
Lower channel.
|
![]() | MiddleChannel |
Middle channel.
|
![]() | Previous |
Get previous data element stored in container.
Note: if there is such not elements in queue it returns DefaltValue.
(Inherited from HistoryDataQueue<T>.) |
![]() | Ready |
Ready flag is set if and only if queue contain something.
(Inherited from BaseIndicator<T>.) |
![]() | ResamplingFactor |
Set this parameter if you whant to compress data series.
It means that if you set this flag,
then indicator will calculate it's values on ResamplingFactor-greater steps.
(Inherited from BaseInstrumentIndicator<T>.) |
![]() | ResamplingMethod |
Get or Specify resampling Method.
LastElement - mean that we use for calculation values equals to last value on resampling period,
ArithmeticMean - mean that we use for calculation values equals to arithmetic mean of values on resampling period,
(Inherited from BaseInstrumentIndicator<T>.) |
![]() | Stable |
Flag is set if and only if indicators values is stable.
(Inherited from BaseIndicator<T>.) |
![]() | TradeSignal |
Get indicators trading signal.
(Overrides BaseInstrumentIndicator<T>.TradeSignal.) |
![]() | TradeSignalType |
Characterize indicator trade signal values range and meaning.
(Inherited from BaseInstrumentIndicator<T>.) |
![]() | UpperChannel |
Upper channel.
|
![]() | ValidationStrategy |
Indicate what we must do with invalid input values.
(Inherited from BaseIndicator<T>.) |
![]() | Value |
Returns value of indicator. For indicators which has more than one value, it returns a slice.
(Inherited from BaseIndicator<T>.) |
![]() | ValueDelayPointPeriod |
Set Delay (in points) for indicators Value.
(Inherited from BaseIndicator<T>.) |
![]() | ValueDelayTimePeriod |
Set Delay (in timespan) for indicators Value.
(Inherited from BaseIndicator<T>.) |