StockFetcher Forums · Filter Exchange · Triple Screen<< 1 2 3 4 >>Post Follow-up
ehansen6
28 posts
msg #72684
Ignore ehansen6
3/13/2009 4:42:32 PM

I just finished Alexander Elder's (at the suggestion of people on the forums...thank you so much!) book about his Triple Screen system, I was searching through the forums but couldn't see anything so I just wanted to see if anyone had any filters that utilized the triple screen system. The one I'm using (thanks to Chetron) is

Weekly MACD histogram(12,26) is > -1
and Weekly MACD histogram(12,26) is < 0
and Weekly MACD histogram(12,26) has been increasing over the last 2 weeks
and draw FI (2) line at 0
and draw Weekly MACD histogram (12,26) line at 0


then I just add the force index (2) to my chart.

Very Rudimentary I know.

Tell me if anyone has anything, if not...cool!

FuriousThug
256 posts
msg #72687
Ignore FuriousThug
3/13/2009 9:57:12 PM

There were a few threads from August and Sept '08 and also the thread below from earlier.


http://forums.stockfetcher.com/sfforums/?q=view&fid=1002&tid=64063&qrid=



FT

ehansen6
28 posts
msg #72787
Ignore ehansen6
3/16/2009 11:49:04 AM

Thanks FT! I didn't realize this was such a hot button on the forums. I was searching the forums, but didn't find this one. I'll let this one fade quick without hoopala. Just one question to you Furious Thug, which one did you end up using? You posted about three of them but it looks like the last one you posted is the one you stuck with.

Thanks so much.

FuriousThug
256 posts
msg #72794
Ignore FuriousThug
3/16/2009 1:52:59 PM

I ended up shelving them all. I do plan on revisiting them though.

FT

ehansen6
28 posts
msg #72826
Ignore ehansen6
3/16/2009 6:51:10 PM

By the way Furious Thug I've been playing with the last filter you had made in that post, the one with the regression in it, and it is super cool. I dig!

FuriousThug
256 posts
msg #72829
Ignore FuriousThug
3/16/2009 10:11:19 PM

Don't remember which one that is, but I do remember adding the LRC(60) though 'cuz it seemed to add a concrete visual of that first screen Elder talks about.

chetron
2,817 posts
msg #73306
Ignore chetron
modified
4/4/2009 6:09:10 PM

DONE...............

Fetcher[

/* TACHIKAWA TRIPLE SCREEN */


Set{Bullpower, high - ema(13)}
Set{Bearpower, low - ema(13)}

DRAW BEARPOWER ON PLOT BULLPOWER


SET{VAR1,COUNT(WEEKLY MACD HISTOGRAM ABOVE WEEKLY MACD HISTOGRAM 1 WEEK AGO,1)}
SET{VAR2,COUNT(WEEKLY MACD HISTOGRAM BELOW WEEKLY MACD HISTOGRAM 1 WEEK AGO,1)}

SET{VAR3,COUNT(FI(2) BELOW 0,1)}
SET{VAR4,COUNT(FI(2) ABOVE 0,1)}

SET{BUYME,VAR1 * VAR3}
SET{SHORTME,VAR2 * VAR4}

SET{BUY_AT,BUYME * HIGH}
SET{SHORT_AT,SHORTME * LOW}

SET{STOP_LOSS_B,BUYME * LOW}
SET{STOP_LOSS_S,SHORTME * HIGH}

SET{PLAYS,BUYME + SHORTME}

SET{VAR5,COUNT(WEEKLY MACD HISTOGRAM BELOW 0,1)}
SET{VAR6,COUNT(WEEKLY MACD HISTOGRAM ABOVE -0,1)}
SET{VAR7,VAR5 * BUYME}
SET{VAR8,VAR6 * SHORTME}

DRAW SHORTME ON PLOT BUYME

DRAW WEEKLY MACD HISTOGRAM
DRAW FI(2)

ADD COLUMN SEPARATOR
ADD COLUMN BUY_AT
ADD COLUMN STOP_LOSS_B {STOP LOSS}
ADD COLUMN VAR7 {PREFERRED LONG}
ADD COLUMN SEPARATOR
ADD COLUMN SHORT_AT
ADD COLUMN STOP_LOSS_S {STOP LOSS}
ADD COLUMN VAR8 {PREFERRED SHORT}
ADD COLUMN SEPARATOR

PLAYS ABOVE .5
CLOSE ABOVE .1
VOLUME ABOVE 10000000
FI(2) BELOW FI(2) 13 DAY HIGH 1 DAY AGO
FI(2) ABOVE FI(2) 13 DAY LOW 1 DAY AGO

DO NOT DRAW PLAYS

]





johnpaulca
12,036 posts
msg #73308
Ignore johnpaulca
4/4/2009 8:29:51 PM

GREAT JOB CHET...U DA MAN.

FuriousThug
256 posts
msg #73312
Ignore FuriousThug
modified
4/5/2009 12:30:27 AM

In my weak SF scripting state, I can't seem to figure this out...how do I set the buy/sell points at $.01 or $.05 above/below low/high of the day? Here's what I put but I'm not getting any returns now...

SET{BUY_AT,BUYME * (HIGH+.01)}
SET{SHORT_AT,SHORTME * (LOW-.01)}

Thanks.
FT

chetron
2,817 posts
msg #73316
Ignore chetron
4/5/2009 7:41:29 AM

only 1 math operation per variable, thug.


StockFetcher Forums · Filter Exchange · Triple Screen<< 1 2 3 4 >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.