forked from keyianpai/hft
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
299 changed files
with
50,849 additions
and
4,923 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
[submodule "lib-hft"] | ||
path = lib-hft | ||
url = [email protected]:nickhuangxinyu/lib-hft.git | ||
[submodule "strategy"] | ||
path = strategy | ||
url = [email protected]:nickhuangxinyu/strategy.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,3 @@ | ||
1.basestrategey: template to switch commun mode easily | ||
2.data_handler: template to load different kind of struct | ||
3.test latency of different mode of communicate | ||
4.more flexible backtester | ||
|
||
test: | ||
the slip cost is mainly rely on the hedge ticker | ||
foucs on hedge ticker, if this_shot changed a lot compared to last, disable this oppounity because hedge may slip a lot | ||
|
||
2020.4.16 | ||
1.backtest speed up - calparam part | ||
2.check status optimize | ||
3.dangerous operation check - delete..... | ||
4.pair trading, main logic rewrite | ||
1.proxy binding on data and order | ||
2.make strategy so | ||
3.speed up backtest |
Oops, something went wrong.