×

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

Changes

Jump to navigation Jump to search

PositionProfit

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

Navigation menu