Amibroker Futures data into excel

#1
How to convert Historicals in Amibroker into excel?? I downloaded Bhavcopy futures data in Amibroker and started using them. but i want the historicals in excel as i am more comfortable in devising strategies in excel.

Thanks for the help.

I got the solution. Here is the AFL for those interested

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);
 
Last edited:

KelvinHand

Well-Known Member
#3
How to use this afl.
What is the path of the resultant excel file.
Thanks
From here:
http://www.wisestocktrader.com/indicators/3286-export-data-exploration

Steps for Futures/Stock/Forsex ... etc

1. Run [Analysis]->Exploration
2. List of condition met shown in Exploration Window
3. While Cursor still on Exploration Window, Click on [File] Menu, Select "Export HTML/CSV..."
4. "Save As" Dialog Popup. Then save to any path you wish "Merry Chistmas OR Happy New Year"
 
Last edited:
#5

Similar threads