PureBytes Links
Trading Reference Links
|
On Thursday 27 March 2003 17:58, 520001085531-0001@xxxxxxxxxxx wrote:
> I think the LLV function does not work correct.
> For example: I do an EOD scan on the current stock
> and define a date range (say 1/1/03 to today).
> I have a calculation which says
>
> macdline = macd();
> leastVal = LLV(macdline, -5);
how about:
macdline = macd();
leastVal = LLV(macdline, 5);
note positive number!!!
--
Marek Chlopek
mchlopek@xxxxxxx
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Your own Online Store Selling our Overstock.
http://us.click.yahoo.com/rZll0B/4ftFAA/46VHAA/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/
|