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

Re: Color Fills on Indicators... Possible? New Feature Request?



PureBytes Links

Trading Reference Links

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