Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
a157ad4
Optimize data acquisition
byronwang2005 Dec 3, 2025
412c69f
Add tv support
byronwang2005 Dec 3, 2025
6da4207
Fix biome and python error
byronwang2005 Dec 3, 2025
5716551
adjust UI
byronwang2005 Dec 3, 2025
f342f92
Fix biome error
byronwang2005 Dec 3, 2025
9a4bc17
use iframe in stock.tsx
byronwang2005 Dec 4, 2025
0cbee19
use iframe in home.tsx
byronwang2005 Dec 4, 2025
68cda14
clean files
byronwang2005 Dec 4, 2025
959526c
fix scroll container issue
byronwang2005 Dec 4, 2025
448f717
fix frequent refreshes
byronwang2005 Dec 4, 2025
48b588f
fix biome error
byronwang2005 Dec 4, 2025
87bd4bc
delete useless docstring
byronwang2005 Dec 4, 2025
3615ff9
add padding
byronwang2005 Dec 4, 2025
f4ca5aa
add declaration in readme as apache 2.0 required
byronwang2005 Dec 4, 2025
1e685c0
improve layout
byronwang2005 Dec 4, 2025
99d80d0
Update README.ja.md
byronwang2005 Dec 5, 2025
277b523
Remove redundant parameters left behind by AI
byronwang2005 Dec 5, 2025
63b3719
remove useGetDefaultTickers() to improve performance
byronwang2005 Dec 5, 2025
c351a1c
Refactor the TradingViewTickerTape to be a reusable React component
byronwang2005 Dec 5, 2025
7de6b39
Refactor the TradingViewAdvancedChart to be a reusable React component
byronwang2005 Dec 5, 2025
d24aa21
fix biome error
byronwang2005 Dec 5, 2025
0e67ade
expose locale and timezone
byronwang2005 Dec 5, 2025
9f76cc8
rename and add symbol-map framework
byronwang2005 Dec 5, 2025
ca02186
feat: some symbol-map logic
byronwang2005 Dec 5, 2025
9a35c99
mapped HKEX symbols by rule, mapped crypto symbols manually
byronwang2005 Dec 8, 2025
1ad3eee
limit the range of stocks that can be searched
byronwang2005 Dec 8, 2025
cebf6a3
reactivate plugin before newsagent
byronwang2005 Dec 9, 2025
ed63f04
fix biome error
byronwang2005 Dec 9, 2025
ed4427d
refactor: unify home page layout, always show ticker tape, and use ne…
DigHuang Dec 11, 2025
32446fa
refactor: relocate TradingView components to shared `src/components` …
DigHuang Dec 11, 2025
632a1fd
chore: update dependencies and remove lightweight-charts.
DigHuang Dec 11, 2025
09da049
use embed-widget-advanced-chart.js
byronwang2005 Dec 11, 2025
6c7b3bb
fix biome error
byronwang2005 Dec 11, 2025
98fee03
fix markdown format
byronwang2005 Dec 11, 2025
0e496cc
feat: refactor stock history type, update API calls with base URL and…
DigHuang Dec 11, 2025
99407f5
feat: introduce `LinkButton` component, refactor external link handli…
DigHuang Dec 11, 2025
7d263e9
feat: introduce custom ECharts candlestick chart for stock history, d…
DigHuang Dec 11, 2025
ed80f29
update SECURITY.md
byronwang2005 Dec 12, 2025
0ae6569
feat: Implement date formatting for candlestick chart, adjust chart l…
DigHuang Dec 12, 2025
cd7df58
feat: implement sparkline charts for stock history with updated inter…
DigHuang Dec 12, 2025
096d659
feat: implement sparkline charts for stock history with updated inter…
DigHuang Dec 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,22 @@ bash start.sh
- **テストフレームワーク**: ユニットテスト、統合テスト、モックデータプロバイダー


# ライセンス

本プロジェクトは **Apache License 2.0** ライセンスの下で提供されています。詳細は `LICENSE` を参照してください。

> 📌 注意: Apache 2.0 は、ValueCell チームおよびコントリビューターが作成したオリジナルコードにのみ適用されます。サードパーティのコンポーネント(API、ウィジェット、ライブラリなど)は、それぞれのライセンスや利用規約に従います。

## サードパーティコンポーネントとライセンス

ValueCell は外部サービスを統合し、サードパーティ製ウィジェットを埋め込みます。これらの利用は Apache 2.0 の対象外であり、その規約遵守はユーザー/開発者の責任です。

