Display 10 second TF value in 1 minute chart

#1
I know that timeframeCompress and timeframeexpand can be used for getting higher TF values in lower TF but is vice-versa possible? I have tick data.
 

mastermind007

Well-Known Member
#3
Usually ppl do compression and then expansion.

Generally the answer is No. TimeFrameExpand function expects you to provide interval parameter which must already be provided either to TimeFrameSet or to TimeFrameCompress.

However, what you can do is following. Keep your chart in tick format (or 10 secs) and the use time-compression to plot 1 minute candle. Unlike conventional AFL, You will never expand the the compress data.
 
#4
Thanks yes ur reply makes sence. Ok so now is it atleast possible to know from a 1 minute chart that the price in 10 sec chart has crossed the cloud in the 10 second chart? Plotting is not needed.