Hello Ned, [:)]
I thought of giving you a surprise and some homework for you to do this weekend. [:D]
Please see below.
Here are four links with info about your friend’s favorite system you may want to read:
http://www.trade2win.com/boards/trading-systems/32170-rsi-bounce-system.html
http://www.thinkscripter.com/indicator/cumulative-rsi-trading-system
http://blog.equametrics.com/connors-and-alvarez-cumulative-rsi-strategy
http://www.traderslaboratory.com/forums/automated-trading/12596-rsi-how-profit.html
They all refer to Connors RSI, with different name(s).
In Metastock’s Indicator Builder, click New, put name RSI CONNORS CUMULATIVE
In Formula field write
click OK.
Create a new Expert Advisor, RSI CONNORS CUMULATIVE
In Trends, Bullish, write
Bearish, write , apply appropriate colors by clicking on Ribbon button.
In Highlights, click New, put name RSI2 CUMULATIVE and in Condition field, write
Code:Sum(RSI(2),2)<25 AND C>Mov(C,200,E)
click OK.
Click New, name it 5EMA, in Condition field write
click OK.
In Symbols, click New, put name Buy, in Condition field write
Code:Sum(RSI(2),2)<25 AND C>Mov(C,200,E)
click OK. Choose arrows by clicking on the Graphic tab.
Click New, put name Sell, in Condition field write
click OK. Choose dots to mark the exits by clicking on the Graphic tab.
You may change “25” as you wish, but leave “200” untouched.
To see the basic system, click the chart of PG below.
(Picture will be available only for six months from today).
In the chart, you can see RSI CUMULATIVE on top of standard RSI(2) for easy comparison.
The chart, which is only for LONG trades, will tell you more than I can type in here if you look at it long enough.
My opinion?
This is not an original system. Many money managers in their search to diversify among trading systems, re-invent already existing systems by tweaking them. They failed to come up with something new, and then they attach their name to a little gimmick in an existing Indicator.
Connors probably fiddled with EMAs applied to RSI and came across the 'cumulative’ possibility. No big deal! [:S]
If I were to do the same, I’d adjust RSI to 100, add some Volume and call it RSI EDDIE. No big deal either.
More entry rules could be added to the logic of Connors RSI.
Instead of using 200EMA and modified RSI, one can easily use 200EMA and 13EMA or do many other combinations provided he already sharpened his chart observation skills.
I personally did not use Connors RSI because I use only truly original concepts discovered by technical analysis masters or myself.
Lesson to be learnt
Instead of using your friend’s system, please rise to the point when your friend uses YOUR system.
After that, rise more to enlighten the rest of us with something we did not know until you showed up. [:D]
Let us know how you are doing.