jpistell 123 posts msg #34820 - Ignore jpistell | 
1/9/2005 9:47:50 AM
  Having problems with the following:
 
 draw high 30 day high
 set{yy, close - high 30 day high}
 add column yy
 
 
 It looks simple, but is there a limitation in the set{ that makes it return the high of today?  I would like to return >todays close minus the 30 day high<.  Sounds easy, but I've hit a wall.
 
 Any help would be appreciated.
 Trader Joe
 
 
 
  | 
dangreene 229 posts msg #34821 - Ignore dangreene | 
1/9/2005 1:41:17 PM
  Trader Joe,
 
 How about;
 
  	    
 
 Is this what you are getting at?
 
 dangreene
 
 
 
  | 
jpistell 123 posts msg #34822 - Ignore jpistell | 
1/9/2005 1:49:34 PM
  dan,
 You nailed it!  
 
 many thnx,
 Joe
 
 
  | 
jpistell 123 posts msg #34823 - Ignore jpistell | 
1/9/2005 1:53:54 PM
  woops,
 Spoke too soon.  It's returning the high of the day (not 30 day high)
 
 Back to the drawing board,
 
 Trader Joe
 
 
  | 
jpistell 123 posts msg #34824 - Ignore jpistell | 
1/9/2005 2:03:16 PM
  here we go:
 
  	    
 
 many thnx again!
 Trader Joe
 
 
  |