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