| stockfetcher 980 posts
 msg #126346
 | 11/30/2015 9:26:33 AM 
 
 | Date Based References (DATE) |  | 
 |  |  |  | Parameters | Period
Indicator |  | Usage | DATE(YEARSTART,open)
DATE(MONTHSTART,RSI(10)) |  |  |  | Description | The DATE([PERIOD],[INDICATOR]) function allows you to access past values of measures based on specific dates in the past. In function, this feature works similar to the "days ago" phrase, as it modifies the desired measure; however, you can provide specific instructions on the actual offset of the days ago phrase. 
The example below returns matches that are more than 10% above the opening price for the year. Value PERIOD values are:
 More examples:
To find stocks that are below the RSI(10) from the start of the month:YEARSTART: Initial value of the indicator for the yearYEAREND: Last value of the indicator for the prior yearMONTHSTART: Initial value of the indicator for the monthMONTHEND: Final value of the indicator for the prior monthMONDAY - FRIDAY: Value from the specific day of the weekYYYYMMDD: Specfic date
 
 
 
 
 
 
 |  | 
 
 
 |