PureBytes Links
Trading Reference Links
|
ecow,
The error message says it all.
Try this:
colC<colE AND
colD>colF AND
colC<30 AND
LLVBars(C,LastValue(LLVBars(RSI(14),35)-1))<=2 AND
RSI(14)>Ref(RSI(14),-1)
You are still going to get an error at the LLVbars line as it needs a
constant value unless you are using a DLL which you are not. Not sure
what you are trying to do but the LLVbars line needs to be rewritten.
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, ecow77 <no_reply@xxx> wrote:
>
> I try your code but I get a error message on the filter say:
> An"(" must immediately follow by a function name.
> can you check what I am missing
> colC<colE AND colD>colF AND colC<30
> AND LLVBars(C,LastValue
> (LLVBars(RSI(14),35)-1))<=2
> AND RSI(14)>Ref(RSI(14),-1)
>
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|