Difference between revisions of "GetRTAccountEquity"

From MultiCharts
Jump to navigation Jump to search
(Created page with " Category:Accounts & Positions")
 
Line 1: Line 1:
 +
Returns regular Account Equity at broker.
 +
 +
== Usage ==
 +
<syntaxhighlight>GetRTAccountEquity(Account)</syntaxhighlight>
 +
 +
Where:
 +
 +
: <code>Account</code> - account number at broker.
 +
 +
== Example ==
 +
<syntaxhighlight>GetRTAccountEquity("DU12345")</syntaxhighlight> will return a value of 100 000 if the Account Equity at broker for DU12345 account is $100 000.
  
 
[[Category:Accounts & Positions]]
 
[[Category:Accounts & Positions]]

Revision as of 15:03, 24 February 2012

Returns regular Account Equity at broker.

Usage

GetRTAccountEquity(Account)

Where:

Account - account number at broker.

Example

GetRTAccountEquity("DU12345")

will return a value of 100 000 if the Account Equity at broker for DU12345 account is $100 000.