values

  1. L

    Tracking specific candles' High & Low values

    Greetings to all. Following code needs a small modification (for the below specified conditions): Also refer image for reference. Show = ParamToggle( "style", "Bar|Candle", 1 ); if ( Show ) { Sy=styleCandle; } else { Sy=styleBar; } color=ParamColor("Color",colorTan); xshift=Param("Shift...