Thread
:
Bollinger Band Programming Help Help
View Single Post
#
10
(
permalink
)
05-17-2006, 08:16 AM
igorad
Senior Member
Join Date: Oct 2005
Location: Ukraine
Posts: 829
Hi,
You can interpret BB lines like this:
BBUp = SMA + Dev*StdDev
BBDn = SMA - Dev*StdDev
BBMd = SMA,
where
SMA= iMA(....); - Simple MA
StdDev = iStdDev(....); - Standard Deviation
In this case you can use Dev(Deviation) like double value.
Igor
__________________
Let's improve trade skills together
http://finance.groups.yahoo.com/group/TrendLaboratory
igorad
View Public Profile
Visit igorad's homepage!
Find all posts by igorad