oldsmar52 104 posts msg #74255 - Ignore oldsmar52 | 
5/8/2009 7:47:13 PM
  Could someone offer me advice on a portion of the filter below please?  I'd like to know how to write into it the wording that would show a "spike up" in the vbrdiff.  The bigger the spike the better.  I'm not good at all in writing filters and if Avery or Chetron or anyone else could help, I'll owe you a cold one.          Thanks much, Frank
 
 set{vbill,indposition(williams %r(2),100) * 100} 
 set{var1,rsi(2) / vbill} 
 set{vbrdiff,var1 * 100} 
 
 add column vbrdiff 
 
 draw vbill on plot rsi(2) 
 DRAW RSI(2) LINE AT 0 
 DRAW RSI(2) LINE AT 100 
 DRAW WILLIAMS %R(2) LINE AT -0 
 DRAW WILLIAMS %R(2) LINE AT -100 
 draw vbrdiff 
 close is between 2 and 20 
 average volume(90) is above 100000
 
  | 
chetron 2,817 posts msg #74257 - Ignore chetron modified | 
5/8/2009 9:03:26 PM
  CLICKABLE....
 
 ONE WAY
 
  	    
 
 
 
  | 
chetron 2,817 posts msg #74259 - Ignore chetron modified | 
5/8/2009 9:38:18 PM
  OR MAYBE...
 
 
  	    
 
  | 
chetron 2,817 posts msg #74261 - Ignore chetron modified | 
5/8/2009 9:44:45 PM
  GOING LONG.....
 
 
  	    
 
 
 
  | 
oldsmar52 104 posts msg #74276 - Ignore oldsmar52 | 
5/9/2009 7:11:17 PM
  Thanks very much Chetron...........Frank
 
  | 
billbose 14 posts msg #74279 - Ignore billbose | 
5/9/2009 11:54:37 PM
  Can someone educate me on what is VBR diff?
 
  | 
chetron 2,817 posts msg #74286 - Ignore chetron | 
5/10/2009 4:27:50 PM
  HTH
 
  |