Difference between revisions of "GetRTUnrealizedProfit"

From MultiCharts
Jump to navigation Jump to search
(Created page with " Category:Accounts & Positions")
 
Line 1: Line 1:
 +
Returns the Unrealized/Open P&L for the specified account.
 +
 +
== Usage ==
 +
<syntaxhighlight>GetRTUnrealizedPL(Account)</syntaxhighlight>
 +
 +
Where:
 +
 +
: <code>Account</code> - 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]]

Revision as of 15:05, 24 February 2012

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.