PureBytes Links
Trading Reference Links
|
Hi DIMITRIS,
Wednesday, December 10, 2003, 8:51:45 PM, you wrote:
DT> Hey, Yuki, donīt you want NewLows anymore ?? Because NewLow = L <
DT> LLV(L,10); never happened [and never will...] Something else
DT> perhaps ??
Well, I'm probably the wrong person to give ANY advice, but I thought
I would try when I can. ^_^ However . . .
y = 246;
NewHigh = H >= HHV(H,y);
NewLow = L <= LLV(L,y);
is a snippet of code from a chart that I use, and it works just as
intended. So I thought this was okay, just substituting 10 for y.
Sorry if I gave bad advice. I'll go back in my cave now.
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/
|