×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

Changes - MultiCharts
Open main menu

Changes

PositionProfit

226 bytes added, 10:47, 14 June 2023
no edit summary
Returns a numerical value, indicating the total realized profit or loss for the specified closed position.
== Usage ==
Where:
:'''PosBack''' - a numerical expression, specifying the closed position:  ::'''0''' - current position;
::'''0''' - open position;
::'''1''' - one position back (the last position closed);
::'''2''' - two positions back, etc.
If PositionProfit with '''PosBack''' is not specified, a value for unspecified equals PositionProfit(0). In order to return the current unrealized profit or loss of an open position will be returnedplease use [[OpenPositionProfit]] keyword.
== Notes ==
== Example ==
<syntaxhighlight>PositionProfit(1)</syntaxhighlight>Will return Returns a value of -5 if the most recently closed position has generated $5 loss. <syntaxhighlight>PositionProfit(0)</syntaxhighlight>Returns a value of 0 if the current position is flatopen and there were no partial exits from it.
<syntaxhighlight>PositionProfit(0)</syntaxhighlight>
Will return Returns a value of 5 if the value of the open position has increased by was partially closed with $5 since it was enteredprofit.
<syntaxhighlight>PositionProfit(10)</syntaxhighlight>Will return Returns a value of -5 0 if the most recently closed there is no open position has generated a loss of $5.
[[Category:Strategy Position]]