# NEOTICKER DATA BEGIN ScriptType=Indicator Description=DiNapoli 3x3 DMA Name=DiNapoli3x3DMA Language=Formula Links=1 MinBars=0 TimerInterval=100 MetaStyle=Normal ValueRange=Same as Source Placement=Smart Multiplot_num_plots=1 Multiplot_color_0=255 Multiplot_style_0=Line Multiplot_width_0=1 Multiplot_enabled_0=1 Multiplot_breakstyle_0=0 UpdateByTick=1 TradingSystemUI=0 PrimaryLinkOnly=0 NotifyOnRemoval=0 Param_count=0 Explanation_Lines=1 Explanation0=DiNapoli 3x3 DMA returns the simple moving average (3 period) of the linked series offset by 3 period. DiNapoli 3x3 DMA requires one specified series (Link 1). # NEOTICKER DATA END plot1 := average (3, data1, 3);