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: TechTrader42 who wrote (3010)2/11/1998 7:26:00 AM
From: Tim Fierro  Read Replies (1) of 3325
 
I've had fairly good results with the simple system below. I buy and sell once a month. The system may be too long term for some traders, but as I said, I've had profitable results. Here it is (I call it the "10-Bagger System"):

ref(c,30) > 10*c


I use something very similar. This is really for the day trader.

If(Ref(Close, 1) >= Close * 10, 1, 0)

I would not be doing a service if I did not show a system for the Buy & Hold philsophy.

If(Ref(Close, Day I Retire) >= Close * 10, 1, 0)

In both systems, A 1 on the chart is a buy, A 0 on the chart is a sell.. Good luck to all! <g>

Tim
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext