Hi, we need your csv export code to show you the changes you need to do. However in this file you probably have somewhere the call of function name() which returns the symbol name like ABC.NS So you need to replace it there by your market. One way would be to use a simple iif statement: exportName = IIF(name() == "ABC.NS", "XYZ", IIF(name() == "DEF.NS", "KLM", ""));
Thomas www.PatternExplorer.com -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of sdebu_2k Sent: Sunday, August 30, 2009 8:04 AM To: [email protected] Subject: [amibroker] Exporting data from amibroker Hi all, I want your help for exporting data from my amibroker database in 1min format.I have an afl which exports data easily but my problem is that I want to change the ticker name while exporting otherwise I can't update my historical database with this data. eg. I want to export ABC.NS INTO A CSV file which will have ticker name say XYZ. And that should be done in any no of predefined stocks . Please Help. Regards Debdulal ------------------------------------ **** IMPORTANT PLEASE READ **** This group is for the discussion between users only. This is *NOT* technical support channel. TO GET TECHNICAL SUPPORT send an e-mail directly to SUPPORT {at} amibroker.com TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at http://www.amibroker.com/feedback/ (submissions sent via other channels won't be considered) For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: http://www.amibroker.com/devlog/ Yahoo! Groups Links
