| 
 PureBytes Links 
Trading Reference Links 
 | 
Does anyone know whether its possible to automate the Import ASCII 
process using JScript.
Alternatively, if I use Jscript to add quote data directly using for 
e.g.
stock = oAB.Stocks.Add( tickername ); 			
oQuote = stock.Quotations.Add(date.getVarDate());
oQuote.Open = parseFloat(my_negative_number);
oQuote.Close = 0;
oQuote.Volume = parseFloat(my_none_integer);
oQuote.OpenInt = 0;
oQuote.High = 0;
oQuote.Low = 0;
How can I set the $ALLOWNEG command so I can load negative numbers 
and also use High and Low for data rather than them being 
automatically set from Open and Close.
many thanks
Andy.
------------------------ 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/ 
 
 |