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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user