RE: [amibroker] Quote import not working - help needed - Tomasz please help

2008-03-13 Thread inv learn
s() { filename ="C:\\myquotes\\quotes.csv"; AmiBroker = newActiveXObject("Broker.Application" ); AmiBroker.Import( 0, filename, "new1.format"); AmiBroker.RefreshAll(); } thank you verymuch, -invlearn inv learn <[EMAIL PROT

[amibroker] Quote import not working - help needed

2008-03-06 Thread inv learn
AmiBroker.Import( 0, filename, "new1.format" ); AmiBroker.RefreshAll(); } thanks, -invlearn inv learn <[EMAIL PROTECTED]> wrote: thanks tuzo. for some reason, that didnt work for me either... tuzo_wilson <[EMAIL PROTECTED]> wrote: --- In

Re: [amibroker] query regarding intraday data in ami

2008-02-20 Thread inv learn
hello everyone, any suggestions will be appreciated. i am stuck @ there are three distinct values, but still ami does not make a candle. what am i missing here? thanks for your input inv learn <[EMAIL PROTECTED]> wrote: hello prashant, yes, i am looking a

[amibroker] query regarding intraday data in ami

2008-02-19 Thread inv learn
hello everyone, so i noticed that in ami you can see intraday data. i created a fictious file with quotes, but ami does not display anything, and i get a message "to plot any chart atleast 3 bars are needed..." the file abcd.csv has data as under: symboldatetimeo

Re: [amibroker] Re: help on basic quote importing needed

2008-02-19 Thread inv learn
thanks tuzo. for some reason, that didnt work for me either... tuzo_wilson <[EMAIL PROTECTED]> wrote: --- In amibroker@yahoogroups.com, "invlearn" <[EMAIL PROTECTED]> wrote: > so i am stuck with writing a script to automatically import quotes > into ami, i dont