Difference between revisions of "PortfolioEntriesPriority"

From MultiCharts
Jump to navigation Jump to search
m
 
Line 3: Line 3:
 
If execution of all entries generated for a portfolio would cause the capital limits to be exceeded, the entries with the highest priority will receive preference, while the entries with the lowest priority will not be executed.  
 
If execution of all entries generated for a portfolio would cause the capital limits to be exceeded, the entries with the highest priority will receive preference, while the entries with the lowest priority will not be executed.  
  
If '''PortfolioEntriesPriority''' is not specified, the entries will be executed according to the order the symbols are listed in the [[Operating_Portfolios#Understanding_the_Symbols_Table|symbol grid]] of the [[:Category:Portfolio Backtesting|Portfolio Backtester]].  
+
If '''PortfolioEntriesPriority''' is not specified, the entries will be executed according to the order the symbols are listed in the [[Operating_Portfolios#Understanding_the_Symbols_Table|symbol grid]] of the [[Portfolio Trader]].  
 
   
 
   
 
== Usage ==
 
== Usage ==
Line 13: Line 13:
 
   
 
   
 
== Notes ==
 
== Notes ==
* This function can only be used in signals intended to be used with the [[:Category:Portfolio_Backtesting|Portfolio Backtester]].
+
* This function can only be used in signals intended to be used with the [[Portfolio Trader]].
  
 
== Example ==
 
== Example ==

Latest revision as of 19:55, 6 March 2018

Assigns a priority to each entry order within a portfolio.

If execution of all entries generated for a portfolio would cause the capital limits to be exceeded, the entries with the highest priority will receive preference, while the entries with the lowest priority will not be executed.

If PortfolioEntriesPriority is not specified, the entries will be executed according to the order the symbols are listed in the symbol grid of the Portfolio Trader.

Usage

PortfolioEntriesPriority = Priority

Where:

Priority - a numerical expression specifying the entry order execution priority; a greater value indicates a higher priority.

Notes

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

Example

Assign higher execution priority to entry orders for symbols with lower share prices:

PortfolioEntriesPriority = (-Close);