PureBytes Links
Trading Reference Links
|
Marco,
Try this:
{Normalized Indicator}
{plot as a histogram}
100;
X:= {Your Indicator} ;
A:= MOV(X,50,S);
(X/A)*100
{end}
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, Khamsina <Khamsina11@xxxx> wrote:
>
> Hi,
>
> I would like to normalize (0-100 scale) Bollinger's bandwith
indicator
> but I just can't figure out how to do it :
>
> Here is the bandwidth indicator :
>
> (BBandTop(Typical(),20,S,2)-BBandBot(Typical(),20,S,2))/Mov(Typical
(),20,S)
>
> Any help would be greatly appreciated,
>
> Regards,
>
> Marco
------------------------ Yahoo! Groups Sponsor --------------------~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/BefplB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|