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...............
|
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.
|