- Katılım
- 23 Eki 2020
- Mesajlar
- 1,828
---- Original Message ----- From: <Wooglinx@xxxxxxx> To: <metastock@xxxxxxxxxxxxx> Sent: Thursday, November 11, 1999 5:53 AM Subject: Re: StochRSI 'Alert' Levels > Dan: > > Excellent post and thanks for your "system" approach. > > Aside from the alert levels, what is the number of days parameter used in > your formula and what, if any, moving average of the basic formula do you > use? Perhaps a post of your StochRSI indicator / exploration might be better. > > Thanks, > > Jim Barone Re: StochRSI 'Alert' Levels · To: <metastock@xxxxxxxxxxxxx> · Subject: Re: StochRSI 'Alert' Levels · From: "Steve Karnish" <kernish@xxxxxxxxxxxx> · Date: Thu, 11 Nov 1999 07:38:52 -0800 · References: <0.7ca49ca8.255c243f@xxxxxxx> · Reply-To: metastock@xxxxxxxxxxxxx · Sender: owner-metastock@xxxxxxxxxxxxx Dan, Jim, and List, Although I keep the best of the bunch as a "super secret" for friends, relatives, and clients ... here is a smatthering of formulae that might be useful. StoRSI's perform very differently when you plug in various numbers. Experiment and determine which are most suitable for your style and markets. Substitute numbers, apply moving averages, get creative. These are just a few: |
|
StochRSI 'Alert' Levels I ((RSI(21)-LLV(RSI(21),8))/((HHV(RSI(21),13))-LLV(RSI(21),13))) |
|
StochRSI 'Alert' Levels II ((RSI(21)-LLV(RSI(21),21))/((HHV(RSI(21),21))-LLV(RSI(21),21))) |
StochRSI 'Alert' Levels III ((RSI(14)-LLV(RSI(14),14))/((HHV(RSI(14),14))-LLV(RSI(14),14))) |
StochRSI 'Alert' Levels IV Mov((RSI(21)-LLV(RSI(21),13))/(HHV(RSI(21),8)-(LLV(RSI(21)+.00001,13))),8,E) * 100 |
StochRSI 'Alert' Levels V Mov((RSI(5)-LLV(RSI(5),5))/(HHV(RSI(5),5)- (LLV(RSI(5),5))),3,E)*100 |
|
StochRSI 'Alert' Levels VI Mov((RSI(13)-LLV(RSI(13),13))/(HHV(RSI(13),13)- (LLV(RSI(13),13))),3,E)*100 |
|