+1 888 340 6572

PositionProfit: Difference between revisions

From MultiCharts
No edit summary
Line 1: Line 1:
Returns a numerical value, indicating the profit or loss for the specified position.  
Returns a numerical value, indicating the total profit or loss for all closed trades the specified position.  
   
   
== Usage ==
== Usage ==
Line 24: Line 24:


<syntaxhighlight>PositionProfit(0)</syntaxhighlight>
<syntaxhighlight>PositionProfit(0)</syntaxhighlight>
Will return a value of 5 if the value of the open position has increased by $5 since it was entered.
Will return a value of 5 if the sum of the closed trades profit of the open position is $5.


<syntaxhighlight>PositionProfit(1)</syntaxhighlight>
<syntaxhighlight>PositionProfit(1)</syntaxhighlight>