PureBytes Links
Trading Reference Links
|
Hi,
Change
AddColumn(RelStrength("!DJI"),"RS");
TO
AddColumn(RelStrength("!DJI"));
Regards
Prashanth
On Mon, 05 Jul 2004 John Ingle wrote :
>Peter,
>
>It works for me now I am no longer getting this error. What I am
>getting is an error further on in the code which is:
>
>AddColumn(C>MA(C,50),"10Wk");
>AddColumn(C>MA(C,150),"30Wk");
>AddColumn(EMA(C,5)>EMA(C,15),"5-15");
>AddColumn(RelStrength("!DJI"),"RS");
>-----------------------------------^
>Error 16.
>Relative strength base stock not found
>
>I am assuming this means that the DJI must be loaded into the
>same folder. I just have not had the time to do this yet.
>
>Thanks,
>John Ingle
>
>P.S. John is this new dll is loaded and you can view it when you
>are in AB -> Tools -> Plugins?
>
>john gibb <jgibb1@xxxxxxxxxxxxx> wrote:
>v\:* { BEHAVIOR: url(#default#VML)}o\:* { BEHAVIOR:
>url(#default#VML)}w\:* { BEHAVIOR: url(#default#VML)}.shape {
>BEHAVIOR: url(#default#VML)}Hi Peter,
>
>Unfortunately, that didn't help; I get the same error on
>xocalcPnF.
>
>-john
>
>PS: after downloading your latest attachment, I first tried
>unloading and then reloading all plugins (and yours shows up as
>version 1.10.0)...to no avail...and then exiting and restarting
>Amibroker...again to no avail
>----- Original Message -----
> From: bluesinvestor
>To: amibroker@xxxxxxxxxxxxxxx
>Sent: Saturday, July 03, 2004 8:09 PM
>Subject: RE: [amibroker] Bullish Percent Index Code #1
>
>
>
>Sorry for the confusion. I think I was attaching an old version
>of the DLL. The attached should work (please let me know if it
>doesn't).
>
>
>
>The chart should look like the attached.
>
>
>
>Regards,
>
>Peter
>
>
>
>
>
>
>
> > -----Original Message-----
>
> > From: john gibb [mailto:jgibb1@xxxxxxxxxxxxx]
>
> > Sent: Friday, July 02, 2004 10:11 AM
>
> > To: amibroker@xxxxxxxxxxxxxxx
>
> > Subject: Re: [amibroker] Bullish Percent Index Code #1
>
> >
>
> > thanks (again), Peter!
>
> >
>
> > however, even though the 'Point & Figure Plug-in' now shows up
>in the
>
> > Plugins dialog, I still get:
>
> >
>
> > xo=xocalcPnF(
>
> > ------------^
>
> > Error 23.
>
> > Syntax error
>
> >
>
> > -john
>
> > ----- Original Message -----
>
> > From: bluesinvestor
>
> > To: amibroker@xxxxxxxxxxxxxxx
>
> > Sent: Thursday, July 01, 2004 12:17 PM
>
> > Subject: RE: [amibroker] Bullish Percent Index Code #1
>
> >
>
> >
>
> > I forget how to add files to the 3rd party page so I attach it
>here again.
>
> >
>
> > Regards,
>
> > Peter
>
> >
>
> >
>
> >
>
> >
>
> > From: john gibb [mailto:jgibb1@xxxxxxxxxxxxx]
>
> > Sent: Thursday, July 01, 2004 9:30 AM
>
> > To: amibroker@xxxxxxxxxxxxxxx
>
> > Subject: Re: [amibroker] Bullish Percent Index Code #1
>
> >
>
> > Hi,
>
> >
>
> > where can i download the associated DLL from?
>
> >
>
> > thanks
>
> >
>
> > -john
>
> >
>
> >
>
> >
>
>
> >
>
> > 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
>
> >
>
> > http://groups.yahoo.com/group/amibroker/
>
> >
>
> > amibroker-unsubscribe@xxxxxxxxxxxxxxx
>
> >
>
> > http://docs.yahoo.com/info/terms/
>
> >
>
> >
>
>
>
>
>
>Check AmiBroker web page at:
>http://www.amibroker.com/
>
>Check group FAQ at:
>http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
>
>Yahoo! Groups SponsorADVERTISEMENT
>
>
>---------------------------------
>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.
>
>
>
>
>
>---------------------------------
>Do you Yahoo!?
>Take Yahoo! Mail with you! Get it on your mobile phone.
------------------------ Yahoo! Groups Sponsor --------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/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/
|