PureBytes Links
Trading Reference Links
|
how about posting all of the settings you're using. I'd like to see them.
d
_____
From: Christoper [mailto:turkey@xxxxxxxxxxxxxxx]
Sent: Thursday, November 04, 2004 6:43 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Re: Is it possible to LoadFormula without the window of
the ' Automatic Analysis' open automatically?
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
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Sponsor
ADVERTISEMENT
<http://us.ard.yahoo.com/SIG=129cd5gdg/M=315388.5543472.6613714.3001176/D=gr
oups/S=1705632198:HM/EXP=1099698242/A=2372354/R=0/SIG=12id813k2/*https://www
.orchardbank.com/hcs/hcsapplication?pf=PLApply&media=EMYHNL40F21004SS> click
here
<http://us.adserver.yahoo.com/l?M=315388.5543472.6613714.3001176/D=groups/S=
:HM/A=2372354/rand=771919219>
_____
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
<mailto:amibroker-unsubscribe@xxxxxxxxxxxxxxx?subject=Unsubscribe>
* Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
<http://docs.yahoo.com/info/terms/> .
[Non-text portions of this message have been removed]
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/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/
|