TheRumpledOne 6,411 posts msg #61396 - Ignore TheRumpledOne modified |
4/11/2008 6:06:38 PM
|
TheRumpledOne 6,411 posts msg #61398 - Ignore TheRumpledOne modified |
4/11/2008 6:16:43 PM
|
WESTFALL 9 posts msg #61761 - Ignore WESTFALL modified |
4/24/2008 12:33:05 AM
set{Win_loss,Close - open}
set{WL100,count(Win_loss > 0,100)}
add column WL100
set{wl5,count(Win_loss > 0,5)}
add column wl5
set{wl5mult, wl5 * 30}
set{wlgreed, wl5mult + wl100}
add column wlgreed
set{HiOp, high - open}
set{Long_Profit, HiOp/open}
set{a100a,count(Long_Profit > .001,100)}
set{a200a,count(Long_Profit > .005,100)}
set{a300a,count(Long_Profit > .01,100)}
set{a400a,count(Long_Profit > .02,100)}
set{a500a,count(Long_Profit > .05,100)}
set{b100a, a100a}
set{b200a, a200a + a100a}
set{b300a, a300a + b200a}
set{b400a, a400a + b300a}
set{b500a, a500a + b400a}
set{c100a,count(Long_Profit > .001,5)}
set{c200a,count(Long_Profit > .005,5)}
set{c300a,count(Long_Profit > .01,5)}
set{c400a,count(Long_Profit > .02,5)}
set{c500a,count(Long_Profit > .05,5)}
set{d100a, c100a}
set{d200a, c200a + c100a}
set{d300a, c300a + d200a}
set{d400a, c400a + d300a}
set{d500a, c500a + d400a}
set{e100a, d100a*30}
set{e200a, d200a *30}
set{e300a, d300a *30}
set{e400a, d400a *30}
set{e500a, d500a *30}
set{longgreed, b500a + e500a}
set{LoOp, open - low}
set{Short_Profit, LoOp/open}
set{f100a,count(Short_Profit > .001,100)}
set{f200a,count(Short_Profit > .005,100)}
set{f300a,count(Short_Profit > .01,100)}
set{f400a,count(Short_Profit > .02,100)}
set{f500a,count(Short_Profit > .05,100)}
set{g100a, f100a}
set{g200a, f200a + f100a}
set{g300a, f300a + g200a}
set{g400a, f400a + g300a}
set{g500a, f500a + g400a}
set{h100a,count(Short_Profit > .001,5)}
set{h200a,count(Short_Profit > .005,5)}
set{h300a,count(Short_Profit > .01,5)}
set{h400a,count(Short_Profit > .02,5)}
set{h500a,count(Short_Profit > .05,5)}
set{i100a, h100a}
set{i200a, h200a + h100a}
set{i300a, h300a + i200a}
set{i400a, h400a + i300a}
set{i500a, h500a + i400a}
set{j100a, i100a*30}
set{j200a, i200a *30}
set{j300a, i300a *30}
set{j400a, i400a *30}
set{j500a, i500a *30}
set{shortgreed, g500a + i500a}
set{greedratio, longgreed/shortgreed}
add column longgreed
add column greedratio
add column separator
add column a200a{.5%(100day)}
add column a300a{1%(100day)}}
add column a400a{2%(100day)}}
add column a500a{5%(100day)}}
add column separator
add column c200a{.5%(5day)}
add column c300a{1%(5day)}
add column c400a{2%(5day)}
add column c500a{5%(5day)}
set{gpwgreed, longgreed+wlgreed}
add column gpwgreed
set{totalgreed, gpwgreed * greedratio}
add column totalgreed
close above 5
volume above 100000
average volume (90) above 1000000
sort column 21 descending
|
WALLSTREETGENIUS 983 posts msg #61866 - Ignore WALLSTREETGENIUS |
4/27/2008 5:45:40 PM
I love the "up week" coding Avery. Cant tell you how valuable this will be to me. By adding this to all my filters, obviously it will tell me in advance the Linear Progression of these stocks. As always...excellent work, and thank you!
RIGGS
|
TheRumpledOne 6,411 posts msg #61867 - Ignore TheRumpledOne |
4/27/2008 5:56:32 PM
You're welcome, Riggs.
It's just a simple display but very profitable.
Strong stocks that remain above the weekly open tend to go UP.
Weekly range is usually bigger than daily range so you're more likely to make money when stock stays above the weekly open.
If ONLY we had monthly open OR openasof(mm.dd.yyyy) - How about it, SF?
|
chetron 2,817 posts msg #61946 - Ignore chetron |
4/29/2008 10:10:40 PM
KINDA, SORTA, LIKEA...
|
chetron 2,817 posts msg #61948 - Ignore chetron |
4/29/2008 10:39:18 PM
COME TO THINK OF IT I WAS WRONG....
BUT I LIKE THE UPDAY ON THE TOGGLE
AND WHEN THE 60 FAILS, IT IS TIME TO BAIL...
|