Skip to content

Account Property

Summary

Contains all Account information

Signature

1
public IAccount Account {get;}

Return Value

IAccount

Declaring Type

cAlgo.API.Robot

Examples

1
2
3
4
5
6
7
 double balance = Account.Balance;
 string currency = Account.Currency;
 double equity = Account.Equity;
 double freemargin = Account.FreeMargin;
 double margin = Account.Margin;
 double? marginlevel = Account.MarginLevel;
 int leverage = Account.Leverage;

Last update: March 17, 2023