i want to get the daily cci value on a intraday bar. according to the amibroker support, "If you want to calculate "what daily CCI would be on each of the intraday bars" - then you can't use TimeFrame functions for that, as they return EOD values of the OHLC arrays (of course daily Open is known since the start of the day). So you would need to calculate such indiators in some form of a FOR loop (or perhaps 2 nested loops). "
Is there any afl that calculates the cci so i can code the daily cci on a intraday bar.
