[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [amibroker] Re: import financial results



PureBytes Links

Trading Reference Links

This seems to be working on my AB
I assumed these were quarterly results for FinanceYear

Attached are the 2 files I used.
In the data file remove the first row with the titles
Place the csv file and js file in same directory on hard drive, does
not matter where.
Have the AB databse you want to update open. Strongly suggest do a
trial run first with a copied database in case of problems

I ahve named the data file financeqtr.txt , but if you want to use
another name or extension then change this line in the js file
var filename = "financeqtr.txt";

hope it works for you

On 6/15/05, dn <dosnik@xxxxxxxxx> wrote:
> thank you!!!
>  i send you a file
> what is the jscript for import the financial  results?
> 
> 
> 
> 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 other support material please check also:
> http://www.amibroker.com/support.html
> 
> 
> Yahoo! Groups Links
> 
> 
> 
> 
> 
> 
> name,,1Q,2Q,3Q,4Q
> AAAK,0,150,800,300,600
> AAAP,0,200,300,150,400
> AVAX,0,300,200,250,300
> BASIK,0,40,450,50,60
> AGRI,0,50,200,210,250
> 
> 
> 


-- 
Cheers
Graham
http://e-wire.net.au/~eb_kavan/


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~-> 

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

<*> 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/
 
AAAK,0,150,800,300,600
AAAP,0,200,300,150,400
AVAX,0,300,200,250,300
BASIK,0,40,450,50,60
AGRI,0,50,200,210,250

Attachment: ImportFinance.js
Description: JavaScript source