Hi,
Mike gave these lines with a param, few weeks ago.
line = DateNum() == ParamDate("Date", "01/01/2009", 0);
Plot(line, "", colorRed, styleHistogram | styleOwnScale | styleNoLabel);
Plot(Close, "Close", colorDarkGrey, styleBar);
Best regards
Le 12/08/2010 09:07, inquisitive voyager a écrit :
[Attachment(s) <#TopText> from inquisitive voyager included below]
try this.
change the date.
make sure it's not a trade holiday.
On Thu, Aug 12, 2010 at 11:33 AM, pacific5_au <[email protected]
<mailto:[email protected]>> wrote:
Ara, That is one of the variations I've tried, but it doesn't
work. For me at least.
Thanks anyway.
Any other suggestions ??
--- In [email protected]
<mailto:amibroker%40yahoogroups.com>, Ara Kaloustian
<ara1.kaloust...@...> wrote:
>
> D1 = DateNum() == 1061001; // 2006-10-01
> Plot( D1, "", colorWhite, stylearea | styleOwnScale |
> styleNoLabel, 0,1);
>
> On 08/11/2010 8:58 PM, pacific5_au wrote:
> >
> >
> >
> > I am trying to Plot a vertical line on a date or dates I nominate.
> >
> > Have looked back through this list but cannot find what I want.
> >
> > This is what I've tried -
> >
> > D1 = DateNum() == 1061001; // 2006-10-01
> > Plot( D1, "", colorWhite, styleHistogram | styleOwnScale |
> > styleNoLabel );
> >
> > Can someone please point me in the right direction on this.
> >
> > Thank you.
> >
> > Pacific
> >
> >
>