Ticker Ledgers

Trading.AssetType

Represents the various asset classes. So far Stock or Crypto, each with a ticker as identification.

source

Bar Components

Bars are represented internally by the following set of Components, basically standard ohlc and volume:

Their differences (i.e. from one period to the next), and logarithms are represented by:

Each of these, and some derived quantities, can be requested by a Strategy as discussed in Indicators and demonstrated in more detail in the Strategies tutorial.

Reference