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:
|
chetron 2,817 posts msg #71078 - Ignore chetron |
1/30/2009 9:14:08 AM
clickable?????????????
it works for me......
|
Radiomuse 288 posts msg #71080 - Ignore Radiomuse |
1/30/2009 10:03:30 AM
Eman,
I'm new here and just learning how to write and use filters, hoping for a little guidance on this one, as I've been trading FAS the last couple days (unsuccessfully!).
Are you saying to change the offset to 1 in the Performance tab, after viewing filter results?
And then can you look at the lines on a chart in SF? I didn't know you could look at 1min (or even intraday) charts in SF??
Thanks,
Mike
|
Eman93 4,750 posts msg #71083 - Ignore Eman93 |
1/30/2009 11:03:15 AM
No,
SF only charts I day candels.
If you wanted to see how the fib zones would have played out like a one day back test, set the offset to 1 day and plot the lines and see how you would have done.
To get todays numbers after the market has opened you need to use the 1 day offset.
EX. use the open close, high and low for Wen. to calc the zones for Thur.
You need to plot the lines on an interday chart, if you dont have real time charting I wouldn't recomend this.
FAZ is really a fast mover...
|
johnpaulca 12,036 posts msg #71084 - Ignore johnpaulca |
1/30/2009 11:04:52 AM
FAS..time to buy.
|
johnpaulca 12,036 posts msg #71085 - Ignore johnpaulca |
1/30/2009 11:06:58 AM
LAB...on the move
|