PureBytes Links
Trading Reference Links
|
Hi,
Basically, I've got an access database of trade signals, and I'd
like to chart the signals (buy arrows) on AB charts. I've struggled
with two issues. The first is using the recordset object. I can
create it, open it and call methods without any errors. I can't seem
to access any properties, however, as in EOF and RecordCount. I get
syntax errors when I do, and adding parantheses gives "method
failed" errors. I can use EnableScript("jscript") and process the
recordset there, but I'd prefer not to. Anyone have experience with
this?
The second thing I have to solve is plotting the buy arrow shapes on
specific dates. The solution that has occurred to me is, simply,
create an array with the same number of elements as there are bars,
and set the elements that correspond to the desired dates to true.
I'm just wondering if there's a quicker way I'm not thinking of.
Gordon
------------------------ 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/
|