| tuttlem 3 posts
 msg #33446
 - Ignore tuttlem
 | 9/29/2004 11:05:54 PM 
 Please help me figure out how to add a column to a watch list, which will show me the highest closing price in the last 4 weeks.
 
 I can get the highest high within the last 4 weeks with:
 
 add column high 4 week high {hh20}
 
 but
 
 add column high 4 week close {hc20}
 
 doesn't work.  Thanks, mark
 
 
 
 | 
| defghca 150 posts
 msg #33452
 - Ignore defghca
 | 9/30/2004 7:24:13 AM 
 you are almost there
 
 
 
 
 
 | 
| cegis 235 posts
 msg #33453
 - Ignore cegis
 | 9/30/2004 8:10:49 AM 
 tuttlem,
 
 The phrase you're looking for is "close 4 week high", not "high 4 week close".  You just got the words backwards...  The general phrase is <indicator> <period> <high | low>, where "|" means "or".
 
 HTH,
 
 C
 
 
 
 | 
| tuttlem 3 posts
 msg #33462
 - Ignore tuttlem
 | 9/30/2004 6:25:13 PM 
 "close 4 week high" worked like a champ.  The syntax is not clear in the user guide.
 
 
 
 |