校对数据,确保数据有效

This commit is contained in:
钱纯净
2024-10-30 22:49:14 +08:00
parent e26add4ee3
commit baecaf36dc
4 changed files with 28 additions and 6 deletions

View File

@@ -1,16 +1,27 @@
### 拉取通达信的数据
### 参考 https://github.com/bensema/gotdx
### 开发进度
* 基本信息(5档报价)
![](docs/plan20241025.png)
![](docs/plan20241025.png)
* 股票列表
![](docs/plan20241028-1.png)
![](docs/plan20241028-1.png)
* 分时成交
![](docs/plan20241028-2.png)
![](docs/plan20241028-2.png)
* K线
![](docs/plan20241029.png)
![](docs/plan20241029.png)
### 数据校对
* 日K线校对
![](docs/check_kline.png) ![](docs/check_kline_right.png)
* 校对分时成交
![](docs/check_trade.png)
### 如何使用
@@ -43,4 +54,15 @@ func main() {
<-c.Done()
}
```
```
#### IP地址
| IP | 检查时间 |
|----------------|------------|
| 124.71.187.122 | 2024-10-30 |
| 122.51.120.217 | 2024-10-30 |
| 待补充 | 2024-10-30 |

BIN
docs/check_kline.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 KiB

BIN
docs/check_kline_right.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

BIN
docs/check_trade.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 314 KiB