[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Delaying execution of System Test



PureBytes Links

Trading Reference Links

Jim

> Maybe I'm dense, but is there a way to delay the execution of a System Test
> for a certain number of days so that the indicator has a chance to settle
> down?
>
> Let's say I have a chart w/ 2500 days loaded. How do I start the system test
> on day 100?

adding "AND Cum(1)>=100" to your entry code is one method. Another method is to include a date
filter in the entry code.

Roy