PureBytes Links
Trading Reference Links
|
<FONT face=Arial
color=#0000ff size=2>Are those the correct names for the csv's listed in the
log? Does the date/time of the log file match your script run? If so
then notice that its using Wizard.Format. I don't think its finding the format
specified by the script. You need to figure out why.
<FONT face=Arial
color=#0000ff size=2>
<FONT face=Arial
color=#0000ff size=2>Did you change the AFL formulat to emit the date in mdy
format? Are you sure those were exported by the script? Do the file
dates/times indicate that the script wrote them?
<FONT face=Arial
color=#0000ff size=2>
<FONT face=Arial
color=#0000ff size=2>Note this line in the script: ds =
StrFormat("%02.0f-%02.0f-%02.0f,", y[ i ], m[ i ], d[ i ] ); see how its
formatted?
<FONT face=Arial
color=#0000ff size=2>
<FONT face=Arial
color=#0000ff size=2>How about zipping up your script (don't send any .vbs files
without zipping - it'll drive email programs nutz) and send it to my address:
dingo a t adelpha dot net. do subs on the "a t" and
"dot". Also include a few of the csv files (if you're sure they were
written by your formula and include the AFL you used to emit
them.
<FONT face=Arial
color=#0000ff size=2>
<FONT face=Arial
color=#0000ff size=2>d
From: danielwardadams
[mailto:danielwardadams@xxxxxxxxx] Sent: Tuesday, April 20, 2004
3:33 PMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker]
Re: VBScript to automate back test and export of
tradelist.
Found this in the main Amibroker directory. This is just the
first few lines.Logging started for 'G:\Program
Files\AmiBroker\EODexports\WSBK-EOD.csv' file, using format definition
file 'Formats\wizard.format'Logging started for 'G:\Program
Files\AmiBroker\EODexports\AGI-EOD.csv' file, using format definition file
'Formats\wizard.format'Logging started for 'G:\Program
Files\AmiBroker\EODexports\AMED-EOD.csv' file, using format definition
file 'Formats\wizard.format'Logging started for 'G:\Program
Files\AmiBroker\EODexports\APPX-EOD.csv' file, using format definition
file 'Formats\wizard.format'All .csv files are in mm/dd/yyyy
format.Any ideas?
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|