PureBytes Links
Trading Reference Links
|
The
only problem is the P&D Wizard packs allot of additional overhead and you
will find your install will be ~1 Meg (maybe more).
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>Peter
<FONT face=Tahoma
size=2>-----Original Message-----From: Richard Alford
[mailto:richard.alford@xxxx]Sent: Thursday, April 25, 2002 12:01
AMTo: amibroker@xxxxxxxxxxxxxxxSubject: Re: [amibroker]
Re: EarningsDate() dll PLugin not Loading
Thanks - looking for the magic words now.
Thought that was going to be too simple.
Richard
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
<A title=investor@xxxx
href="">bluesinvestor
To: <A title=amibroker@xxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Wednesday, April 24, 2002 10:56
PM
Subject: RE: [amibroker] Re:
EarningsDate() dll PLugin not Loading
Unfortunately VB DLLs are not that 'friendly' ... they
have to be registeredin order to work. C++ DLLs can just be placed
in the Plugin directory andwork.Richard will need to use the VB
Package and Deployment Wizard to create aninstall that will register and
install everything necessary. I think thereis a command prompt
registration (regsrv32 or something like that) but don'tknow much about
it.Peter-----Original Message-----From: nkis22
[mailto:nkishor@xxxx]Sent: Wednesday, April 24, 2002 11:45
PMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] Re:
EarningsDate() dll PLugin not LoadingThe rma*.dll is in the
PLUGIN folder in AB directorybut it is not loading. Tried unload reload,
no luck.Is there something I am missing? I thought AB seesall the
PLUGINS and load them automatically.nand--- In
amibroker@xxxx, "nkis22" <nkishor@xxxx> wrote:> This is one of
the greatest ideas!> thanks a lot>
nand>>> --- In amibroker@xxxx, "Richard Alford"
<richard.alford@xxxx> wrote:> > Greetings - after being
hammered unmercifully by TBL and BSX> following> > earnings
announcements ( one was better, one was worse - both> dropped
by> > 4-8%!) I decided I need easier access to the anticipated
earnings> date.> >> > As such, I spent the day in
the NerdNest and built a function to> report the> > alleged
earnings date via a yahoo query. It is packaged as a dll> that
need> > to be placed in the .../AmiBroker/Plugins directory can be
called> in the> > Commentary:> >> > /
April 24th, 2002 - requires rmaAFLObjects.dll> in
.../AmiBroker/Plugins> > directory> > // Queries Yahoo
for earnings date, parses html and reports the> date.>
>> > rmaObj =
CreateObject("rmaAFLObjects.EstEarnDate");> > Name() + " Estimated
Earnings Date: " + rmaObj.EarningsDate(Name> ());>
>> > The zip file has the text above for cut and paste in
thecommentary.> >> > This is my first attempt at
communicating a dll and if there are> problems> > let me
know. I created the dll in VB6 and following TJ's> instructions
had> > very few problems with the packaging - getting the yahoo
data was> another> > thing all together.>
>> > btw: Is there a file location on the AB site for
dll's Irealize> there is> > more risk to theuser
- damage could be done by a maliciousposter,> or by an>
> unskilled programmer (perhaps I should advise to use at your
own> risk - I> > will say I am using it myself :)>
>> > Cheers,> >> > Richard>
>> > www.AnalyticInvestor.comYour use
of Yahoo! Groups is subject to <A
href="">http://docs.yahoo.com/info/terms/Your
use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Your
use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
|