Account Property¶ Summary¶ Contains information of the current account. Signature¶ 1public IAccount Account {get;} Return Value¶ IAccount Declaring Type¶ cAlgo.API.Indicator Examples¶ 1 2 if (Account.Balance < 10000) Print(Account.Balance); Last update: February 3, 2023