SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Strategies & Market Trends : Attitude Alphabet Project -- Ignore unavailable to you. Want to Upgrade?


To: Warthog who wrote (265)8/3/1999 9:31:00 PM
From: Woody  Read Replies (1) | Respond to of 670
 
Wart can you give me a hint how to code the 13d RSI moving average for parity ? If you have it in MS maybe that would work .. If you have some time try this little macd thing:

MOV(c, 3, "e") - MOV(c, 5, "e")
MOV((MOV(c, 3, "e") - MOV(c, 8, "e")), 13, "e")
MOV((MOV(c,8, "e") - MOV(c, 3, "e")), 13, "e")

Use the same pane for all three and or over lay it on your rsi cross, that's what I wanted to do ..

Thanks

Woody



To: Warthog who wrote (265)8/4/1999 12:48:00 AM
From: freelyhovering  Respond to of 670
 
Wart--<The cross of RSI(13) with a moving average of RSI(13)>
I tried it with a moving average of 21 and got some nice looking buy and sell signals. Myron