PureBytes Links
Trading Reference Links
|
range=Param("range",15,15,20,1);;
width=Param("width",1.5,1.5,2,0.5);
Histo=((C+width*StDev(C,range) - MA(C,range)) / (4*StDev(C,range)))*4 - width;
Plot(Histo,"Histo",IIf(histo < 0,colorRed,colorGreen),styleHistogram);
----- Original Message -----
From: prog200
To: amibroker@xxxxxxxxxxxxxxx
Sent: Tuesday, November 09, 2004 11:06 PM
Subject: [amibroker] (unknown)
Saw this chart from www.amateur-investors and like the Bollinger
Bands chart.
http://www.amateur-investors.com/Mid_Week_Market_Analysis_11_9_04.htm
Does anyone have a way of charting the Bollinger Bands in this format?
Thanks
Marty
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
a.. To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
b.. To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/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/
|