FreeMargin Property¶ Summary¶ Represents the free margin of the current account. Signature¶ 1public abstract double FreeMargin {get;} Return Value¶ double Declaring Type¶ cAlgo.API.Internals.IAccount Examples¶ 1 Print("The free margin of this account is: {0}", Account.FreeMargin); Last update: February 6, 2023