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