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

Re: Local variable initialization



PureBytes Links

Trading Reference Links

At 02:32 PM 3/22/2007, you wrote:
>This code will delay the strategy until 200 bars are collected, right?

No. If the MaxBarsBack setting on the indicator is set to "Auto" then the XAverage function only requires the previous bar so it will start plotting on the second bar of the data (MaxBarsBack = 1).

Bob Fulks