PureBytes Links
Trading Reference Links
|
Hi Jim,
It's to do with the MaxBarsBack function. If it's set to, say, 50
bars then when you change data2 to daily bars, the system "ignores" the
first 50 bars in data2 which, of course, is 50 day's worth of bars in
data1, not just 50 bars.
Cheers,
Ian
> I have a workspace open that happens to contain two data series -
> data1 and
> data2. Both sets of data currently use intraday timeframes.
>
> In this workspace I'm using a strategy that refers only to data1 -it
> doesn't
> in any way refer to data2. So far so good and everything works OK.
>
> However, if I change data2 to a daily timeframe my strategy reports
> that
> there are no trades to analyze.
> How can this be, if data2 isn't even referred to?
>
> Jim
>
>
>
|