1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-10 14:26:56 +08:00

add supporting setting trade unit in exchange

This commit is contained in:
Young
2021-07-07 10:47:54 +00:00
parent 1fb50d521b
commit 0c946cffd6
3 changed files with 14 additions and 10 deletions

View File

@@ -62,6 +62,7 @@ class FileStrTest(TestAutoData):
"close_cost": 0.0015,
"min_cost": 5,
"codes": codes,
"trade_unit": None,
},
# "pos_type": "InfPosition" # Position with infinitive position
}