# NEOTICKER DATA BEGIN ScriptType=Indicator Description=Darvas High Name=dvhigh 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=HLine Multiplot_width_0=1 Multiplot_enabled_0=1 UpdateByTick=0 TradingSystemUI=0 Param_count=1 Param_name_0=period Param_inuse_0=1 Param_type_0=integer.gt.1 Param_default_0=100 Explanation_Lines=0 # NEOTICKER DATA END dh := if((high(3) > hhv(4, high, param1)) and (high(3) > high(2)) and (high(3) > high(1)) and (high(3) > high), high(3), dh(1)); plot1 := dh;