Account Information
AccountBalance ()
AccountCredit ()
AccountCurrency ()
AccountEquity ()
AccountFreeMargin ()
AccountLeverage ()
AccountMargin ()
AccountName ()
AccountNumber ()
AccountProfit ()
double AccountBalance ()
Returns the currently selected value account balance.
Sample
Print ("Balance =" AccountBalance ());
double AccountCredit ()
Returns the currently selected value of the credit account.
Sample
Print ("account number", AccountCredit ());
array AccountCurrency ()
Returns the currently selected currency profile name.
Sample
Print ("account currency", AccountCurrency ());
double AccountEquity ()
Returns the currently selected value of the capital account.
Sample
Print ("Account equity =" AccountEquity ());
double AccountFreeMargin ()
Returns currently selected account is free margin value.
Sample
Print ("Account margin =" AccountFreeMargin ());
int AccountLeverage ()
Returns currently selected account leverage.
Sample
Print ("Account #", AccountNumber (), "a mainstay", AccountLeverage ());
double AccountMargin ()
Returns the currently selected value of the margin account.
Sample
Print ("Margin Account", AccountMargin ());
array AccountName ()
Returns the currently selected profile name.
Sample
Print ("name", AccountName ());
int AccountNumber ()
Returns currently selected account number.
Sample
Print ("account", AccountNumber ());
double AccountProfit ()
Returns the currently selected gain profile.
Sample
double profit;
profit = AccountProfit ();
Friday, May 27, 2011
Subscribe to:
Post Comments (Atom)
Popular Posts
Powered by Blogger.
No comments:
Post a Comment