Dear Graham,

Thank you very much.

Apologize for the delayed response.

Once gain, many many thanks.

Warm Regards.

K Karunakaran


--- In [email protected], Graham <kavemanpe...@...> wrote:
>
> Try this
> if( Lastvalue( DateNum() )==Now(3)) Plot( Close, "", ColIdea, styleCandle);
> 
> -- 
> Cheers
> Graham Kav
> AFL Writing Service
> http://www.aflwriting.com
> 
> 
> 
> 2009/3/15 K. Karunakaran <osp2...@...>:
> > Many Many Thanks.
> >
> > It is plots only the current day many thanks once.
> >
> > Warm Regards.
> >
> > K Karunakaran
> >
> > --- In [email protected], Tony Grimes <Tonez.Email@> wrote:
> >>
> >> Try This:
> >>
> >> a = IIf(DateNum()==Now(3), 1, Null);
> >>
> >> PlotOHLC( Open*a, High*a, Low*a, Close*a, "", colorBlack, styleCandle );
> >>
> >>
> >>
> >> On Sat, Mar 14, 2009 at 5:55 AM, K. Karunakaran <osp2osp@> wrote:
> >>
> >> >   I have tried "IIF" also, something is wrong, unable to figure out. Not 
> >> > a
> >> > computer expert. Can you write the correct code please.
> >> >
> >> > --- In [email protected] <amibroker%40yahoogroups.com>,
> >> > "wavemechanic" <fimdot@> wrote:
> >> > >
> >> > > I assume that you are getting "Error 6". If so, look up this error in 
> >> > > the
> >> > Users Guide as well as if() and iif().
> >> > >
> >> > > Bill
> >> > > ----- Original Message -----
> >> > > From: K. Karunakaran
> >> > > To: [email protected] <amibroker%40yahoogroups.com>
> >> > > Sent: March 13, 2009 10:41 AM
> >> > > Subject: [amibroker] how to plot current days intra day chart alone
> >> > >
> >> > >
> >> > > I have tried the following to plot only current days intra day chart.
> >> > >
> >> > > if(DateNum()==Now(3)) PlotOHLC( Open, High, Low, Close, "", ColIdea,
> >> > styleCandle);
> >> > >
> >> > > Any help please.
> >> > >
> >> > > Warm Regards.
> >> > >
> >> > > K Karunakaran
>


Reply via email to