These 2 lines are related to the vertical line cursor. Place the vert line on a bar and you will see the OHLC...
BR --- In [email protected], "sheikh.jimmy" <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm new here with no programming background so forgive my unknowingness. > > but i added these lines to the 'price' formula in the charts tab but > it doesn't work. it doesn't display the OHLC in the crosshair pop-up. > > with regards, > S.J. > > --- In [email protected], "Carl Vanhaes" <carl.van@> wrote: > > > > so simple! > > > > thank you, Reinsley and Gordon > > > > --- In [email protected], "reinsley" <reinsley@> wrote: > > > > > > > > > Hello, > > > > > > You could add these lines in your formula then place the vertical > > line > > > anywhere in the chart. > > > > > > Plot(C,"\nCl",colorBlack,styleBar); > > > _N(Title = "MyFormulaName - "+StrFormat("{{NAME}} - {{INTERVAL}} > > > {{DATE}} \nOp = %g \nHi = %g \nLo = %g {{VALUES}}", O, H, L ,C )); > > > > > > Best Regards > > > > > > --- In [email protected], "Carl Vanhaes" <carl.van@> wrote: > > > > > > > > I am a newbie using 5.10 - my question will probably looks stupid > > but I > > > > couldn't find any answer, nor in user guide or this forum: > > > > When in crosshair mode you get pricing information when you > > position > > > > the crosshair on any bar on the chart, right? But I can only see > > the > > > > closing bar value. How can I see the OLHC value?? > > > > > > > > Thank you, > > > > Carl > > > > > > > > > >
