PureBytes Links
Trading Reference Links
|
Have
you tried llv(macdline,5)?
<SPAN
class=635391317-27032003>
5
indicates the lowest low value of the last 5 bars...... I do not know what -5 is
finding
Jayson
<FONT face=Tahoma
size=2>-----Original Message-----From: 520001085531-0001@xxxxxxxxxxx
[mailto:520001085531-0001@xxxxxxxxxxx]Sent: Thursday, March 27, 2003
11:58 AMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker]
Bug in LLV ?I think the LLV function does not work
correct.For example: I do an EOD scan on the current stockand define a
date range (say 1/1/03 to today). I have a calculation which
says macdline = macd(); leastVal = LLV(macdline,
-5);Since it scans from 1/1/03 to today, one would expectthat
leastVal would be a different value in each iteration or at least every 5
days, but surprisingly it always has a constant value over the given full
date range.IMHO the LLV function here always uses the least of the
last 5 values of the macdLine array. I would have expectedthat it better
would use the least value of the "currently" tested day plus 4 days prior to
that... Shouldn't it function that way?UenalSend
BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
ADVERTISEMENT
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 the Yahoo! Terms of Service.
|