-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNOTICE
More file actions
52 lines (39 loc) · 2.42 KB
/
Copy pathNOTICE
File metadata and controls
52 lines (39 loc) · 2.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
multicharts-powerlanguage
A Claude Code plugin for MultiCharts PowerLanguage and TradingView Pine Script
Copyright (c) 2026 Yu-An Chen
Licensed under the MIT License — see LICENSE.
---
Trademarks
MultiCharts® and PowerLanguage® are trademarks of MCT Limited (Gibraltar).
This plugin is not affiliated with, endorsed by, or sponsored by MCT Limited.
Source materials
The 947 keyword detail entries in skills/powerlanguage-keywords-reference/details/
are original paraphrased summaries written for this plugin. Structural data
(keyword name, category, signature, parameter types) is factual API information
derived from the public PowerLanguage documentation maintained by MCT Limited
at https://www.multicharts.com/. Each entry links back to its corresponding
official wiki page for the authoritative prose.
No raw content from PowerLanguage.chm is redistributed in this repository.
Where a paraphrase could not be safely generated, the entry uses a generic
placeholder description and a wiki link rather than verbatim source text.
TradingView® and Pine Script® are trademarks of TradingView, Inc.
This plugin is not affiliated with, endorsed by, or sponsored by TradingView, Inc.
The Pine Script reference content in skills/pinescript-core/,
skills/pinescript-builtins/, and skills/pinescript-visual/ is entirely
original, hand-curated from general knowledge of the Pine Script language and
open-source community resources. No content was scraped, copied, or derived
from tradingview.com — TradingView's Terms of Service (Section 3) prohibit
automated access and derivative works from their documentation.
Third-party library references
The Rust conversion skill (skills/powerlanguage-rust-conversion/) references
ta-rs (https://crates.io/crates/ta), an open-source Rust crate for technical
analysis, licensed under the MIT License. This plugin does not redistribute
ta-rs source code or binaries.
The Rust conversion skill also references yata
(https://crates.io/crates/yata) for indicators not covered by ta-rs (e.g.,
ADX, CCI). yata is licensed under the Apache-2.0 License. This plugin does
not redistribute yata source code or binaries.
The C++ conversion skill (skills/powerlanguage-cpp-conversion/) references
TA-Lib (https://ta-lib.org/), an open-source C library for technical
analysis, licensed under a BSD-style license. This plugin does not
redistribute TA-Lib source code or binaries.