+1 888 340 6572

PositionProfit: Difference between revisions

From MultiCharts
(Created page with "Returns a numerical value, indicating the profit or loss for the specified position. ==== Usage ==== <syntaxhighlight>PositionProfit(PosBack)</syntaxhighlight> Where: [[P...")
 
No edit summary
Line 18: Line 18:
   
   
==== Example ====
==== Example ====
PositionProfit  will return a value of 0 if the current position is flat  
<syntaxhighlight>PositionProfit  will return a value of 0 if the current position is flat  


PositionProfit (0)  will return a value of 5 if the value of the open position has increased by $5 since it was entered  
PositionProfit (0)  will return a value of 5 if the value of the open position has increased by $5
since it was entered  


PositionProfit (1)  will return a value of -5 if the most recently closed position has generated a loss of $5  
PositionProfit (1)  will return a value of -5 if the most recently closed position has generated  
a loss of $5</syntaxhighlight>
   
   
[[Category:Strategy Position]]
[[Category:Strategy Position]]