Need help to export hourly data to excel

#1
Filter=1;
AddColumn(O,"Open");
AddColumn(H,"High");
AddColumn(L,"Low");
AddColumn(C,"Close");
AddColumn(V,"Volume",1.0);
AddColumn(OI,"Open Interest",1.0);

I want to export data from amibroker to excel. i am using the above mentioned code in analysis window.
With this code i am only getting Daily data. i need data in hourly time frame. Thanks
 

Similar threads