chasS 7 posts msg #139147 - Ignore chasS |
11/7/2017 7:40:44 PM
Hi,
I'm new to stockfetcher and am quite impressed; of course it's a problem, though, that triggers a first post.
Several forum posts in the past concluded that it's not possible to for Count() to evaluate a variable that remains static during Count() execution, the most recent of these posts is from 2012 --
http://www.stockfetcher.com/forums2/Filter-Exchange/How-to-count-number-of-times-a-stock-made-the-same-change-as/108908/-1/108909
DATE was introduced in 2016, so I tried to get Count to eval a var statically as below, but that also failed.
set { l_lower_by_d01, DATE(20171103,low) - 0.01 }
set {l_count, count(low > l_lower_by_d01,5) }
In the 5 years since the most recent post I found on this subject, is there any way to get Count() to evaluate a variable statically ?
|