PureBytes Links
Trading Reference Links
|
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 amibroker@xxxxxxxxxxxxxxx, "Carl Vanhaes" <carl.van@xxx> wrote:
>
> so simple!
>
> thank you, Reinsley and Gordon
>
> --- In amibroker@xxxxxxxxxxxxxxx, "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 amibroker@xxxxxxxxxxxxxxx, "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
> > >
> >
>
------------------------------------
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|