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.
Contains the number of decimal places to use when displaying values for this symbol.
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.
Contains the market that this symbol trades in, expressed as an instance of the MarketDetails class.
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.
Contains the number of decimal places used when representing the quantity (shares, contracts, etc.) of a position in this symbol.
Contains the string value that identifies this symbol, for example MSFT for Microsoft, Corp. stock.
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.