DMOBRIEN 381 posts msg #88489 - Ignore DMOBRIEN | 
2/21/2010 3:40:59 PM
  Needs some windex  ...
 
  	    
 
  | 
ham1198 174 posts msg #88493 - Ignore ham1198 | 
2/21/2010 5:06:50 PM
  ....i played around with this filter some time ago.  can't remember where i got it:
 
 
 Camarilla Pivot Points:
 
 set{C, close 1 day ago}
 set{Range, day point range 1 day ago * 1.1}
 set{R4, Range / 2}
 set{R3, Range / 4}
 set{R2, Range / 6}
 set{R1, Range / 12}
 set{S1, Range / 12}
 set{S2, Range / 6}
 set{S3, Range / 4}
 set{S4, Range / 2}
 
 /*Camarilla Resistance*/
 set{CR4, C + R4}
 set{CR3, C + R3}
 set{CR2, C + R2}
 set{CR1, C + R1}
 
 /*Camarilla Support*/
 set{CS1, C - S1}
 set{CS2, C - S2}
 set{CS3, C - S3}
 set{CS4, C - S4}
 
 
 
 draw price line at C
 draw price line at CR4
 draw price line at CR3
 draw price line at CR2
 draw price line at CR1
 draw price line at PP
 draw price line at CS1
 draw price line at CS2
 draw price line at CS3
 draw price line at CS4
 
 price above 15
 avgvol(17) above 300000
 price above ema(17)
 chart-time 65 days
 
 60 day slope of the close above 0 
 close near bottom linear regression(60) 
 
 Draw bollinger band(20)	
 Draw Linear Regression Channel(60) 
 add column RSI(2) 
 add column Fast Stochastics(14,10) 
 add column Williams %R(10) 
 add column ma(20) {SMA20}
 
 
  | 
ham1198 174 posts msg #88495 - Ignore ham1198 | 
2/21/2010 5:12:53 PM
  Fletcher[Camarilla Pivot Points: 
 
 set{C, close 1 day ago} 
 set{Range, day point range 1 day ago * 1.1} 
 set{R4, Range / 2} 
 set{R3, Range / 4} 
 set{R2, Range / 6} 
 set{R1, Range / 12} 
 set{S1, Range / 12} 
 set{S2, Range / 6} 
 set{S3, Range / 4} 
 set{S4, Range / 2} 
 
 /*Camarilla Resistance*/ 
 set{CR4, C + R4} 
 set{CR3, C + R3} 
 set{CR2, C + R2} 
 set{CR1, C + R1} 
 
 /*Camarilla Support*/ 
 set{CS1, C - S1} 
 set{CS2, C - S2} 
 set{CS3, C - S3} 
 set{CS4, C - S4} 
 
 
 
 draw price line at C 
 draw price line at CR4 
 draw price line at CR3 
 draw price line at CR2 
 draw price line at CR1 
 draw price line at PP 
 draw price line at CS1 
 draw price line at CS2 
 draw price line at CS3 
 draw price line at CS4 
 
 price above 15 
 avgvol(17) above 300000 
 price above ema(17) 
 chart-time 65 days 
 
 60 day slope of the close above 0 
 close near bottom linear regression(60) 
 
 Draw bollinger band(20) 
 Draw Linear Regression Channel(60) 
 add column RSI(2) 
 add column Fast Stochastics(14,10) 
 add column Williams %R(10) 
 add column ma(20) {SMA20} 
 ]
 
  | 
DMOBRIEN 381 posts msg #88498 - Ignore DMOBRIEN | 
2/21/2010 7:18:45 PM
  How about Tirone Levels?  Still tinkering with this one ... but err.. my coding skills are lacking
 
  	    
 
 Another bottle of windex needed
 
  | 
DMOBRIEN 381 posts msg #88499 - Ignore DMOBRIEN | 
2/21/2010 8:04:02 PM
  Ham, maybe something like this for 2 week period ...
 
  	    
 
  | 
DMOBRIEN 381 posts msg #88500 - Ignore DMOBRIEN | 
2/21/2010 8:09:40 PM
  http://www.stockfetcher.com/cgi-bin/popquote.pl?sym=CDII&id=1127352&period=default&did=8805
 
 How can i get this chart to come up?
 
  | 
chetron 2,817 posts msg #88507 - Ignore chetron modified | 
2/21/2010 10:27:48 PM
  click me....
 
 
 and me....
 
 
 
 
  |