| 
 PureBytes Links 
Trading Reference Links 
 | 
Thanks TJ, Dingo, and Tin for the help...
I went with the BatchFile/Registry workaround as per the post by 
Franz Scherz on 8/28/04.
I then called the batchfile (per Franz's post) from my jscript file, 
which works to perfection.
I also modified Franz's solution so that I could detect stocks with 
lacking quotes (with fewer than 10 quotes), export them to a .tls 
file, and then utilize one more registry key to download historical 
EOD quotes as per the following registry file:
----------------
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\TJP\Quote\Settings]
"Source"=dword:00000000
"From"="1/1/2000"
----------------
Um... i write all that for future reference for others, and if people 
don't understand what i'm talking about, just email me, and I'll try 
to explain.
- chris
--- In amibroker@xxxxxxxxxxxxxxx, "tintin92" <tintin922002@xxxx> 
wrote:
> 
> ----- Original Message ----- 
> From: "Christoper" <turkey@xxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Thursday, November 04, 2004 6:51 PM
> Subject: [amibroker] Re: Is it possible to LoadFormula without the 
window of
> the ' Automatic Analysis' open automatically?
> 
> 
> >
> >
> > Thanks for the tips... and since you're asking:
> >
> > Here's what I'm trying to do:
> >
> > - Start AB
> > - Auto-update Quotes with Amiquote
> > - Run Exploration
> > - Export results
> > - Email results
> >
> > Everything works.  Except the autoupdate quotes part.  Basically
> > whenever I run the exploration, and receive the results, the data
> > used is always the previous days information.  For example, today 
is
> > 11/4/04, but the exploration finds signals from 11/3/04.
> >
> > If I update manually (i.e. Open AB, Open Quote.exe, run update...)
> > the script will have results with 11/4/04 signals.
> >
> > Any suggestions?
> >
> 
> Try :
> new method: Broker.Application.SaveDatabase()
> 
> Tintin92
------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~-> 
Check AmiBroker web page at:
http://www.amibroker.com/
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/
 
 |