Skip to content

Commit 4742fae

Browse files
byronwang2005vcfgvDigHuang
authored
feat: add TradingView plugin to display the index and stock information (#511)
## 📝 Pull Request Template ### 1. Related Issue Closes #216 #196 ### 2. Type of Change (select one) Type of Change: New Feature ### 3. Description - Attempt to reduce the error reports when obtaining stock data. - Reorganize the layout of the homepage. -- Add TradingView plugin to display the index information. -- Hide certain parameters helps to avoid congestion. -- ~~When the proxy is unavailable or the index data is unavailable, the partial table is hidden.~~ - Add TradingView plugin to display the stock information. - ~~Compatible with the color settings in the settings menu.~~ ### 4. Testing - [x] I have tested this locally. - [ ] I have updated or added relevant tests. ### 5. Checklist - [x] I have read the [Code of Conduct](./CODE_OF_CONDUCT.md) - [x] I have followed the [Contributing Guidelines](./CONTRIBUTING.md) - [x] My changes follow the project's coding style --------- Co-authored-by: Felix <24791380+vcfgv@users.noreply.github.com> Co-authored-by: DigHuang <114602213+DigHuang@users.noreply.github.com>
1 parent 9deb500 commit 4742fae

30 files changed

+1221
-952
lines changed

README.ja.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,22 @@ bash start.sh
254254
- **テストフレームワーク**: ユニットテスト、統合テスト、モックデータプロバイダー
255255

256256

257+
# ライセンス
258+
259+
本プロジェクトは **Apache License 2.0** ライセンスの下で提供されています。詳細は `LICENSE` を参照してください。
260+
261+
> 📌 注意: Apache 2.0 は、ValueCell チームおよびコントリビューターが作成したオリジナルコードにのみ適用されます。サードパーティのコンポーネント(API、ウィジェット、ライブラリなど)は、それぞれのライセンスや利用規約に従います。
262+
263+
## サードパーティコンポーネントとライセンス
264+
265+
ValueCell は外部サービスを統合し、サードパーティ製ウィジェットを埋め込みます。これらの利用は Apache 2.0 の対象外であり、その規約遵守はユーザー/開発者の責任です。
266+
267+
| コンポーネント | タイプ | ライセンス / 利用規約 |
268+
|---------|------|-----------------|
269+
| **TradingView Advanced Chart** | 埋め込み iframe ウィジェット | [Free Advanced Charts Agreement](https://www.tradingview.com/chart-embedding/)(プロプライエタリ) |
270+
| **取引所 API**(Binance、OKX、Hyperliquid など) | REST/WebSocket エンドポイント | 各取引所の利用規約(例: [Binance API 規約](https://www.binance.com/en/terms)|
271+
| **LLM プロバイダー**(OpenAI、Azure、Google、DeepSeek など) | 推論 API | プロバイダー固有の利用規約(例: [OpenAI 利用規約](https://openai.com/policies/terms-of-use)|
272+
257273
# Star History
258274

259275
<div align="center">

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,21 @@ More detailed configuration information can be found at [CONFIGURATION_GUIDE](./
253253
- **Code Examples**: Sample implementations in multiple programming languages
254254
- **Testing Framework**: Unit tests, integration tests, and mock data providers
255255

256+
# LICENSE
257+
258+
This project is licensed under the **Apache License 2.0** — see the [LICENSE](./LICENSE) file for details.
259+
260+
> 📌 Note: Apache 2.0 applies **only to original code authored by the ValueCell team and contributors**. Third-party components (e.g., APIs, widgets, libraries) are governed by their own licenses and terms — see below.
261+
262+
## Third-Party Components & Licensing
263+
264+
ValueCell integrates external services and embeds third-party widgets. Their usage is **not covered by Apache 2.0**, and compliance with their terms is your responsibility as a user/developer.
265+
266+
| Component | Type | License / Terms |
267+
|---------|------|-----------------|
268+
| **TradingView Advanced Chart** | Embedded iframe widget | [Free Advanced Charts Agreement](https://www.tradingview.com/chart-embedding/) (proprietary) |
269+
| **Exchange APIs** (Binance, OKX, Hyperliquid, etc.) | REST/WebSocket endpoints | Each exchange’s ToS (e.g., [Binance API Terms](https://www.binance.com/en/terms)) |
270+
| **LLM Providers** (OpenAI, Azure, Google, DeepSeek, etc.) | Inference APIs | Provider-specific ToS (e.g., [OpenAI ToS](https://openai.com/policies/terms-of-use)) |
256271

257272
# Star History
258273

README.zh.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,22 @@ bash start.sh
257257
- **测试框架**:单元测试、集成测试和模拟数据提供商
258258

259259

260+
# 许可证
261+
262+
本项目依据 **Apache License 2.0** 授权发布;详情参见 `LICENSE` 文件。
263+
264+
> 📌 注意:Apache 2.0 仅适用于由 ValueCell 团队及贡献者创作的原始代码。第三方组件(如 API、挂件、库)受其各自的许可证与使用条款约束——见下方说明。
265+
266+
## 第三方组件与许可
267+
268+
ValueCell 集成外部服务并嵌入第三方挂件。其使用不受 Apache 2.0 覆盖,遵循其服务条款的合规责任由用户/开发者自行承担。
269+
270+
| 组件 | 类型 | 许可证 / 条款 |
271+
|---------|------|-----------------|
272+
| **TradingView Advanced Chart** | 嵌入式 iframe 挂件 | [Free Advanced Charts Agreement](https://www.tradingview.com/chart-embedding/)(专有) |
273+
| **交易所 API**(Binance、OKX、Hyperliquid 等) | REST/WebSocket 接口 | 各交易所的服务条款(例如 [Binance API 条款](https://www.binance.com/en/terms)|
274+
| **大语言模型提供商**(OpenAI、Azure、Google、DeepSeek 等) | 推理 API | 供应商特定的使用条款(例如 [OpenAI 使用条款](https://openai.com/policies/terms-of-use)|
275+
260276
# Star
261277

262278
<div align="center">

README.zh_Hant.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,22 @@ bash start.sh
254254
- **測試框架**:單元測試、整合測試與模擬資料提供者
255255

256256

257+
# 授權條款
258+
259+
本專案依據 **Apache License 2.0** 授權發布;詳情請參閱 `LICENSE` 檔案。
260+
261+
> 📌 注意:Apache 2.0 僅適用於由 ValueCell 團隊與貢獻者撰寫的原始程式碼。第三方元件(如 API、掛件、函式庫)受其各自的授權與使用條款約束——詳見下方。
262+
263+
## 第三方元件與授權
264+
265+
ValueCell 整合外部服務並嵌入第三方掛件。其使用不受 Apache 2.0 覆蓋,遵循其服務條款的合規責任由使用者/開發者自行承擔。
266+
267+
| 元件 | 類型 | 授權 / 條款 |
268+
|---------|------|-----------------|
269+
| **TradingView Advanced Chart** | 嵌入式 iframe 掛件 | [Free Advanced Charts Agreement](https://www.tradingview.com/chart-embedding/)(專有) |
270+
| **交易所 API**(Binance、OKX、Hyperliquid 等) | REST/WebSocket 端點 | 各交易所的服務條款(例如 [Binance API 條款](https://www.binance.com/en/terms)|
271+
| **LLM 供應商**(OpenAI、Azure、Google、DeepSeek 等) | 推論 API | 供應商特定的使用條款(例如 [OpenAI 使用條款](https://openai.com/policies/terms-of-use)|
272+
257273
# Star
258274

259275
<div align="center">

SECURITY.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,14 @@
22

33
## Supported Versions
44

5-
Use this section to tell people about which versions of your project are
6-
currently being supported with security updates.
5+
We patch only what we still care about—and what *you* should still be running.
76

8-
| Version | Supported |
9-
| ------- | ------------------ |
10-
| 5.1.x | :white_check_mark: |
11-
| 5.0.x | :x: |
12-
| 4.0.x | :white_check_mark: |
13-
| < 4.0 | :x: |
7+
| Version | Supported | Details |
8+
|---------|-----------|---------|
9+
| 0.1.x || Actively maintained. Critical/security fixes within **14 days** of validated report. |
1410

1511
## Reporting a Vulnerability
1612

17-
Use this section to tell people how to report a vulnerability.
18-
19-
Tell them where to go, how often they can expect to get an update on a
20-
reported vulnerability, what to expect if the vulnerability is accepted or
21-
declined, etc.
13+
**Do this:**
14+
→ Open a public GitHub issue.
15+
→ Contact us @Discord.

0 commit comments

Comments
 (0)