styliten 313 posts msg #161758 - Ignore styliten modified |
4/2/2025 3:13:12 PM
As shown in the heading, is there any easy way to show:
2nd/3rd/4th/etc. lowest/highest close/ema(10)/etc., etc. within the last X number days?
i.e.,
set{var101, sum of (5 highest closes in the last 10 days) minus sum of (5 lowest closes in the last 10 days)}
|
xarlor 593 posts msg #161759 - Ignore xarlor |
4/3/2025 8:53:00 AM
We can do this when there are only three values. However, without arrays, I'm not sure this can be accomplished with SF's limited framework.
|