Category
Multi-Bar Functions
Description
Count of bars since the lowest value of an expression in a number of bars
Syntax
SinceLow(expr, count)
Parameters
expr - formula referencing bar data
count - formula specifying a number of bars
Notes
If today's value is the lowest (smallest) value in count days, the function returns 0. If the high was yesterday, the return value is 1, and so on.
If there are multiple instances of the lowest value then the most recent one is used.
|