Is it possible to have an indicator calculated on a specific tick?

 

In real time it is possible to get the indicator value of the last tick due to the fact that the closing price of the current bar is the last tick recieved, until the bar is closed.

But what about an already closed bar, that I want to simulate the value of the indicator somewhere inside that bar - based on simulating the ticks in that bar.

Is it possible?

 

Thanks