BotclosedPositions Property

List that contains all positions closed by the bot

Definition

Namespace: SharpTraderBot
Assembly: SharpTraderBot (in SharpTraderBot.dll) Version: 1.0.0
C#
public List<STPosition> closedPositions { get; }

Property Value

ListSTPosition

See Also