Difference between revisions of "GetRTUnrealizedProfit"

From MultiCharts
Jump to navigation Jump to search
(Created page with " Category:Accounts & Positions")
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
Returns the Unrealized/Open P&L for the specified account.
 +
 +
== Usage ==
 +
<syntaxhighlight>GetRTUnrealizedPL(Account)</syntaxhighlight>
 +
 +
Where:
 +
 +
:'''Account''' - account number at broker.
 +
 +
== Example ==
 +
Will return a value of 5 000 if Unrealized(Open) P&L for the account at broker is $5 000.
  
 
[[Category:Accounts & Positions]]
 
[[Category:Accounts & Positions]]

Latest revision as of 18:21, 3 March 2017

Returns the Unrealized/Open P&L for the specified account.

Usage

GetRTUnrealizedPL(Account)

Where:

Account - account number at broker.

Example

Will return a value of 5 000 if Unrealized(Open) P&L for the account at broker is $5 000.