PureBytes Links
Trading Reference Links
|
Hmmmm ... still not working. I tried a couple of different backtest
parameters (sorry about missing those before) and tried rebooting. I
did find one problem was that the .afl was assuming the C:\ drive for
the Output folder while I had created mine on my G:\ drive.
So I'm now getting the .csv files created properly (I think) -- they
just aren't getting imported.
It's probably something silly and I'll keep playing with it.
Thanks.
Dan Adams
--- In amibroker@xxxxxxxxxxxxxxx, "Herman van den Bergen"
<psytek@xxxx> wrote:
> I had the same problem, restarting my computer and trying again
fixed it. It
> appears to apply to any script, as I tried two different ones and
the both
> gave me an empty tradelist. I thought it might be due to something
i did.
> All works fine now.
>
> herman
> -----Original Message-----
> From: danielwardadams [mailto:danielwardadams@x...]
> Sent: Tuesday, April 20, 2004 1:55 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Re: VBScript to automate back test and
export of
> tradelist.
>
>
> Wow -- you've done a lot of good stuff! Appreciate it. And my vote
> would be to "meld" the two sets of code (export/import &
backtest) as
> it would give me a "pushbutton" system ;-). I don't have any
opinions
> on how best to do it though. Will need to play with it for awhile.
>
> But first a question. I'm just now trying your export/import and
it's
> not working for me (after successfully using Herman's last week).
I
> get a "VBScript Finished" message but the RT database isn't
updated
> and there are no tracks left as to what has happened (-EOD quotes
> aren't imported, nothing is left in the Output folder, etc).
>
> My EOD database is Yahoo and RT is eSignal. I "think" I've gotten
> your format and AFL file set up correctly (?). Here are my
parameters
> for your code:
>
> RT_DB_Path = "G:\Program Files\AmiBroker\ESignal_IBD_04172004"
> EOD_DB_Path = "G:\Program Files\AmiBroker\Yahoo_EOD_041704"
> Frmla_Path = "G:\Program
Files\AmiBroker\AFL\dingo_export_import.afl"
> CSV_Dir = "G:\Program Files\Amibroker\Output"
> FmtFleNam = "G:\Program Files\Amibroker\Format\dingo.Format"
>
> Any help would be appreciated.
>
> Dan Adams
>
>
> --- In amibroker@xxxxxxxxxxxxxxx, "dingo" <dingo@xxxx> wrote:
> > I never expect that and doubt that you should. 8-)
> >
> > BTW - one other way to set the params (without having a command
line
> > argument) would be to put your settings into a text file (with a
> > specifically designed format) and then it could be read and
parsed
> by the
> > script.
> >
> > Glad you like the scripting. BTW - you can do a lot of what can
be
> done in
> > regular VB in script - but the biggest drawback is not being
able
> to create
> > a true form. That can be overcome to some degree by putting the
> script in a
> > browser and using that as the form. This I haven't done
personally
> as I just
> > haven't had the time to try it and I write all of my own tools
in
> VB - I've
> > been writing using that since '95 or so.
> >
> > Did you want me to meld the backtesting code in with the export
> import code
> > I did earlier? If so let me know how you want it "melded".
> >
> > d
> >
> >
> >
> > _____
> >
> > From: Herman van den Bergen [mailto:psytek@x...]
> > Sent: Tuesday, April 20, 2004 1:26 PM
> > To: amibroker@xxxxxxxxxxxxxxx
> > Subject: RE: [amibroker] RE: VBScript to automate back test and
> export of
> > tradelist.
> >
> >
> > Tested you code d, works like a charm (again)! What else would
one
> expect
> > ;-)
> >
> > herman.
>
>
>
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> 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
>
> a.. To visit your group on the web, go to:
> http://groups.yahoo.com/group/amibroker/
>
> b.. To unsubscribe from this group, send an email to:
> amibroker-unsubscribe@xxxxxxxxxxxxxxx
>
> c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
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:
http://docs.yahoo.com/info/terms/
|