GetAccountID (Reserved Word)
Gets the account associated with a strategy or analysis technique (set via the Customize Account Orders & Positions-Data Tab for each symbol type). The return value from this reserved word 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. Will return an empty string if called from a TradingApp or from EasyLanguage code running in Portfolio Maestro.
Inputs
None
Example
vars: str("");
str = GetAccountID();