# NEOTICKER DATA BEGIN ScriptType=Indicator Description=McClellan_Summation Name=McClellan_Summation Language=Formula Links=2 MinBars=0 TimerInterval=100 EarlyBinding=0 MetaStyle=Normal ValueRange=Same as Source Placement=Smart Multiplot_num_plots=1 Multiplot_color_0=33554432 Multiplot_style_0=Dot Multiplot_width_0=1 Multiplot_enabled_0=1 Multiplot_name_0=Summation Multiplot_breakstyle_0=0 UpdateByTick=0 FloatMarker=1 DepthData=0 TradingSystemUI=0 PrimaryLinkOnly=0 NotifyOnRemoval=0 Param_count=2 Param_name_0=Fast Percent Param_inuse_0=1 Param_type_0=real Param_default_0=5 Param_name_1=Slow Percent Param_inuse_1=1 Param_type_1=real Param_default_1=10 Explanation_Lines=1 Explanation0=Link 1 is the advance issues data series. Link 2 is the decline issues data series. # NEOTICKER DATA END ' McClellan Summation ' April 13, 2010 ' Link 1 - Advance Issues ' Link 2 - Decline Issues makeindicator (mc, McClellan_5Pct_10Pct, data1, data2, param1, param2); plot1 := - (9 * mc.p2) + (19 * mc.p1);