GetRTDaytradingBuyingPower (Reserved Word)deprecated
Terminology has changed. So, while this keyword will continue to work in order to retain backward compatibility, use the Account class’s RTIntradayBuyingPower property in new development.
Usage
GetRTDaytradingBuyingPower(strAccountNumber)
Return
Returns a floating point value identifying the dollar amount of Real-time Daytrading Buying Power for the given account. Returns zero for an invalid account.
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 = GetRTDaytradingBuyingPower(GetAccountID);
This reserved word uses processor intensive TradeManager calls that may adversely impact the performance of TradeStation and other applications on your computer.