drew9 171 posts msg #38938 - Ignore drew9 |
11/16/2005 10:31:27 PM
BFreshour, I am still tweaking this myself but had to add my thank you and congratulations! I have seen like most on StockFetcher hundreds of filters but this one is actually predictive not lagging. It is also incredible how many stocks it returns each day. Great job!
Regards,
Drew
|
maxreturn 745 posts msg #38948 - Ignore maxreturn |
11/17/2005 8:35:28 AM
I believe there is a bug with the CEMA filter. At first glance BFreshour's filter looked to good to be true. I believe there's good reason for this. Try plotting RSI(2) along with the following three plots:
cema(rsi(2),3)
cema(rsi(2),4)
cema(rsi(2),5)
First observation...a plot of a ema of RSI(2) should lag more than RSI(2). Second observation...did you notice that both the 3 and 4 period ema's turn before RSI(2) itself? However, the 5 period ema of RSI(2) seems to be behaving properly. I plan on bringing this to the attention of Tom. Makes you wonder how many other indicators on Stockfetcher are flawed!
|
BFreshour 139 posts msg #38949 - Ignore BFreshour |
11/17/2005 9:06:45 AM
maxreturn, yes the filter does seem to good to be true which is why I posted it after realizing that the calculation for the CEMA of RSI(2) for the current day is off. The filter does work fine as a 'day behind' indicator. Thanks for analyzing the problem more.
|
BFreshour 139 posts msg #38950 - Ignore BFreshour |
11/17/2005 9:22:06 AM
I can't figure out how to resolve the EMA issue, it must be a SF problem.
|
drew9 171 posts msg #38957 - Ignore drew9 |
11/17/2005 3:09:44 PM
I really thought we had the holy grail here for a moment! Something must have been messed up on SF last night with the calculations as every turning point was predicted. Today everything lags one day. Must have had "r" somehow skewed to the right by a day cause it sure was pretty. Anyway, still a very nice filter.
Drew
|
BFreshour 139 posts msg #38958 - Ignore BFreshour |
11/17/2005 3:17:38 PM
Yes, imagine my lust days ago when I found it. The error was fixed this morning and had to do with CEMA function.
Oh well, still a decent filter. I think using EMA crossovers of RSI may eventually net us a very good filter.
|
TheRumpledOne 6,411 posts msg #38962 - Ignore TheRumpledOne |
11/18/2005 8:15:08 AM
I changed r to r3 and s to r13.
Looks like it is working now.
MAY ALL YOUR FILLS BE COMPLETE.
|
alf44 2,025 posts msg #38964 - Ignore alf44 |
11/18/2005 12:15:36 PM
...if you insert THIS volume syntax :
--------------------
set{avgVol_100, Average Volume(100)}
set{VolA, Volume / avgVol_100}
set{VolB, VolA - 1}
set{%Vol_incr/decr, VolB * 100}
--------------------
...into the filter that is posted here on this thread you will get the actual % increase/decrease of today's Volume versus the Average Volume(100) ! They obviously BOTH give you the same info...but, this method shows the exact "percentage" of Volume increase/decrease in positive or negative numbers !
The filter would then become :
-------------------
---------------------
Just a different way (and for me a clearer way) of displaying the %change in Volume vs Avg. Volume !
Regards,
alf44
|
TheRumpledOne 6,411 posts msg #39028 - Ignore TheRumpledOne |
11/22/2005 11:51:41 AM
The filter we have been tweaking returns lots of buy open sell fast winners!
Alf... use my STOCK DASHBOARD on this filter for all the "bells and whistles".
MAY ALL YOUR FILLS BE COMPLETE.
|
TheRumpledOne 6,411 posts msg #39029 - Ignore TheRumpledOne |
11/22/2005 11:59:42 AM
|