PureBytes Links
Trading Reference Links
|
Hi Tony M,
thanx a lottt.........................................This was the exact thing i was looking for..............Thanx once again for the gr8.Help.........
Regds................Vinod
Tony M <t4tonym@xxxxxxxxx> wrote:
Hi Vinod,
TestRSIabove70:=If(RSI(14)>70,C,0);
Peak(1,TestRSIabove70,1)
This will display a price value that changes in steps every time the RSI makes a new peak at any value of RSI>70. The price displayed by the horizontal line will be the price at the time when the RSI peak occurred.
I'm not sure if this is exactly what you want to do, but there could be interesting potential for application of this to something similar to a Darvas-type system for catching uptrend breakout moves, if you trade that way.
I hope this helps you.
Best wishes,
Tony
===============================
----- Original Message ----
From: Vinod K <vinodkochappan@xxxxxxxxx>
To: equismetastock@xxxxxxxxxxxxxxx
Sent: Saturday, April 7, 2007 2:45:25 PM
Subject: Re: [EquisMetaStock Group] Re: ms indicator
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@xxxxxx com> 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@ yahoogroups. com, "vinodkochappan"
<vinodkochappan@ ...> 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]
<!--
#ygrp-mlmsg {font-size:13px;font-family:arial, helvetica, clean, sans-serif;}
#ygrp-mlmsg table {font-size:inherit;font:100%;}
#ygrp-mlmsg select, input, textarea {font:99% arial, helvetica, clean, sans-serif;}
#ygrp-mlmsg pre, code {font:115% monospace;}
#ygrp-mlmsg * {line-height:1.22em;}
#ygrp-text{
font-family:Georgia;
}
#ygrp-text p{
margin:0 0 1em 0;}
#ygrp-tpmsgs{
font-family:Arial;
clear:both;}
#ygrp-vitnav{
padding-top:10px;font-family:Verdana;font-size:77%;margin:0;}
#ygrp-vitnav a{
padding:0 1px;}
#ygrp-actbar{
clear:both;margin:25px 0;white-space:nowrap;color:#666;text-align:right;}
#ygrp-actbar .left{
float:left;white-space:nowrap;}
.bld{font-weight:bold;}
#ygrp-grft{
font-family:Verdana;font-size:77%;padding:15px 0;}
#ygrp-ft{
font-family:verdana;font-size:77%;border-top:1px solid #666;
padding:5px 0;
}
#ygrp-mlmsg #logo{
padding-bottom:10px;}
#ygrp-vital{
background-color:#e0ecee;margin-bottom:20px;padding:2px 0 8px 8px;}
#ygrp-vital #vithd{
font-size:77%;font-family:Verdana;font-weight:bold;color:#333;text-transform:uppercase;}
#ygrp-vital ul{
padding:0;margin:2px 0;}
#ygrp-vital ul li{
list-style-type:none;clear:both;border:1px solid #e0ecee;
}
#ygrp-vital ul li .ct{
font-weight:bold;color:#ff7900;float:right;width:2em;text-align:right;padding-right:.5em;}
#ygrp-vital ul li .cat{
font-weight:bold;}
#ygrp-vital a {
text-decoration:none;}
#ygrp-vital a:hover{
text-decoration:underline;}
#ygrp-sponsor #hd{
color:#999;font-size:77%;}
#ygrp-sponsor #ov{
padding:6px 13px;background-color:#e0ecee;margin-bottom:20px;}
#ygrp-sponsor #ov ul{
padding:0 0 0 8px;margin:0;}
#ygrp-sponsor #ov li{
list-style-type:square;padding:6px 0;font-size:77%;}
#ygrp-sponsor #ov li a{
text-decoration:none;font-size:130%;}
#ygrp-sponsor #nc {
background-color:#eee;margin-bottom:20px;padding:0 8px;}
#ygrp-sponsor .ad{
padding:8px 0;}
#ygrp-sponsor .ad #hd1{
font-family:Arial;font-weight:bold;color:#628c2a;font-size:100%;line-height:122%;}
#ygrp-sponsor .ad a{
text-decoration:none;}
#ygrp-sponsor .ad a:hover{
text-decoration:underline;}
#ygrp-sponsor .ad p{
margin:0;}
o {font-size:0;}
.MsoNormal {
margin:0 0 0 0;}
#ygrp-text tt{
font-size:120%;}
blockquote{margin:0 0 0 4px;}
.replbq {margin:4;}
-->
__________________________________________________________
Don't get soaked. Take a quick peek at the forecast
with the Yahoo! Search weather shortcut.
http://tools.search.yahoo.com/shortcuts/#loc_weather
[Non-text portions of this message have been removed]
---------------------------------
Don't pick lemons.
See all the new 2007 cars at Yahoo! Autos.
[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/
|