Trading using non Standard Time Frames

 
I believe that there is an indicator that converts the incoming data into non standard timeframes in real time. However, per my understanding, that is saved as a file. Is there any way, I can trade using an EA on non standard time frames? For examples, how can I trade using 2 hour or 8 hour charts?

Thanks.
 
Run period_converter script and define PeriodMultiplier parameter. Then use Open offline.
Period_converter will running on the base timeframe.
 
For trading you should read Time, Open, High, Low, Close arrays from file.
 
Thanks Rick. I will try that and see what I can do.
Reason: