PureBytes Links
Trading Reference Links
|
Hi Tony M
Thanx a lot for the help.....
But is it possible to make this as a indicator which can b plotted in price chart....,which shud draw a horizondal line(from the high of the 70peak candle) in chart till the next 70peak occurs.............(to b more clear it shud draw peaks like if v r plotting Peak(1,c,1) indicator)
Regds.................Vinod
t4tonym <t4tonym@xxxxxxxxx> wrote:
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....
>
---------------------------------
Don't get soaked. Take a quick peek at the forecast
with theYahoo! Search weather shortcut.
[Non-text portions of this message have been removed]
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/
|