Click or drag to resize

BaseIndicatorT Properties

The BaseIndicatorT generic type exposes the following members.

Properties
  NameDescription
Public propertyFirst
Get first(oldest) data element stored in container. Note: if there is not elements in queue it returns DefaltValue.
(Inherited from HistoryDataQueueT.)
Public propertyFirstDateTime
Get first(oldest) data element DateTime stored in container. Note: if there is not elements in queue it returns DefaltDateTime.
(Inherited from HistoryDataQueueT.)
Public propertyHistoryCapacity
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.
Public propertyHistoryCount
Count of indicators values in indicator history.
Public propertyHistoryTimeManaged
Indicates whether indicator safe it's history on time period or store specified values count.
Public propertyHistoryTimePeriod
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.
Public propertyIndicatorNeedDateTime
Equal true if user have to specify DateTime in Add method.
Public propertyItemDateTime
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 HistoryDataQueueT.)
Public propertyItemInt32
Get data which was store "index" steps ago.
(Inherited from HistoryDataQueueT.)
Public propertyLast
Get last data element stored in container. Note: if there is not elements in queue it returns DefaltValue.
(Inherited from HistoryDataQueueT.)
Public propertyLastDateTime
Get last data element DateTime stored in container. Note: if there is no elements in the queue it returns DefaultDateTime.
(Inherited from HistoryDataQueueT.)
Public propertyPrevious
Get previous data element stored in container. Note: if there is such not elements in queue it returns DefaltValue.
(Inherited from HistoryDataQueueT.)
Public propertyReady
Ready flag is set if and only if queue contain something.
(Overrides HistoryDataQueueTReady.)
Public propertyStable
Flag is set if and only if indicators values is stable.
Public propertyValidationStrategy
Indicate what we must do with invalid input values.
Public propertyValue
Returns value of indicator. For indicators which has more than one value, it returns a slice.
Public propertyValueDelayPointPeriod
Set Delay (in points) for indicators Value.
Public propertyValueDelayTimePeriod
Set Delay (in timespan) for indicators Value.
Top
See Also