futurefeader commited on
Commit
b3fd482
·
verified ·
1 Parent(s): 99f86b9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -2,18 +2,20 @@
2
  license: apache-2.0
3
  ---
4
 
 
 
5
  # dojo_benchmark_kline — Benchmark Index Bars
6
 
7
  ## Overview
8
 
9
  **Daily OHLCV** for major broad and representative indices across US, CN, and HK, powering DojoMesh market overview and cross-market benchmark comparison.
10
 
11
- Index list, bilingual names, and display order are configured in code (`core/data/benchmark_catalog.py`). This directory supplies **K-line series only**.
12
 
13
  ## Role in AlphaDojo
14
 
15
  - **`KlineStore.get_benchmark_kline()`** reads index OHLCV.
16
- - **`BenchmarkStore`** (`core/stores/benchmark_store.py`) combines the code catalog with bars to build DojoMesh cards (price, change, mini chart).
17
  - **DojoAgent:** Answers questions such as S&P 500 valuation premium and cross-market index comparison.
18
 
19
  ## Files
 
2
  license: apache-2.0
3
  ---
4
 
5
+ > **Languages:** [简体中文](README_ZH.md) · [English](README.md)
6
+
7
  # dojo_benchmark_kline — Benchmark Index Bars
8
 
9
  ## Overview
10
 
11
  **Daily OHLCV** for major broad and representative indices across US, CN, and HK, powering DojoMesh market overview and cross-market benchmark comparison.
12
 
13
+ Index list, bilingual names, and display order are configured in code. This directory supplies **K-line series only**.
14
 
15
  ## Role in AlphaDojo
16
 
17
  - **`KlineStore.get_benchmark_kline()`** reads index OHLCV.
18
+ - **`BenchmarkStore`** combines the code catalog with bars to build DojoMesh cards (price, change, mini chart).
19
  - **DojoAgent:** Answers questions such as S&P 500 valuation premium and cross-market index comparison.
20
 
21
  ## Files