Difference between revisions of "GetAccountID"

From MultiCharts
Jump to navigation Jump to search
(Created page with " Category:Accounts & Positions")
 
 
Line 1: Line 1:
 +
Returns the account number which is used for auto trading on the chart, where the strategy is applied.
 +
 +
== Usage ==
 +
<syntaxhighlight>GetAccountID()</syntaxhighlight>
 +
 +
== Example ==
 +
<syntaxhighlight>GetAccountID()</syntaxhighlight> will return <code>"DU34567"</code> if the account number which is used for auto trading on the chart, where the strategy is applied, is DU12345.
  
 
[[Category:Accounts & Positions]]
 
[[Category:Accounts & Positions]]

Latest revision as of 14:17, 24 February 2012

Returns the account number which is used for auto trading on the chart, where the strategy is applied.

Usage

GetAccountID()

Example

GetAccountID()

will return "DU34567" if the account number which is used for auto trading on the chart, where the strategy is applied, is DU12345.