RE: [amibroker] Re: How to write to a file with a dynamic name including a date

2008-07-01 Thread J. Biran
e afl and takes input from Date() > > This should prevent overwriting old files. > > Joseph Biran > > -Original Message- > From: amibroker@yahoogroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of Mike > Sent: Tuesday, July 01, 2008 2:

[amibroker] Re: How to write to a file with a dynamic name including a date

2008-07-01 Thread Mike
and takes input from Date() > > This should prevent overwriting old files. > > Joseph Biran > > -Original Message- > From: amibroker@yahoogroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of Mike > Sent: Tuesday, July 01, 2008 2:23 PM > To: amibroker@yahoogroups.com >

RE: [amibroker] Re: How to write to a file with a dynamic name including a date

2008-07-01 Thread J. Biran
al Message- From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike Sent: Tuesday, July 01, 2008 2:23 PM To: amibroker@yahoogroups.com Subject: [amibroker] Re: How to write to a file with a dynamic name including a date You can use any valid filename that you want. Assuming that

[amibroker] Re: How to write to a file with a dynamic name including a date

2008-07-01 Thread Mike
You can use any valid filename that you want. Assuming that you will be looping through bars, you can just use the Day(), Month(), Year() functions, then construct your file name using the indexed value on a bar by bar basis. See this library example for reference: http://www.amibroker.com/lib