I don't have the book. But it sounds like you're describing something like this:
Open = Ref(Open, -1); High = HHV(High, 3); Low = LLV(Low, 3); Plot(Close, "Revised", colorDarkGrey, styleCandle); Mike --- In [email protected], Vishvesh <vishvesh.chau...@...> wrote: > > Hello Friends, > > I would like to write a code based on following logic > > Objective : Candlestick charting > > Open : Open should open of last two bar candle > > High : High should be Highest of last three bar > > Low : Low should lowest of Last three bar > > Close : Close should be close of last bar. > > This is logic based on Steve nison book, which allow to interpret visually. > > Any help highly appreciated > > Thanks & regards > Vishvesh >
