Skip to content

IPortfolioTarget

QuantConnect.Algorithm.Framework.Portfolio.IPortfolioTarget

Represents a portfolio target. This may be a percentage of total portfolio value or it may be a fixed number of shares.

symbol

symbol: Symbol

Gets the symbol of this target

quantity

quantity: float

Gets the quantity of this symbol the algorithm should hold

tag

tag: str

Portfolio target tag with additional information