# NEOTICKER DATA BEGIN ScriptType=Indicator Description=DiNapoli 25x5 DMA Name=DiNapoli25x5DMA Language=Formula Links=1 MinBars=0 TimerInterval=100 MetaStyle=Normal ValueRange=Same as Source Placement=Smart Multiplot_num_plots=1 Multiplot_color_0=33587200 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 25x5 DMA returns the simple moving average (25 period) of the linked series offset by 5 period. DiNapoli 25x5 DMA requires one specified series (Link 1). # NEOTICKER DATA END plot1 := average (5, data1, 25);