filters update

This commit is contained in:
Miha Kralj
2026-02-23 17:27:35 -08:00
parent 7253f61299
commit 467a8c1cef
239 changed files with 17880 additions and 6329 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ indicator("Ehlers Reflex Indicator (REFLEX)", "REFLEX", overlay = false)
//@reference Ehlers, J.F. (2020). "Reflex: A New Zero-Lag Indicator."
// Technical Analysis of Stocks & Commodities, Feb 2020.
//@optimized O(period) per bar for the summation loop; SSF is O(1) IIR
export reflex(series float source, simple int period) =>
reflex(series float source, simple int period) =>
if period < 2
runtime.error("Period must be at least 2")