GetUnclearedDeposits (Reserved Word)
Retrieve the Uncleared Deposits amount from the TradeManager’s Balances tab for the given equity or futures account.
Usage
GetUnclearedDeposits(strAccountNumber)
Return
Returns a floating point value identifying the dollar amount of Uncleared Deposits. Return value is zero if Account if not valid.
Inputs
strAccountNumber is the string representation of the account to check. GetAccountID returns the Account parameter needed here, or you can specify it manually.
Example
Value1 = GetUnclearedDeposits(GetAccountID);
This reserved word uses processor intensive TradeManager calls that may adversely impact the performance of TradeStation and other applications on your computer.