Thanks for your reply Brad. Apart from entering it into the code, is there any way to set the date parameters in the Formula Wizard or the Strategy Analyzer?
Theo
Yes you can set it up in the Formula Wizard as part of the conditions in Set1, Set2, etc (getDay()>=yourstartday, getMonth()>=yourstartmonth, etc and the inverse getDay()<=yourenddate, etc).
As to the Strategy Analyzer it will test whatver data is loaded in a chart and whereas you cannot specifiy the end date (because it will always be the last bar in the chart) you can define the begin date by loading only the desired data using a Time Template
Alex
Comment