PureBytes Links
Trading Reference Links
|
Hello,
Close price must be greater than zero.
Negative prices can only be imported using ASCII
importer and AB.Import method of OLE interface.
Caveat: symbols with negative prices must not
be edited using QuoteEditor.
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "au99991" <auttley@xxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Monday, August 25, 2003 11:27 AM
Subject: [amibroker] Import ASCII using Jscript
> 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.
>
>
>
> 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/
|