PureBytes Links
Trading Reference Links
|
Hi Vinodkochappan,
If(RSI(14)>70,100,0) --- displays value "100" if RSI > 70
If(RSI(14)>70,RSI(14),0) --- displays the actual RSI value if > 70
If(RSI(14)>70,C,0) --- displays the closing price if RSI > 0
(otherwise, if RSI < 70, displays zero)
Cheers,
TonyM in Moscow
======================
--- In equismetastock@xxxxxxxxxxxxxxx, "vinodkochappan"
<vinodkochappan@xxx> wrote:
>
> Hi,
>
> Can any one help me to make a indicator which can mark peaks if RSI(14)
> > 70
>
> thanx in advance....
>
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/
|