View Single Post
  #10 (permalink)  
Old 05-17-2006, 08:16 AM
igorad's Avatar
igorad igorad is offline
Senior Member
 
Join Date: Oct 2005
Location: Ukraine
Posts: 963
igorad is on a distinguished road
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
Reply With Quote