# NEOTICKER DATA BEGIN ScriptType=Indicator Description=Donchian Bollinger Bbands 3 Lines Name=DBBands3 Language=Formula Links=1 MinBars=0 TimerInterval=100 MetaStyle=Normal ValueRange=Same as Source Placement=Smart Multiplot_num_plots=3 Multiplot_color_0=255 Multiplot_style_0=Line Multiplot_width_0=1 Multiplot_enabled_0=1 Multiplot_name_0=MidPoint Multiplot_breakstyle_0=0 Multiplot_color_1=50266112 Multiplot_style_1=Square Multiplot_width_1=1 Multiplot_enabled_1=1 Multiplot_name_1=Upper Multiplot_breakstyle_1=0 Multiplot_color_2=50266112 Multiplot_style_2=Square Multiplot_width_2=1 Multiplot_enabled_2=1 Multiplot_name_2=Lower Multiplot_breakstyle_2=0 UpdateByTick=0 TradingSystemUI=0 PrimaryLinkOnly=0 NotifyOnRemoval=0 Param_count=3 Param_name_0=BBand Period Param_inuse_0=1 Param_type_0=integer.gt.0 Param_default_0=20 Param_name_1=Offset Param_inuse_1=1 Param_type_1=real Param_default_1=1 Param_name_2=DChannel Period Param_inuse_2=1 Param_type_2=integer.gt.0 Param_default_2=20 Explanation_Lines=0 # NEOTICKER DATA END ' Written by Lawrence Chan ' Copyright 2005 ' All Rights Reserved makeindicator (myband, bbands3, data1, param1, param2); plot1 := myband.p1; plot2 := hhv (myband.p3, param3); plot3 := llv (myband.p2, param3);