Search Framework:
SymbolInfo
Namespace: WealthLab.Core
Parent: Object

The SymbolInfo class represents information about a single tradable instrument, keyed by the Symbol property. If Futures Mode is enabled in WealthLab, the Margin, PointValue, and other futures related properties are factored into backtesting.

SymbolInfo instances can be created in a Historical Data Provider, and you can define your own in WealthLab's Markets & Symbols tool.

Members
DisplayDecimals
public int DisplayDecimals

Contains the number of decimal places to use when displaying values for this symbol.


Margin
public double Margin

Contains the amount of funds needed to maintain a single share or contract position in the symbol. This value is used only when Futures Mode is enabled in WealthLab's Backtest Settings.


Market
public MarketDetails Market

Contains the market that this symbol trades in, expressed as an instance of the MarketDetails class.


PointValue
public double PointValue

Contains the point value of the symbol, which describes how much value is gained in the base currency when a single share or contract moves up one point. This value is used only when Futures Mode is enabled in WealthLab's Backtest Settings.


QuantityDecimals
public int QuantityDecimals

Contains the number of decimal places used when representing the quantity (shares, contracts, etc.) of a position in this symbol.


Symbol
public string Symbol

Contains the string value that identifies this symbol, for example MSFT for Microsoft, Corp. stock.


TickSize
public double TickSize

Contains the minimum granularity at which the symbol can be priced at. This value is used only when Futures Mode is enabled in WealthLab's Backtest Settings.