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
|
Eman93 4,750 posts msg #71072 - Ignore Eman93 modified |
1/30/2009 1:40:30 AM
Whats cool is you can set the offset to 1 day ago, plot the lines on a 1 min chart and see how they would have traded for today.
The zone between Sp1 and Sb1 is kind of like the buy zone, you wait for it to break through either way to make the trade,
Watch for resistance and support at the Piv or piviot point, then the same way up to Rs1 resistance 1, if it falis to break Rb1 it is showing weakness.
The B stands for band..
|
johnpaulca 12,036 posts msg #71077 - Ignore johnpaulca |
1/30/2009 8:59:18 AM
Thanks Eman, I copied and paste the filter you posted and still not working...maybe I need to bring my filter inside like Chet suggested (o:
|