Search results

  1. T

    Export Data from Amibroker to csv

    Thank you for supplying the above code. Could you help cut out the error message I get on line 16 when compiling please ? - fh = fopen( "c:\\SaveData"+Name()+".csv", "w"); Error 31. Syntax error, unexpected MEMBER, expecting ')' or',' Many thanks
  2. T

    Amibroker For Dummies........a Beginner's Forum On How To Use Amibroker

    Thanks for the response, but I didn't make myself clear. What I wanted is a way to save this or any other new function so that they can be called from any new code without copying and pasting, in the same way that you can use any of the Amibroker supplied inbuilt functions without actually...
  3. T

    Amibroker For Dummies........a Beginner's Forum On How To Use Amibroker

    Can you tell me how to save an AFL as a function so it can be referenced in any other code when needed, just like the inbuilt functions? ie how would you save and access this borrowed code - //Transform DateNum (e.g., 1040928 or 921114) to String mmddyyyy (e.g., 09/28/2004 or 11/14/1992)...