Skip to content

Equity Property

Summary

Represents the equity of the current account (balance minus Unrealized Net Loss plus Unrealized Net Profit plus Bonus).

Signature

1
public abstract double Equity {get;}

Return Value

double

Declaring Type

cAlgo.API.Internals.IAccount

Examples

1
 Print("The equity of this account is: {0}", Account.Equity);

Last update: March 17, 2023