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: TT who wrote (1730)6/24/1997 1:09:00 AM
From: TechTrader42   of 3325
 
No, fml("MyCCI") won't work until you create an indicator called MyCCI. Fml has to refer to something you've created in indicators.

Go to indicators and create one called StochRSI with this formula:

Mov((RSI(14)- LLV(RSI(14),14)) /(HHV(RSI(14),14)-(LLV(RSI(14),14))),14,E)*100

Then go to System Testing and create a system with this buy signal:

fml("StochRSI")>30 and ref(fml("StochRSI"),-1)70

(You won't get great results with such a system, but I'm just showing you for the purpose of using fml.)

As for the Cash Cow system, the chart is truly astonishing, isn't it? Oh, the wonders of crystals. (http://members.aol.com/taornotta/cashcow.htm)
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext