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 : Technical Analysis- Indicators & Systems

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
To: gonzongo who wrote (2148)7/24/1997 10:02:00 PM
From: TechTrader42   of 3325
 
Here's the WOW coding for the moving average system that Dave Evans is now working on:

fml("StocRSI(8,5)")>mov(fml("StocRSI(8,5)"),40,E) and
mov(c,5,e)>mov(c,13,e)

StocRSI(8,5):

Mov((RSI(8)-LLV(RSI(8),8))/(HHV(RSI(8),8)-(LLV(RSI(8),8))),5,w)*100

I don't know what he plans to use as an exit; he didn't say. I tried this:

fml("StocRSI(8,5)")<mov(fml("StocRSI(8,5)"),40,E) and
mov(c,5,e)<mov(c,13,e)

It pinpoints the tops and bottoms as well as your excellent StochRSI system, I think, but it gives a lot of signals. You really have to know what you're getting into, and when, or you'd get whipsawed. But some of these systems that give too many signals but pinpoint highs and lows are still useful for good exits at the end of runs up.
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext