PureBytes Links
Trading Reference Links
|
Hi Andrew,
As I mentioned, I did get this to work properly now. It is
interesting, because to get it to work exactly right, I have to
define new variables in section 2 (the LIST STOCK calculations area)
for functions that are native to AB.
For example, in an addcolumn statement, referencing 'C' or 'Close'
does not work properly. But defining 'end = Close;' as a variable in
section 2, then calling 'end' where I would normally call 'C', works
just fine. Same thing for some ATR calls. If I define them as new
variables, then call those variables, no problem. If I don't,
problems.
I am mystified by code, as usual, but I think I have this working
perfectly now. Thanks again!
Yuki
------------------------ 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/mOAaAA/3exGAA/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/
|