PureBytes Links
Trading Reference Links
|
Thank you.
I get the stochastics but in a different pane , and cannot get it
with candles
Jean
amibroker@xxxxxxxxxxxxxxx, "Ara Kaloustian" <ara1@xxxx> wrote:
> It should work as is ... I assume you defined "Period" to a value
that you
> prefer
>
> So if you have not defined period...
>
> Period = 14;
> Stoc = StochD(Period);
> Plot(Stoc,"",colorblue,styleline|styleleftaxisscale);
>
> ----- Original Message -----
> From: "jeanpoucet" <jean.poucet@xxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Saturday, November 20, 2004 8:31 AM
> Subject: [amibroker] Re: Stochastics plotted on price chart
>
>
>
>
> Hi, Ara , thank you
> I only get a flat blue line.
> Do I have to add something at the formula?
>
> As I said: I just purchased Amibroker and I ´m new,
> Thanks again
>
> Jean
>
>
>
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Ara Kaloustian" <ara1@xxxx>
wrote:
> > Stoc = StochD(Period);
> >
> > Plot(Stoc,"",colorblue,styleline|styleleftaxisscale);
> >
> > ----- Original Message -----
> > From: "jeanpoucet" <jean.poucet@xxxx>
> > To: <amibroker@xxxxxxxxxxxxxxx>
> > Sent: Friday, November 19, 2004 10:09 AM
> > Subject: [amibroker] Re: Stochastics plotted on price chart
> >
> >
> >
> >
> > Nobody can help me?
> >
> > I´d like to overlay stochastics (5,5,2) on my price chart
> >
> > Jean
> >
> >
> > --- In amibroker@xxxxxxxxxxxxxxx, "jeanpoucet" <jean.poucet@xxxx>
> > wrote:
> > >
> > > I need a slow stochastics with this set up plotted on the price
> > > chart.
> > > set up= 5/5/2
> > >
> > > I tried with the new AB version but only get a red line on the
> top
> > > of my chart.
> > >
> > > Any idea?? Thxs
> >
> >
> >
> >
> >
> >
> > 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
>
>
>
>
>
>
> 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 --------------------~-->
$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/
|