+1 888 340 6572

Portfolio MaxRiskEquityPerPosPercent: Difference between revisions

From MultiCharts
(Created page with "Returns the Max % of Equity at Risk per Position numerical value set by the user in the Portfolio Settings tab of the Portfolio Backtester Format Settings window. ====...")
 
No edit summary
Line 1: Line 1:
Returns the [[Max % of Equity at Risk per Position]]  numerical value set by the user in the Portfolio Settings tab of the Portfolio Backtester Format Settings window.   
Returns the '''Max % of Equity at Risk per Position''' numerical value set by the user in the [[Portfolio_Settings|Portfolio Settings]] tab of the Portfolio Backtester Format Settings window.   


==== Usage ====
== Usage ==
<syntaxhighlight>Portfolio_MaxRiskEquityPerPosPercent</syntaxhighlight>  
<syntaxhighlight>Portfolio_MaxRiskEquityPerPosPercent</syntaxhighlight>  
   
   
==== Notes ====  
== Notes ==
This function can only be used in signals intended to be used with the Portfolio Backtester.  
This function can only be used in signals intended to be used with the [[:Category:Portfolio_Backtesting|Portfolio Backtester]].  
   
   
==== Example ====
== Example ==
<syntaxhighlight>Portfolio_MaxRiskEquityPerPosPercent will return the Max % of Equity at Risk per Position
<syntaxhighlight>Portfolio_MaxRiskEquityPerPosPercent</syntaxhighlight>
numerical value set by the user</syntaxhighlight>
Will return the Max % of Equity at Risk per Position numerical value set by the user.
   
   
[[Category:Portfolio Strategy Properties]]
[[Category:Portfolio Strategy Properties]]

Revision as of 06:55, 9 February 2012

Returns the Max % of Equity at Risk per Position numerical value set by the user in the Portfolio Settings tab of the Portfolio Backtester Format Settings window.

Usage

Portfolio_MaxRiskEquityPerPosPercent

Notes

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

Example

Portfolio_MaxRiskEquityPerPosPercent

Will return the Max % of Equity at Risk per Position numerical value set by the user.