We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c94fe72 commit 8007654Copy full SHA for 8007654
1 file changed
dev/task-tick2bar.md
@@ -112,9 +112,10 @@ tick数据每个标的的DataFrame包含的字段及其类型包括:
112
113
根据tick数据合成bar数据,字段如下:
114
115
+
116
|field |type |value |
-|---------------|----------|--------|
117
-|open |int64 |* 10000 |
+|---------------|----------|--------|
118
+|open |int64 |* 10000 |
119
|high |int64 |* 10000 |
120
|low |int64 |* 10000 |
121
|close |int64 |* 10000 |
0 commit comments