-
SWMA – Sine Weighted Moving Average
– ported to HaasScript by Bunka
– optimized by PshaiCopyright (c) 2018-present, Alex Orekhov (everget)
Sine Weighted Moving Average script may be freely distributed under the MIT license.Example of usage, similar to other moving average indicators:
swma = CC_SWMA(ClosePrices(), length)