Lan Phan
|
29874db5b8
|
consistent config param for all sub-commands
|
2024-03-22 14:41:53 +07:00 |
|
Lan Phan
|
e2c754040d
|
update default value for config param of backtest cmd to have same value with root cmd
|
2024-03-22 11:07:02 +07:00 |
|
c9s
|
9efd8bd604
|
fix backtest Initialize call
|
2024-01-28 14:29:54 +08:00 |
|
Andy Cheng
|
0ac720c4cb
|
improve/backtest: backtest with futures klines
|
2023-12-22 11:55:11 +08:00 |
|
Andy Cheng
|
66718e0d37
|
improve/backtest-sync: set exchange to use futures
|
2023-12-21 18:19:28 +08:00 |
|
c9s
|
470eb7dc09
|
cmd: skip reports for session has no trade
|
2023-11-01 15:22:53 +08:00 |
|
c9s
|
874b647191
|
cmd: document tradeStats binding
|
2023-08-15 17:54:24 +08:00 |
|
c9s
|
b9616a0805
|
add TradeCollector.Process() log message
|
2023-07-12 17:16:46 +08:00 |
|
c9s
|
1ad10a9360
|
all: move trade collector to pkg/core
|
2023-07-05 15:26:36 +08:00 |
|
c9s
|
f1828beac8
|
all: move trade store and order store into pkg/core
|
2023-07-04 21:42:24 +08:00 |
|
c9s
|
ea130e434c
|
types,cmd: add IntervalMap type to refactor the interval code
|
2023-07-03 15:14:48 +08:00 |
|
c9s
|
d60dbe5e0b
|
refactor interval slice code and add sort test
|
2023-07-03 15:07:34 +08:00 |
|
c9s
|
c6ce223a13
|
all: refactor backtest functions so that we can run backtest in test
|
2022-12-06 13:16:12 +08:00 |
|
zenix
|
7aaea257df
|
feature: optimizer add profitFactor optimization. Optimization value use float64 instead to save memory and boost performance
|
2022-11-10 18:17:35 +09:00 |
|
austin362667
|
763bb45842
|
interval: avoid syncing 1s klines as default from backtest config syncSecKLines
|
2022-10-14 23:14:30 +08:00 |
|
austin362667
|
18acd668a7
|
interval: finalize 1s support
interval: finalize 1s support
interval: finalize 1s support
|
2022-10-14 23:14:30 +08:00 |
|
austin362667
|
905c1f25ee
|
interval: add 1s support
interval: add 1s support
interval: add 1s support
interval: fix 1s for backtesting
|
2022-10-14 23:14:30 +08:00 |
|
c9s
|
7204e2550b
|
pull out shutdown timeout context
|
2022-10-11 14:23:02 +08:00 |
|
c9s
|
59287b5116
|
all: support context isolation
|
2022-10-03 16:01:08 +08:00 |
|
c9s
|
8f363677bc
|
move bootstrap functions
|
2022-09-06 16:50:45 +08:00 |
|
c9s
|
ed975de2cd
|
cmd: write config json file into the backtest report dir
|
2022-09-06 13:20:37 +08:00 |
|
c9s
|
8ed39f7565
|
cmd: add session name to the symbol report json file
|
2022-09-06 13:18:35 +08:00 |
|
c9s
|
5c8d2a019a
|
backtest: rename BackTest to Backtest
|
2022-09-02 14:16:16 +08:00 |
|
c9s
|
d2f9a352a2
|
backtest,accounting: add position info to the average cost pnl report
|
2022-09-02 14:16:16 +08:00 |
|
c9s
|
3d32faff46
|
backtest: add fee mode config
|
2022-09-02 14:16:15 +08:00 |
|
zenix
|
acd057cf3e
|
fix: set exchangeDataSource to pointer in backtest to prevent pass by copy in for loop
|
2022-09-02 12:32:38 +09:00 |
|
Zenix
|
57d283726a
|
Merge pull request #900 from zenixls2/fix/backtest
fix: backtest
|
2022-09-01 11:57:05 +09:00 |
|
zenix
|
c2d5a5961f
|
fix: legacy fixedpoint inf handling, refactor backtest kline consuming
|
2022-08-30 21:02:21 +09:00 |
|
zenix
|
ecc959835a
|
fix: cache params and kline until next kline 1m appears
|
2022-08-29 19:46:58 +09:00 |
|
zenix
|
1eb03c3dba
|
fix: taker price, matching engine kline emit order and process order, nan in sortino and sharpe
|
2022-08-29 14:11:02 +09:00 |
|
c9s
|
179a9b1ddb
|
fix: ensure that orders.tsv are rendered in local timezone
|
2022-08-26 19:09:11 +08:00 |
|
Raphanus Lo
|
de4f3721a2
|
backtest: avoid inifite float64 JSON serializing issue
|
2022-08-25 15:45:08 +08:00 |
|
Raphanus Lo
|
ad1b9a53a1
|
backtest: calculate realized Sharpe & Sortino ratios
|
2022-08-25 15:45:08 +08:00 |
|
c9s
|
a51f26e3a7
|
backtest: add gross profit and gross loss fields
|
2022-07-12 19:50:28 +08:00 |
|
c9s
|
7d232f86b8
|
remove duplicated dumper close
|
2022-07-12 19:34:07 +08:00 |
|
c9s
|
82f9fc139c
|
backtest: refactor exchange field, clean up startTime and endTime deps
|
2022-07-04 02:34:46 +08:00 |
|
c9s
|
a31f61736a
|
backtest: pull out userDataStream to backtestEx.BindUserData
|
2022-07-04 02:27:29 +08:00 |
|
c9s
|
ecd4df86f9
|
backtest: assign user data stream to backtest.Exchange before we call EmitStart
|
2022-07-04 02:21:14 +08:00 |
|
c9s
|
527070d13d
|
all: rewrite and clean up graceful shutdown api
|
2022-06-30 15:49:18 +08:00 |
|
c9s
|
19d8013f49
|
bbgo: optimize order cancel for back-testing
|
2022-06-21 01:12:16 +08:00 |
|
c9s
|
eacd1f1ae6
|
all: rewrite notification api
Signed-off-by: c9s <yoanlin93@gmail.com>
|
2022-06-19 12:29:36 +08:00 |
|
zenix
|
f5007752b2
|
feature: add heikinashi support
|
2022-06-17 10:58:32 +09:00 |
|
Andy Cheng
|
7ffe010c57
|
optimizer: kline directory by backtest period
|
2022-06-14 12:54:05 +08:00 |
|
Andy Cheng
|
8f18b414b6
|
optimizer: move klines to shared/
|
2022-06-13 13:14:39 +08:00 |
|
Andy Cheng
|
70d6d8f5db
|
optimizer: share klines in report
|
2022-06-13 12:26:47 +08:00 |
|
c9s
|
f8dbd26736
|
move cpu profile option to global cmd
|
2022-06-09 15:49:52 +08:00 |
|
c9s
|
854661bc71
|
backtest: move info log suppress after sync
|
2022-06-08 15:15:57 +08:00 |
|
c9s
|
e023d0be5b
|
service: rewrite kline sync check
|
2022-06-08 15:10:43 +08:00 |
|
c9s
|
53e74b6262
|
fix timezone issue for sqlite and mysql
|
2022-06-07 00:48:13 +08:00 |
|
c9s
|
022775d0a2
|
service: use batch insert for kline
|
2022-06-06 17:21:31 +08:00 |
|