Hi All,
I'm trying to locate some BarIndex() values across different time
frames... Is this possible using the built in Time Frame fucntions...
I thought this would work... Let's pretend my base interval is 1min,
and I want to get the BarIndex() for a 3min interval...
New_BI = TimeFrameCompress( BarIndex( ),180);
But it doesn't seem to work... any ideas...?
TIA