VolumeInUnits Property¶ Summary¶ The amount traded by the position. Signature¶ 1public abstract double VolumeInUnits {get;} Return Value¶ double Declaring Type¶ cAlgo.API.Position Examples¶ 1 2 ExecuteMarketOrder(TradeType.Buy, Symbol, 10000, "myLabel", 10,10); Print(LastResult.Position.VolumeInUnits); Last update: July 1, 2022 Comments