+1 888 340 6572

GetRTAccountNetWorth: Difference between revisions

From MultiCharts
No edit summary
No edit summary
 
Line 9: Line 9:


== Example ==
== Example ==
<syntaxhighlight>GetRTAccountNetWorth("DU12345")</syntaxhighlight> will return a value of 100 000 if the Account Net Liquidity at broker for DU12345 account is 100 000 in base currency.  
<syntaxhighlight>GetRTAccountNetWorth("DU12345")</syntaxhighlight> will return a value of 100,000 if the Account Net Liquidity at broker for DU12345 account is 100,000 in base currency.  






[[Category:Accounts & Positions]]
[[Category:Accounts & Positions]]

Latest revision as of 15:37, 28 June 2024

Returns Account Net Liquidation value at broker.

Usage

GetRTAccountNetWorth(Account)

Where:

Account - account number at broker.

Example

GetRTAccountNetWorth("DU12345")

will return a value of 100,000 if the Account Net Liquidity at broker for DU12345 account is 100,000 in base currency.