# NEOTICKER DATA BEGIN ScriptType=Indicator Description=Darvas Sell Name=dvsell Language=Formula Links=1 MinBars=0 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 UpdateByTick=0 TradingSystemUI=0 Param_count=0 Explanation_Lines=0 # NEOTICKER DATA END mysell := barssince(data1, "dvboxe(data1) > 0") < barssince(data1, "dvposssell(data1) > 0"); def := valid(mysell, 0) > 0 and valid(mysell, 1) > 0; plot1 := if(def > 0 and def(1)=0, 1, 0) + if(mysell=0 and mysell(1)=1, 1, 0);