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]> 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] <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 > > > > > > > > > > >
