PureBytes Links
Trading Reference Links
|
Tomasz,
I am using Win XP SP1, IE 6.0.2800.1106.xpsp1, AB 4.41 Beta on a intel P4
1.7Ghz system with 1Gig of ram.
I have downloaded and installed MS scripting engine V5.6 for xp but still
won't perform.
Not to worry.
There must be a problem with my system if you have tested the script and it
works for you..
I am due to format and re-install OS anyway so I'll do just that and see how
I go afterwards.
Thankyou for the scripts
Your support has been fantastic.
Best regards
Don
----- Original Message -----
From: "Tomasz Janeczko" <amibroker@xxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Thursday, September 04, 2003 7:54 AM
Subject: Re: [amibroker] Batch Ticker conversion
> Don,
>
> Do you have JScript available/working on your machine ?
> (Internet Explorer 5 or higher required)
> Do you have one or more AmiBroker instances running ?
> If more: Please run only one instance.
>
> I have also prepared a different version. This time for
> "EXPLORE". It should list changed ticker names immediatelly in the result
list.
>
> EnableScript("jscript");
>
> ticker = Name();
>
> <%
>
> ticker = AFL("ticker");
>
> AB = AFL.CreateObject("Broker.Application");
>
> AB.Stocks( ticker ).Ticker = ticker + ".AX";
>
> %>
>
> Filter=BarIndex()==0;
>
> AddTextColumn( Name(), "After change" );
>
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
> ----- Original Message -----
> From: "don" <donmac63@xxxxxxxxxxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Thursday, September 04, 2003 12:32 AM
> Subject: Re: [amibroker] Batch Ticker conversion
>
>
>
>
> Send BUG REPORTS to bugs@xxxxxxxxxxxxx
> Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for Your HP, Epson, Canon or Lexmark
Printer at Myinks.com. Free s/h on orders $50 or more to the US & Canada. http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/l.m7sD/LIdGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|