Introduction
Automation Platform
Botmain DAO
Building Trading Strategies
API References Dev Live Stream
@botmain/indicators / Class

BaseIndicator

No documentation has been provided.

See Also

Properties

NameTypeDescription
historyCapacity
number

The maximum history held by the indicator. As new data comes in only this many points are kept.

historyCount
number

The number of historical points currently held by the indicator. Will never be larger than historyCapacity.

last
T
values
T[]