cabogordon 88 posts msg #75970 - Ignore cabogordon |
7/2/2009 2:23:22 PM
would that be helpful ?
|
dwiggains 444 posts msg #75976 - Ignore dwiggains modified |
7/2/2009 9:53:29 PM
Hi
If I understand a Golden cross is just a short term average crossing above a long term average and
both are headed up. Is that correct ????
Like always change the ma to what you want.
see ya
David
|
ham1198 174 posts msg #75988 - Ignore ham1198 |
7/3/2009 11:49:13 AM
...this one i saw on a blog. can't remember where:
Show stocks where MA(50) crossed above MA(200) within the last 1 week
and close is above MA(50)
and close is above MA(200)
and where MACD fast line(12,26) is above 0
and Average Volume(90) is above 100000
and close is above 20
and rsi(2) is below 10
add column RSI(2)
add column Fast Stochastics(14,10)
add column Williams %R(10)
set{f14, fast stochastic fast %k(14)}
set{f141, fast stochastic fast %k(14) 1 day ago }
set{f14b,days(f14 is above f141, 100)}
set{f14a,days(f14 is below f141, 100)}
set{f14xf14, f14a - f14b}
add column f14xf14
|
chetron 2,817 posts msg #75989 - Ignore chetron modified |
7/3/2009 12:00:32 PM
clickable....
|
cabogordon 88 posts msg #75992 - Ignore cabogordon |
7/3/2009 2:42:02 PM
thanks.... really appreciate it.
|
cabogordon 88 posts msg #75993 - Ignore cabogordon modified |
7/3/2009 2:52:35 PM
thanks
|
cabogordon 88 posts msg #75994 - Ignore cabogordon modified |
7/3/2009 2:53:29 PM
can you do a bearish cross ? invert the 50 and 200ma
is this right .... I back tested it... works... not picking up very many trades ???
Show stocks where MA(200) crossed below MA(50) within the last week
and close is below MA(50)
and close is below MA(200)
and where MACD fast line(12,26) is above 0
and Average Volume(90) is above 100000
and close is above 20
and rsi(2) is below 10
/* TRO ON MUDDY */
add column RSI(2)
add column Fast Stochastics(14,10)
add column Williams %R(10)
set{f14, fast stochastic fast %k(14)}
set{f141, fast stochastic fast %k(14) 1 day ago }
set{f14b,days(f14 is above f141, 100)}
set{f14a,days(f14 is below f141, 100)}
set{f14xf14, f14a - f14b}
add column f14xf14
|