NetProfit Property¶ Summary¶ The Net profit of the position. Signature¶ 1public abstract double NetProfit {get;} Return Value¶ double Declaring Type¶ cAlgo.API.Position Examples¶ 1 2 ExecuteMarketOrder(TradeType.Buy, Symbol, 10000, "myLabel", 10,10); Print(LastResult.Position.NetProfit); Last update: January 30, 2023