GetAccountID (Reserved Word)

image\trumpet2.gif Disclaimer

Gets the account associated with a strategy or analysis technique (set via the Format Account Orders & Positions - Data tab for each symbol type).  The return value from this function can be used as an input to the other TradeManager functions.

Usage

GetAccountID();

Return 

Returns a string representation of the account associated with the strategy or analysis technique on a chart.  Will return an empty string if called from a RadarScreen indicator, TradingApp, or EasyLanguage code running in Portfolio Maestro.

Inputs  

None

Example

vars: str("");

str = GetAccountID();