×

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

308 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 ====
<syntaxhighlight>PositionProfit(PosBack)</syntaxhighlight>
Where: [[PosBack]] - a numerical expression, specifying the position:
:'''PosBack''' - a numerical expression, specifying the closed position: ::'''0 ''' - open current position; ::'''1''' - one position back (the last positionclosed);
1 - one position back (the last position closed); ::'''2 ''' - two positions back, etc.  PositionProfit with '''PosBack''' unspecified equals PositionProfit(0). In order to return the current unrealized profit or loss of an open position please use [[OpenPositionProfit]] keyword.
If [[PosBack]] is not specified, a value for the open position will == Notes ==* This function can only be returnedused in signals.
==Example == Notes ==== This function can only be used in signals<syntaxhighlight>PositionProfit(1)</syntaxhighlight>Returns a value of -5 if the most recently closed position has generated $5 loss. ==== Example ====<syntaxhighlight>PositionProfit will return (0)</syntaxhighlight>Returns a value of 0 if the current position is flat open and there were no partial exits from it.
<syntaxhighlight>PositionProfit (0) will return </syntaxhighlight>Returns a value of 5 if the value of the open position has increased by was partially closed with $5since it was entered profit.
<syntaxhighlight>PositionProfit (10) will return </syntaxhighlight>Returns a value of -5 0 if the most recently closed there is no open position has generated a loss of $5</syntaxhighlight> .
[[Category:Strategy Position]]

Navigation menu