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

Re: Delaying execution of System Test



PureBytes Links

Trading Reference Links

James,

Another method is to use a simple moving average of 100 periods and use the
condition :

mov(c,100,s)>0

Pierre Tremblay

James Cooley a écrit :

> Hiyall,
>
> 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?
>
> Thanks for the indulgence.
>
> Jim