PureBytes Links
Trading Reference Links
|
Thanks a lot, it worked fine
You sir are an expert no doubt
I started programming on a PDP8 with 16k of memory and later went on
main frames using Algol. Fortran Pascal C etc. Perhaps age has taken
over on me or perhaps AFL is dificult for older folks. BTW that PDP8
had no monitor and a frightening TTY, Its size was perhaps 6 ft X 2
ft * 1.5 ft, first thing I successfully did was to print a
trigonometeric table
Thanks a lor for your, I know where to look for help next time
--- In amibroker@xxxxxxxxxxxxxxx, Graham <kavemanperth@xxx> wrote:
>
> to get price at a certain date, you could use what has been
provided
> in some other posts made today
>
> dt = datetime;
> Price = lastvalue( valuewhen(dt==StrToDateTime("2005-Mar-05"),
C ) );
>
>
> "2005-Mar-05" to match the normal datetime format string output
that you use
>
> --
> Cheers
> Graham Kav
> AFL Writing Service
> http://www.aflwriting.com
>
>
>
> 2008/7/11 meenhal <meenhal@xxx>:
> >
> >
> > So far no response
> >
> > To put it simply: can we get closing prices for two or more
> > nonconsecutive days in the exploration window?
> >
> > --- In amibroker@xxxxxxxxxxxxxxx, "meenhal" <meenhal@> wrote:
> >>
> >> I need to list in the same analysis window closing prices of all
> >> shares trades on 3 differnt dates
> >>
> >> header for the window shouldlook like
> >>
> >> Ticker | Dec 5, 2005 | Jan 6, 2006 | Feb 7, 2007
> >>
> >> XYZ | 1.02 | 0.97 | 2.1
> >>
> >>
> >>
> >> How can I tell mibroker to give me closing prices on three dates
> > of
> >> those scripts traded on those dates
> >>
> >> I have tried date conversions, barcount and barindex........can
> > not do
> >> it
> >> Help please and Thanks in advance
> >>
>
------------------------------------
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/
|