nojobmaui 19 posts msg #70957 - Ignore nojobmaui |
1/26/2009 12:08:00 PM
Hi JP
Are you sharing your momo filter?
Thanks
|
johnpaulca 12,036 posts msg #70959 - Ignore johnpaulca |
1/26/2009 12:18:30 PM
nojobmaui: yes, for a nickle, I accept Paypal or kegs of Corona...lol
|
johnpaulca 12,036 posts msg #70960 - Ignore johnpaulca |
1/26/2009 12:21:55 PM
Very simple...enjoy
|
Eman93 4,750 posts msg #70974 - Ignore Eman93 |
1/26/2009 10:38:21 PM
HSNTF
Take a look at the 1-23-09 chart the stock goes from 1.62 to 143.29, 3000000 shares are traded in 15 min. whats up with that?
|
Eman93 4,750 posts msg #70980 - Ignore Eman93 modified |
1/27/2009 12:35:49 AM
MXIM on the move looks like a break out on the 13 cross......
|
Eman93 4,750 posts msg #71063 - Ignore Eman93 |
1/29/2009 11:10:27 PM
John did you hold your RDN what a runner the last 2 days.
|
johnpaulca 12,036 posts msg #71066 - Ignore johnpaulca |
1/30/2009 12:15:49 AM
Eman93: I missed RDN but long TWM, working on couple of big projects at work thats keeping me busy. Bought a bunch of EXM before close today, will see what happens tomorrow. What you trading tomorrow?
BTW- I will short BSX and SYMC tomorrow if the market opens red.
|
Eman93 4,750 posts msg #71068 - Ignore Eman93 modified |
1/30/2009 12:30:48 AM
I am am going to trade FAZ and FAS using the Fib Zone Pivots.
I just posted the filter over on the filter page....
I got my charts all ready to go.
We could bounce or we could dump.. like TRO says just react right...
|
johnpaulca 12,036 posts msg #71070 - Ignore johnpaulca |
1/30/2009 12:42:19 AM
I tried adding FAZ and FAS to the symbol list, but it didn't work, are they working for you?
|
Eman93 4,750 posts msg #71071 - Ignore Eman93 |
1/30/2009 1:35:25 AM
Yes, be sure you have a comma between them and no caps.
/*Fib Zone Pivots*/
set{HL, High + Low}
set{HLC, HL + Close}
set{piv, HLC / 3}
set{DR, High - Low}
set{DR5, 0.5 * DR}
set{rs1, PP + DR5}
set{rs2, PP + DR}
set{sp1, PP-DR5}
set{sp2, PP - DR}
set{DR618, 0.618 * DR}
set{RB1, PP + DR618}
set{SB1, PP - DR618}
set{DR138, 1.382 * DR}
set{RB2, PP + DR138}
set{SB2, PP - DR138}
add column piv
add column sp1
add column rs1
add column sp2
add column rs2
add column SB1
add column RB1
add column SB2
add column RB2
/* SELECTION CRITERIA */
symlist(faz,fas)
sort column 1 desending
|