mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-17 01:58:06 +00:00
Add Apache 2.0 license header to all Pine Script files
Co-authored-by: mihakralj <31756078+mihakralj@users.noreply.github.com>
This commit is contained in:
co-authored by
mihakralj
parent
39ef78e099
commit
ef54971a7e
@@ -1,6 +1,5 @@
|
||||
// This Pine Script™ code is subject to the terms of the Mozilla Public License 2.0
|
||||
// https://mozilla.org/MPL/2.0/
|
||||
// © QuanTAlib
|
||||
// Licensed under the Apache License, Version 2.0
|
||||
// © mihakralj
|
||||
|
||||
//@version=6
|
||||
indicator("TRIM: Trimmed Mean Moving Average", shorttitle="TRIM", overlay=true)
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
// This Pine Script™ code is subject to the terms of the Mozilla Public License 2.0
|
||||
// https://mozilla.org/MPL/2.0/
|
||||
// © QuanTAlib
|
||||
// Licensed under the Apache License, Version 2.0
|
||||
// © mihakralj
|
||||
|
||||
//@version=6
|
||||
indicator("WINS: Winsorized Mean Moving Average", shorttitle="WINS", overlay=true)
|
||||
|
||||
Reference in New Issue
Block a user