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

support parallel HF trading

This commit is contained in:
Young
2021-07-03 08:46:09 +00:00
parent a401f1eafe
commit ef7fe8aa75
3 changed files with 55 additions and 13 deletions

View File

@@ -718,8 +718,11 @@ class FileOrderStrategy(BaseStrategy):
----------
file : Union[IO, str, Path]
this parameters will specify the info of expected orders
Here is an example of the content
1) Amount (**adjusted**) based strategy
datetime,instrument,amount,direction
20200102, SH600519, 1000, sell
20200103, SH600519, 1000, buy