PureBytes Links
Trading Reference Links
|
See the full example at
http://groups.yahoo.com/group/amibroker/message/14963?expand=1
It is a matter of priority of plots, when overlapping bar graphs
DT
--- In amibroker@xxxx, "Ken Close" <closeks@xxxx> wrote:
> DT: Proving that I still do not understand the hidden tricks of AB
function
> language, I find it impossible to make the same white histogram
bars appear
> below 30 on the same plot.
>
> Plot(StochD(),"",1,1);
> Plot(70,"",0,2);
> Plot(IIf(StochD()>70,StochD(),-0.1),"",2,2);
> Plot(IIf(StochD()<30,StochD(),-0.1),"",2,2);
>
> ....Does not work. Can you show or explain how to make this happen?
>
> Thanks,
>
> Ken
>
> -----Original Message-----
> From: dtsokakis [mailto:TSOKAKIS@x...]
> Sent: Saturday, April 20, 2002 1:01 PM
> To: amibroker@xxxx
> Subject: [amibroker] Re: Color Fills on Indicators... Possible? New
> Feature Request?
>
>
> The stockchart page is not available, but try the
>
> Plot(StochD(),"",1,1);
> Plot(70,"",0,2);
> Plot(IIf(StochD()>70,StochD(),-1e10),"",2,2);
>
> for bars above 70 for Stochd().
> DT
>
> --- In amibroker@xxxx, "jvarn359" <jvarn359@xxxx> wrote:
> >
> > If you look at this chart from StockCharts.com
> >
> > http://SharpChartv05.ServletDriver?chart=qqq,uu[l,a]daclyyay[pf]
> [vc60]
> > [iuo14!ld21]
> >
> > I like the color fill on the indicators when the indicator is
above
> > the sell target line or below the buy target line. I think it adds
> > visual emphasis to the indicators.
> >
> > Is it possible to trick AmiB into doing this now (fill with
> histogram
> > bars maybe?) or should I ask for it as a possible new feature?
> >
> > Regards,
> >
> > Jim Varney
>
>
>
>
>
> Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
|