GetBDDayTradingBuyingPower (Reserved Word)

image\trumpet2.gif Disclaimer

Retrieve the Beginning Day DayTrading Buying Power amount from the TradeManager’s Balances tab for the given equity account.

Usage

GetBDDayTradingBuyingPower(strAccountNumber)

Return  

Returns a floating point value identifying the dollar amount of Beginning Day DayTrading Buying Power for the given equity 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 = GetBDDayTradingBuyingPower(GetAccountID);

  This reserved word uses processor intensive TradeManager calls that may adversely impact the performance of TradeStation and other applications on your computer.