PureBytes Links
Trading Reference Links
|
put the tickers into a watchlist
here is one way to do it
cond = iif( name()=="ABC", valuewhen( datenum()==1050104, C ), iif(
name()=="DEF", valuewhen( datenum()==1050105, C ), null ));
On Wed, 19 Jan 2005 22:33:11 +0530, Prashanth <prash454@xxxxxxxxxxxxxx> wrote:
> Hello,
>
> I am trying to write a AFL which will return the closing values of selected
> ticker(s) on various days. I tried using both DayofYear and ParamDate but
> couldnt write one which will give me the required results.
>
> For example, in a single exploration, i may want to get closing rates on 10
> different dates. How do i do it.
>
> Thanks in Advance
>
> Prashanth
>
>
> Check AmiBroker web page at:
> http://www.amibroker.com/
>
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
>
> ________________________________
> Yahoo! Groups Links
> To visit your group on the web, go to:
> http://groups.yahoo.com/group/amibroker/
>
> To unsubscribe from this group, send an email to:
> amibroker-unsubscribe@xxxxxxxxxxxxxxx
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
--
Cheers
Graham
http://e-wire.net.au/~eb_kavan/
------------------------ Yahoo! Groups Sponsor --------------------~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> 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/
|