PureBytes Links
Trading Reference Links
|
Thanks for your help.
Unfortunately I did not make the date problrm very clear to you, but
that problem stands solved. One observation though: If the system
date format is dd-mmm-yyyy, sorting by date is not always accurate
in the exploration window,
The command SetOption("NoDefaultColumns", True ); removed BOTH Date
AND Ticker columns, I would like to retain the Ticker column, how do
I do it
Thanks
--- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <groups@xxx>
wrote:
>
> Hello,
>
> 1. SetOption("NoDefaultColumns", True );
>
> 2. AddColumn( DateTime(), "Date/Time", formatDateTime );
> AddColumn( BarIndex(), "BarIndex", 1.0 );
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
> ----- Original Message -----
> From: "meenhal" <meenhal@xxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Wednesday, May 28, 2008 8:42 AM
> Subject: [amibroker] Two questions on DATE
>
>
> > Q1. How do I suppress the Date Column that invariably shows up
after
> > the Ticker column. Sometimes I would not like to have that
column for
> > various reasons
> >
> > Q2. How may I know the date on nth bar of a ticker.
> >
> > Last time I was given good help with the ValueWhen function,I
> > sincerely hope I get the help this time. Perhaps I should Q.2 a
bit
> > clearer.........: put another way can we create in Exploration
two
> > columns side by side one showning the Date and the other showing
the
> > Barindex of that day.or Barcount
> >
> >
> > ------------------------------------
> >
> > 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
> >
> >
> >
>
------------------------------------
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/
|