four 5,087 posts msg #90732 - Ignore four modified |
4/2/2010 11:48:44 PM
|
DLB7 43 posts msg #90743 - Ignore DLB7 modified |
4/3/2010 9:22:28 AM
Four,
Interesting filter, how would you trade this?
I did some real world tests for a couple of weeks on double bottoms and wonder if a filter like this would pick them up? The results were too good to be true ie: 6/7, 20/20 then the third week was a flop. Of course it all depends on the market for that week.
F in particular looks like it may bounce off the wma55.
What's the entry signal?
|
DLB7 43 posts msg #90744 - Ignore DLB7 modified |
4/3/2010 9:32:53 AM
Four,
Made a few mods in CAPS:
DRAW RSI(2)
WMA(55) ABOVE EMA(200)
Average Volume(30) > 20000000
close between 10 and 25
draw ersi(5,7)
draw cma(ersi(5,7),55)
draw wma(55)
set{var1, day point range / 5}
set{buy, max(close,open) + var1}
draw buy on plot close
add column separator
add column var1
add column buy
/*symlist(tna,tza,fas,faz,upro,spxu)*/
sort column 1 descending
CHART-TIME 63 DAYS
Look at the RSI(2) divergence on DELL, EWJ, BAC, INTC.
|
chetron 2,817 posts msg #90746 - Ignore chetron |
4/3/2010 9:55:41 AM
CLICKABLE....
|
DLB7 43 posts msg #90747 - Ignore DLB7 modified |
4/3/2010 10:22:47 AM
What is ERSI, thanks.
|
four 5,087 posts msg #90750 - Ignore four modified |
4/3/2010 11:55:15 AM
dlb7
Scroll down to ERSI
http://forums.stockfetcher.com/sfforums/betatest.php?qrid=1190723546&fid=1006
-----------------
dlb7
Entry is...
set{var1, day point range / 5}
set{buy, max(close,open) + var1}
draw buy on plot close
add column separator
add column var1
add column buy
|