+1 888 340 6572

Portfolio CurrentEntries: Difference between revisions

From MultiCharts
(Created page with "Returns a numerical value, indicating the combined number of entries currently open within a portfolio. ==== Usage ==== <syntaxhighlight>Portfolio_CurrentEntries</syntaxhigh...")
 
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
Returns a numerical value, indicating the combined number of entries currently open within a portfolio.  
Returns a numerical value, indicating the combined number of entries currently open within a portfolio.  


==== Usage ====
== Usage ==
<syntaxhighlight>Portfolio_CurrentEntries</syntaxhighlight>  
<syntaxhighlight>Portfolio_CurrentEntries</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>Assign a value, indicating the combined number of entries currently open within a portfolio, to Value1 variable:  
Assign a value, indicating the combined number of entries currently open within a portfolio, to the Value1 variable:  


Value1=Portfolio_CurrentEntries;</syntaxhighlight>  
<syntaxhighlight>Value1 = Portfolio_CurrentEntries;</syntaxhighlight>  
   
   
[[Category:Portfolio Strategy Position]]
[[Category:Portfolio Strategy Position]]

Latest revision as of 14:43, 19 February 2012

Returns a numerical value, indicating the combined number of entries currently open within a portfolio.

Usage

Portfolio_CurrentEntries

Notes

Example

Assign a value, indicating the combined number of entries currently open within a portfolio, to the Value1 variable:

Value1 = Portfolio_CurrentEntries;