This script has instrument context by default.  When it executes it will have direct access to all IPV properties and functions.

 

Before Instrument Day only runs once per day. If you want to run a script on every bar, use Before Bar script section.

 

Script executes on every test date for each instrument in the portfolio where a date record exist and that instrument's property reports instrument.isPrimed = TRUE.  

 

Execution for each instrument happens after the Before Trading Day script section completes execution.

 

Script can be an alternate location to calculate instrument-specific variables or custom indicators each day.  

 

Executing this script when the instrument does not have a date for the current instrument date being processed, the property value information will be from the most recent instrument date.

 

Use the instrument.tradesOnTradeBar property return value to determine if the instrument record being processed is for the current period, or an earlier period.  When instrument.tradesOnTradeBar return value is TRUE, the instrument information is current.  When it is FALSE, values available will be from the most recent price record.

 

Use the instrument.tradesOnTradeBar property when it is important to know, or to not allow calculation changes.

 

 


Edit Time: 12/7/2019 2:43:50 PM


Topic ID#: 164

 

Created with Help & Manual 7 and styled with Premium Pack Version 2.80 © by EC Software