Functions by Category Functions by Alphabetical list
PendingCash |  | This function returns the pending cash that is in the account. This function is typically used in money management. Pending cash is the total value of buy orders. This function is obsolete, use SecuritiesOnDeposit. Examples: Warning('The value of pending buy orders is greater than the cash') if PendingCash > Cash;
Related functions: AccountBalance , OpenTradeEquity , SecuritiesOnDeposit , LiquidatingValue , TotalEquity , StockMarketValue , InitialMargin , MaintenanceMargin , TotalCapital , TotalSystemEquity , TotalCash , Cash , Credit , Debit
|