PureBytes Links
Trading Reference Links
|
I am attempting to write an exploration for Connors "Turtle Soup"
The requirements are the stock makes a new 20 day Low and the
previous 20 day low be at least 4 days ago. When I use the following
code: T2 = BarsSince(Ref(LLV(L,20),-3)); the result is always 0.
As an example (Ref(LLV,20),-3); on FII returns a value of 28.95 which
is correct and ocurred on 4/28 but BarsSince returns 0.
Any Ideas?
Thanks in Advance for any help!!
Bill
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
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|