| taylorsk 106 posts
 msg #95055
 - Ignore taylorsk
 | 7/24/2010 11:08:14 AM 
 I have been using a day trading formula looking for stocks that have an average day range(20) or 5% or greater
 
 I would like to test this in the next timeframe up.
 
 I would like to use the following
 
 show stocks where the average weekly range(20) is greater than 20%
 
 This shows up in the debugger as a syntax error.
 
 Am I missing something simple or is this not possible
 
 
 | 
| dangreene 229 posts
 msg #95058
 - Ignore dangreene
 | 7/24/2010 2:50:44 PM 
 
 You tried,
 
 Show stocks where the average weekly range(20) is greater than 20%
 
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 
 See if the following gives you  what you want.
 
 WEEKLY average day range(20) is greater than 20%
 
 
 | 
| taylorsk 106 posts
 msg #95280
 - Ignore taylorsk
 | 7/30/2010 12:05:33 PM 
 NIce!
 
 Thank you!
 
 
 |