PureBytes Links
Trading Reference Links
|
This is the code that i tried on. I got no charts. how do i create
the values?
/*
The Breadth Thrust indicator is a market momentum indicator developed
by Dr. Martin Zweig.
AFL implementation by Tomasz Janeczko
*/
Graph0 = EMA( AdvIssues()/( AdvIssues()+DecIssues() ), 10 );
--- In amibroker@xxxxxxxxxxxxxxx, "Graham" <gkavanagh@xxxx> wrote:
> Some indicators are based on market statistics, like the AD line,
> advance/decline. You need to create these values first
>
> Cheers,
> Graham
> http://e-wire.net.au/~eb_kavan/
>
> -----Original Message-----
> From: Terry [mailto:MagicTH@x...]
> Sent: Thursday, September 09, 2004 9:33 AM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: Re: [amibroker] Any Indicator = empty
>
> More details required. Do you have code?
>
> Terry
> --
>
> > When i use any indicator, the pane shows =Empty. I added the Ad-
Line
> > indicator and it comes back with a empty pane.
> > I currently use the US-STocks and have loaded data since 1970 from
> > Yahoo.
> >
> > I am a new user and maybe doing something wrong. Actually i read
> > through all the macromedia presentations and hope i am doing the
> > right thing.
> >
> >
> >
> > Check AmiBroker web page at:
> > http://www.amibroker.com/
> >
> > Check group FAQ at:
> > http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
>
>
> [Non-text portions of this message have been removed]
>
>
>
>
> 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
------------------------ 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/
|