+1 888 340 6572

GetAccountID: Difference between revisions

From MultiCharts
(Created page with " Category:Accounts & Positions")
 
No edit summary
 
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.