PureBytes Links
Trading Reference Links
|
<FONT face=Arial color=#0000ff
size=2>Daniel,
<FONT face=Arial color=#0000ff
size=2>
I
think this may be what you are looking for.... param allows you to adjust the
various bband settings.
Regards,Jayson
pds=<FONT
color=#0000ff>Param(<FONT
size=2>"Range",15<FONT
size=2>,10,<FONT
size=2>50,1<FONT
color=#282828 size=2>);
pds1=<FONT
color=#0000ff>Param(<FONT
size=2>"Width",2<FONT
size=2>,.5,5<FONT color=#282828
size=2>,.5);
x=<FONT
color=#0000ff>BBandTop(<FONT
size=2>C<FONT face=Arial
color=#0000ff>,pds,pds1);
y=<FONT
color=#0000ff>BBandBot(<FONT
size=2>C<FONT face=Arial
color=#0000ff>,pds,pds1);
bbandhist=x-y;<FONT
face=Arial color=#282828 size=2>
Plot<FONT color=#282828
size=2>(bbandhist,"BBandhist"<FONT
color=#282828 size=2>,IIf<FONT
color=#282828 size=2>(bbandhist><FONT color=#0000ff
size=2>Ref(bbandhist,-<FONT
color=#ff00ff size=2>1),<FONT
color=#ff00ff size=2>5,<FONT
color=#ff00ff size=2>4),<FONT
color=#ff00ff size=2>2);
<FONT face=Tahoma
size=2>-----Original Message-----From: traderix2003
[mailto:d.adam@xxxxxxx]Sent: Thursday, June 17, 2004 3:57
PMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker]
BOLLINGER BANDS HISTOGRAMIs it possible to make an
histogram that measures the width of Bollinger Bands? (showing narrowing
and widening of the BB)It should have two colors (for the direction of
change).I saw it in a book and it could be a great indicator for
confirmation of an entry.Some AFL specialist could
help?ThanksDanielCheck AmiBroker web page
at:<A
href="">http://www.amibroker.com/Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Sponsor
ADVERTISEMENT
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 the Yahoo! Terms of Service.
|