| コンポーネント | タイプ | ライセンス / 利用規約 |
|---------|------|-----------------|
| **TradingView Advanced Chart** | 埋め込み iframe ウィジェット | [Free Advanced Charts Agreement](https://www.tradingview.com/chart-embedding/)(プロプライエタリ) |
| **取引所 API**(Binance、OKX、Hyperliquid など) | REST/WebSocket エンドポイント | 各取引所の利用規約(例: [Binance API 規約](https://www.binance.com/en/terms)) |
| **LLM プロバイダー**(OpenAI、Azure、Google、DeepSeek など) | 推論 API | プロバイダー固有の利用規約(例: [OpenAI 利用規約](https://openai.com/policies/terms-of-use)) |

# Star History

<div align="center">
Expand Down
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,21 @@ More detailed configuration information can be found at [CONFIGURATION_GUIDE](./
- **Code Examples**: Sample implementations in multiple programming languages
- **Testing Framework**: Unit tests, integration tests, and mock data providers

# LICENSE

This project is licensed under the **Apache License 2.0** — see the [LICENSE](./LICENSE) file for details.

> 📌 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.

## Third-Party Components & Licensing

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.

| Component | Type | License / Terms |
|---------|------|-----------------|
| **TradingView Advanced Chart** | Embedded iframe widget | [Free Advanced Charts Agreement](https://www.tradingview.com/chart-embedding/) (proprietary) |
| **Exchange APIs** (Binance, OKX, Hyperliquid, etc.) | REST/WebSocket endpoints | Each exchange’s ToS (e.g., [Binance API Terms](https://www.binance.com/en/terms)) |
| **LLM Providers** (OpenAI, Azure, Google, DeepSeek, etc.) | Inference APIs | Provider-specific ToS (e.g., [OpenAI ToS](https://openai.com/policies/terms-of-use)) |

# Star History

Expand Down
16 changes: 16 additions & 0 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,22 @@ bash start.sh
- **测试框架**:单元测试、集成测试和模拟数据提供商


# 许可证

本项目依据 **Apache License 2.0** 授权发布;详情参见 `LICENSE` 文件。

> 📌 注意:Apache 2.0 仅适用于由 ValueCell 团队及贡献者创作的原始代码。第三方组件(如 API、挂件、库)受其各自的许可证与使用条款约束——见下方说明。

## 第三方组件与许可

ValueCell 集成外部服务并嵌入第三方挂件。其使用不受 Apache 2.0 覆盖,遵循其服务条款的合规责任由用户/开发者自行承担。

| 组件 | 类型 | 许可证 / 条款 |
|---------|------|-----------------|
| **TradingView Advanced Chart** | 嵌入式 iframe 挂件 | [Free Advanced Charts Agreement](https://www.tradingview.com/chart-embedding/)(专有) |
| **交易所 API**(Binance、OKX、Hyperliquid 等) | REST/WebSocket 接口 | 各交易所的服务条款(例如 [Binance API 条款](https://www.binance.com/en/terms)) |
| **大语言模型提供商**(OpenAI、Azure、Google、DeepSeek 等) | 推理 API | 供应商特定的使用条款(例如 [OpenAI 使用条款](https://openai.com/policies/terms-of-use)) |

# Star

<div align="center">
Expand Down
16 changes: 16 additions & 0 deletions README.zh_Hant.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,22 @@ bash start.sh
- **測試框架**:單元測試、整合測試與模擬資料提供者


# 授權條款

本專案依據 **Apache License 2.0** 授權發布;詳情請參閱 `LICENSE` 檔案。

> 📌 注意:Apache 2.0 僅適用於由 ValueCell 團隊與貢獻者撰寫的原始程式碼。第三方元件(如 API、掛件、函式庫)受其各自的授權與使用條款約束——詳見下方。

## 第三方元件與授權

ValueCell 整合外部服務並嵌入第三方掛件。其使用不受 Apache 2.0 覆蓋,遵循其服務條款的合規責任由使用者/開發者自行承擔。

| 元件 | 類型 | 授權 / 條款 |
|---------|------|-----------------|
| **TradingView Advanced Chart** | 嵌入式 iframe 掛件 | [Free Advanced Charts Agreement](https://www.tradingview.com/chart-embedding/)(專有) |
| **交易所 API**(Binance、OKX、Hyperliquid 等) | REST/WebSocket 端點 | 各交易所的服務條款(例如 [Binance API 條款](https://www.binance.com/en/terms)) |
| **LLM 供應商**(OpenAI、Azure、Google、DeepSeek 等) | 推論 API | 供應商特定的使用條款(例如 [OpenAI 使用條款](https://openai.com/policies/terms-of-use)) |

# Star

<div align="center">
Expand Down
20 changes: 7 additions & 13 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,14 @@

## Supported Versions

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

| Version | Supported |
| ------- | ------------------ |
| 5.1.x | :white_check_mark: |
| 5.0.x | :x: |
| 4.0.x | :white_check_mark: |
| < 4.0 | :x: |
| Version | Supported | Details |
|---------|-----------|---------|
| 0.1.x | ✅ | Actively maintained. Critical/security fixes within **14 days** of validated report. |

## Reporting a Vulnerability

Use this section to tell people how to report a vulnerability.

Tell them where to go, how often they can expect to get an update on a
reported vulnerability, what to expect if the vulnerability is accepted or
declined, etc.
**Do this:**
→ Open a public GitHub issue.
→ Contact us @Discord.
Loading