PureBytes Links
Trading Reference Links
|
Well your standard RSI formula is:
rsi( DATA ARRAY, PERIODS ) e.g. RSI(Close,14)
and your standard Moving Average formula is:
mov( DATA ARRAY, PERIODS, METHOD) e.g. Mov(Close,14,S)
When making a MA of the RSI you are replacing the MA 'data array' with the RSI formula, so:
mov( rsi( DATA ARRAY, PERIODS ), PERIODS, METHOD)
e.g. Mov(RSI(C,21),14,S)
Lee.
To: equismetastock@xxxxxxxxxxxxxxx From: investasi@xxxxxxxxxxxxxxx Date: Wed, 25 Jun 2008 18:56:48 -0700 Subject: Re: [EquisMetaStock Group] Low Volatility Stocks...RSI
Hey Lee, Would you show me the way how to combine RSI with Moving Average. Did you build new formula? if yes....please share ;) -res- ==
On Wed, Jun 25, 2008 at 4:18 PM, Lee Lucas < leeontherun@hotmail.com> wrote:
Hey Preston, The thing I like about RSI compared to most other indicators is that other indicators tend to be lagging indicators where as an RSI can show a slowing or change in direction earlier than the price shows. In combination I have also made a moving average of an RSI i.e. Mov(RSI(C,14),40,E) and looked for cross overs. This can cut out a lot of noise. Works similar to a MACD I suppose. Further more Divergence which has been quoted as being the most robust and secure oportunity to take a trade uses RSI or MACD. For those who don't know of Divergence - this is when price continues in it's direction while the other indicators (RSI or MACD) have already turned to go back. The assumption is that price will then turn back to keep up with the indicator.
Lee.
To: equismetastock@yahoogroups.com From: no_reply@xxxxxxxxxxs.com Date: Wed, 25 Jun 2008 14:27:21 +0000 Subject: Re: [EquisMetaStock Group] Low Volatility Stocks...RSI
Lee, I would love to hear more about how you are using the RSI and ATR. Also wondering if you have read Baeyens book on the RSI? Preston --- In equismetastock@yahoogroups.com, Lee Lucas <leeontherun@ ...> wrote: > > > It may be much easier to understand and see on a chart if you can ship the backtest formula. > > I play alot with RSI and ATR > > Lee. > > > To: equismetastock@...: andysmith_999@...: Tue, 24 Jun 2008 03:55:13 +0000Subject: [EquisMetaStock Group] Low Volatility Stocks > > > > > I've been experimenting with this methodology:Every weekend I use a screen to get stocks with certain fundamentals(based on P/S, P/E, etc). Then I rank the list by 13 and 26 weekrelative strength and discard any stocks that are not near the top onboth lists. This leaves me around 20 stocks per week. Then, I look at the 20 charts to see which charts have nice, smooth,up trends. I each chart is displayed:-- ATR(10), this is used to calculate position size-- ATR (10)/Close, this is used to get a sense of volatility-- ATR(10)/ATR (50), this is used to get a sense of "is the stock morevolatile than usual"The ATR(10)/Close usually works out to be around 3.5% to 5.5%. Here'sthe part I'm still grappling with: I ignore any stocks above 4.5% sothat I end up with the smoother, tighter up trends. Please share anythoughts on this.PS. I owe much of this to Roy's newsletter and Super's posts over thelast few years. > >
at CarPoint.com.au It's simple! Sell your car for just $30
Find out: SEEK Salary Centre Are you paid what you're worth?
__._,_.___
__,_._,___
|
|