PureBytes Links
Trading Reference Links
|
<FONT face=Arial
color=#0000ff size=2>Well, your best bet would be to write it in Delphi using
the automation object model but I really think you should upgrade to the latest
release first.
<FONT face=Arial
color=#0000ff size=2>
<FONT face=Arial
color=#0000ff size=2>The approach I would take (examples in " "'s are in
VB) would be to monitor the directory / file that you've imported for a
change and when you detect that the file has been changed then do and
"AB.import" (be sure to write out a format file to feed the importer).
Then you can run your formula (that you can load into AA with "If Not
AA.loadformula(strFile) Then" ) with "AA.Backtest". To get notified you
can either do it in AFL with the AlertIf statement or you can export the results
via your Delphi program ( "AA.Export") read those results in and send an email
via your Delphi program.
<FONT face=Arial
color=#0000ff size=2>
<FONT face=Arial
color=#0000ff size=2>If you speak VB I can send you an example of a program that
will show you some of the above.
<FONT face=Arial
color=#0000ff size=2>
<FONT face=Arial
color=#0000ff size=2>d
From: zoli_j [mailto:novizoli@xxxxxxxxxxx]
Sent: Wednesday, January 21, 2004 8:28 AMTo:
amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] Re: Intraday data
importing from myFile.txt
"What language is your script in? Jscript, VBScript?"-I
wrote in delphi a program, which download and save myFile.txt.It's running
as an independent program without AB."Do you know how to write in either
of the 2 languages above?"-Yes. I'm not expert, I'm a "standard programmer"
in both of these languages.I'm a beginner in AmiBroker AFL.So If
there is a script in the beginning of an AFL code, when will be it run?
(When I click an 'Apply' in code Editor.)How could I send an "import event"
to AB every 5 min?I mean about "import event": If "import event", then it
will be run an AFL code.for example
this:"<br><pre><br>function Import( filename
)<br>{<br>
try<br>
{<br>
AmiBroker.Import( 0, filename, "aqd.format"
);<br>
}<br> catch( e
)<br>
{<br>
return false;<br>
}<br><br> /* refresh ticker
list and windows */<br>
AmiBroker.RefreshAll();<br> return
true;<br></pre>"My aim is, 1.) Hungarian Stocks
Data into AB.2.) Some AFL Code running.3.) If Alert, then mail for
me.br, Zoli.--- In amibroker@xxxxxxxxxxxxxxx, "dingo"
<dingo@xxxx> wrote:> What language is your script in?
Jscript, VBScript? > > Do you know how to write in either of the 2
languages above?> > Why are you not using version 4.50.9? >
> d> > -----Original Message-----> From: Novak
Zoltan [mailto:novizoli@xxxx] > Sent: Tuesday, January 20, 2004 10:45
AM> To: amibroker@xxxxxxxxxxxxxxx> Subject: [amibroker] Intraday
data importing from myFile.txt> > Hi group,> > I'm
from Hungary. I have a script, whit it I can download and save into
a> file "myFile.txt" the hungarian stocks every 5 minutes.
(Normal> intraDay)> My question:> How could I import these
Files into AmiBroker AUTOMATICALY every 5 minutes?> At the moment I
must import these Files MANUALY with Import ASCII option.> >
Best regards, Zoli.> > PS: "myFile.txt" Format is flexible, I can
change it.> PS2: Version 4.40.3> > > >
> > Send BUG REPORTS to bugs@xxxx> Send SUGGESTIONS to
suggest@xxxx> -----------------------------------------> Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web
page:> <A
href="">http://groups.yahoo.com/group/amiquote/messages/)>
--------------------------------------------> Check group FAQ at:>
<A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> > Yahoo! Groups Links> > To visit your group on
the web, go to:> <A
href="">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:> <A
href="">http://docs.yahoo.com/info/terms/Send
BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
To visit your group on the web, go to:<A
href="">http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:<A
href="">amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
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.
|