Skip to content

Commit 449b147

Browse files
authored
Update README.md
1 parent af4e768 commit 449b147

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,14 @@ DsxKline.show("sh000001","上证指数")
2929
``` python
3030
DsxKline.show("sh000001","上证指数",CycleType.t)
3131
```
32+
<img width="600" alt="WechatIMG549" src="https://user-images.githubusercontent.com/105279193/212050752-c76aabbd-b909-470f-bad4-d68f5c2a2cb1.png">
3233

3334
### 五日图
3435
``` python
3536
# 五日图
3637
DsxKline.show("sh000001","上证指数",CycleType.t5)
3738
```
39+
<img width="600" alt="WechatIMG550" src="https://user-images.githubusercontent.com/105279193/212050872-06e0bf47-8920-43e4-a70d-24013908bd2c.png">
3840

3941
### 日K
4042
``` python

0 commit comments

Comments
 (0)