Difference between revisions of "Portfolio GetMaxPotentialLossPerContract"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns: * a numerical value indicated in the % box multiplied by -1, if the Max Potential Loss option is selected in the Format Settings dialog window under the Port...")
 
Line 14: Line 14:
  
 
Portfolio_GetMaxPotentialLossPerContract will return 0.001 if the Absolute Max Potential Loss option
 
Portfolio_GetMaxPotentialLossPerContract will return 0.001 if the Absolute Max Potential Loss option
is selected and $ box value is 0.001 under the Portfolio Settings tab in the Format Settings dialog window.</syntaxhighlight>  
+
is selected and $ box value is 0.001 under the Portfolio Settings tab in the Format Settings dialog
 +
window.</syntaxhighlight>  
  
  
  
 
[[Category:Portfolio Strategy Properties]]
 
[[Category:Portfolio Strategy Properties]]

Revision as of 14:15, 23 January 2012

Returns:

Usage

Portfolio_GetMaxPotentialLossPerContract

Notes

This function can only be used in signals intended to be used with the Portfolio Backtester.

Example

Portfolio_GetMaxPotentialLossPerContract will return -5 if the Max Potential Loss option is selected 
and % box value is 5 under the Portfolio Settings tab in the Format Settings dialog window. 

Portfolio_GetMaxPotentialLossPerContract will return 0.001 if the Absolute Max Potential Loss option
is selected and $ box value is 0.001 under the Portfolio Settings tab in the Format Settings dialog
window.