PureBytes Links
Trading Reference Links
|
Tomasz,
Thankyou for the explanation.
Just unsure on one thing, HLOVI can be in any order after close?
KR
Michael.
At 11:19 PM 19/08/2003 +0200, you wrote:
>Michael,
>
> > I understand that Quote data is Checked for OHLC consistancy.
>
>It depends.
>
>OHLC relationship is indeed checked during import but only unless you mark
>"NO QUOTATION DATA" box
>in the importer (import wizard)
>
>So mark it and you will be able to get not ohlc compliant data.
>
>OHLC relationship is not checked during AddToComposite evaluation
>except adding first data for given date/time. But this can be easily
>worked around by using AddToComposite in the following order:
>
>AddToComposite( array1, "~ticker", "C" ); // <-- close field first
>AddToComposite( array2, "~ticker", "H" ); // <-- then remaining fields
>AddToComposite( array3, "~ticker", "L" ); // <-- then remaining fields
>AddToComposite( array4, "~ticker", "O" ); // <-- then remaining fields
>AddToComposite( array5, "~ticker", "V" ); // <-- then remaining fields
>AddToComposite( array6, "~ticker", "I" ); // <-- then remaining fields
>
>
>Best regards,
>Tomasz Janeczko
>amibroker.com
>----- Original Message -----
>From: "Michael.S.G." <OzFalcon@xxxxxxxx>
>To: "Tomasz Janeczko" <tj@xxxxxxxxxxxxx>
>Cc: <amibroker@xxxxxxxxxxxxxxx>
>Sent: Tuesday, August 19, 2003 1:42 AM
>Subject: [amibroker] Feature Removal?
>
>
> > Hello Tomasz,
> >
> > I understand that Quote data is Checked for OHLC consistancy.
> >
> > Is it possible to turn OFF this checking with tickers begining with the
> "-"
> > key?
> >
> > ie. In general terms.....
> > ~abc is used as a standard Composite (OHLC compliant).
> > ^abc is used as an Index (OHLC Compliant).
> > -abc To be used as 6 point databar storage (Not OHLC Compliant).
> >
> > KR
> > Michael.S.G.
> >
> >
> >
> >
------------------------ 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/
|