Functions by Category Functions by Alphabetical list
TotalCapital |  | This function returns the total capital of the account, this includes cash, pending cash and the value of all equities in the account. This function is typically used in money management. This function is obsolete, use LiquidatingValue. Examples: Warning ('Total Capital is less than 10000') If TotalCapital < 10000;
Related functions: AccountBalance , OpenTradeEquity , SecuritiesOnDeposit , LiquidatingValue , TotalEquity , StockMarketValue , InitialMargin , MaintenanceMargin , TotalSystemEquity , TotalCash , Cash , PendingCash , Credit , Debit
|