[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[amibroker] Re: Stochastics plotted on price chart ATTN Ara & Antonio



PureBytes Links

Trading Reference Links


Hi, Antonio,
yes, it works! Thank you very much / gracias!

Jean


--- In amibroker@xxxxxxxxxxxxxxx, "Antonio Marra" <antmar65@xxxx> 
wrote:
> Hi Jean,
> 
> 1. Open the "Indicator Builder";
> 2. Select "Custom" tab;
> 3. Add an empty pane;
> 4. in the "Scaling" section, choose "Automatic";
> 5. in the "Grid Line" section, choose:
>    - Show dates;
>    - +20/80.
> 6. Then, copy the code below and paste it in the empty pane and 
press
> "Apply".
> 
> //-----------------------------------------------------------------
--
> GraphXSpace = 3;
> 
> Plot(C,"Close",colorBlack,styleCandle|styleOwnScale); 
> 
> Period = Param("Period",14,1,100,1);
> Ksmooth = Param("K Smooth",3,1,100,1);
> Dsmooth = Param("D Smooth",3,1,100,1);
> 
> SlowStoc_D = StochD(Period,Ksmooth,Dsmooth);
> Signal_D = EMA(SlowStoc_D,5);
> Plot(SlowStoc_D,"Slow %D",colorGreen,styleLine);
> Plot(Signal_D,"Signal %D",colorRed,styleLine);
> 
> /*
> FastStoc_K = StochK(Period,Ksmooth);
> Signal_K = EMA(FastStoc_K,5);
> Plot(FastStoc_K,"fast %K",colorGreen,styleLine|styleLeftAxisScale);
> Plot(Signal_K,"Signal %D",colorRed,styleLine);
> */
> //-----------------------------------------------------------------
--
> 
> 
> 
> You can also obtain a more quickly result, using the D&D feature:
> 	http://www.amibroker.net/video/dragdrop1.html
> 
> Regards,
> 	Antonio
> 
> 
> 
> 
> >-----Original Message-----
> >From: jeanpoucet [mailto:jean.poucet@x...]
> >Sent: Sunday, November 21, 2004 7:48 PM
> >To: amibroker@xxxxxxxxxxxxxxx
> >Subject: [amibroker] Re: Stochastics plotted on price chart ATTN 
Ara &
> >Antonio
> >
> >
> >
> >I try to get it as a custom indicator, I plotted (in Custom
> >Indicator):
> >
> >Plot(C,"Close",colorWhite,styleCandle);
> >
> >Period = 14;
> >Stoc = StochD(Period);
> >Plot(Stoc,"",colorBlue,styleLine|styleLeftAxisScale);
> >
> >
> >
> >Jean
> >
> >
> >--- In amibroker@xxxxxxxxxxxxxxx, "Ara Kaloustian" <ara1@xxxx> 
wrote:
> >> Is your code in the same program as the price chart code?
> >>
> >> ----- Original Message -----
> >> From: "jeanpoucet" <jean.poucet@xxxx>
> >> To: <amibroker@xxxxxxxxxxxxxxx>
> >> Sent: Sunday, November 21, 2004 9:05 AM
> >> Subject: [amibroker] Re: Stochastics plotted on price chart ATTN
> >Ara &
> >> Antonio
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >> 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
> >>
> >>
> >>
> >>
> >>
> >>
> >> 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/