+1 888 340 6572

Portfolio TotalMaxRiskEquityPercent: Difference between revisions

From MultiCharts
(Created page with "Returns the equity Exposure % numerical value set by the user in the Portfolio Settings tab of the Portfolio Backtester Format Settings window. ==== Usage ==== <syntax...")
 
No edit summary
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Returns the equity [[Exposure %]]  numerical value set by the user in the Portfolio Settings tab of the Portfolio Backtester Format Settings window.   
Returns the equity '''Exposure %''' numerical value set by the user in the [[Portfolio_Settings|Portfolio Settings]] tab of the Portfolio Trader Format Settings window.   


==== Usage ====
== Usage ==
<syntaxhighlight>Portfolio_TotalMaxRiskEquityPercent</syntaxhighlight>  
<syntaxhighlight>Portfolio_TotalMaxRiskEquityPercent</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_TotalMaxRiskEquityPercent will return the equity Exposure % numerical value set by the
<syntaxhighlight>Portfolio_TotalMaxRiskEquityPercent</syntaxhighlight>
user.</syntaxhighlight>
Will return 50 if the by the user set equity Exposure % numerical value is 50.
   
   
[[Category:Portfolio Strategy Properties]]
[[Category:Portfolio Strategy Properties]]

Latest revision as of 13:16, 16 November 2015

Returns the equity Exposure % numerical value set by the user in the Portfolio Settings tab of the Portfolio Trader Format Settings window.

Usage

Portfolio_TotalMaxRiskEquityPercent

Notes

Example

Portfolio_TotalMaxRiskEquityPercent

Will return 50 if the by the user set equity Exposure % numerical value is 50.