Quote Originally Posted by ;
Yes. Goto http://codebase.mql4.com/6217 and install and download offline_charts. mqh. Although I composed this library for generating equity curves it is composed of functions for dealing with offline charts. It comprises a purpose

updateOfflineChart()

Call this function on every tick with the current value of this index. If you would like to create multiple timeframes then simply call it once per timeframe (with a different interval parameter for every phase).

Symbol ...
You genius! Thank you a lot!