# NEOTICKER DATA BEGIN ScriptType=Indicator Description=Darvas Low Name=dvlow Language=Formula Links=1 MinBars=0 MetaStyle=Normal ValueRange=Same as Source Placement=New Pane Multiplot_num_plots=1 Multiplot_color_0=255 Multiplot_style_0=Dot Multiplot_width_0=1 Multiplot_enabled_0=1 UpdateByTick=0 TradingSystemUI=0 Param_count=0 Explanation_Lines=0 # NEOTICKER DATA END mydl := if(ndvlow(data1) > 0, l(3), mydl(1)); plot1 := mydl;