c9s
41191c4db5
service: rewrite backtest verify
2022-06-06 06:24:24 +08:00
c9s
4b582830f0
remove timepoint map
2022-06-05 01:57:40 +08:00
c9s
39fcf1a51b
refactor sync command and add integration tests
2022-06-05 01:01:59 +08:00
c9s
425f8674d2
service: add kline partial sync
2022-06-04 19:15:11 +08:00
c9s
bf4d8d345e
service/backtest: implement backfill and time range scanner
2022-06-04 11:47:55 +08:00
c9s
9083881442
refactor exchange factory and solve the incorrect pkg import dependency from ftx
2022-06-04 11:47:55 +08:00
c9s
a7bd9239f2
fix: pull out time.now variable
2022-06-02 21:27:28 +08:00
c9s
a2c7ebe90c
drop unused function
2022-06-02 17:24:54 +08:00
c9s
16322e19fe
service: set kline time to UTC
2022-06-02 16:53:17 +08:00
c9s
a878f35ca1
improve and fix kline sync
2022-06-02 16:52:33 +08:00
c9s
e66eb08db4
batch: refactor batch query
2022-05-31 00:59:33 +08:00
c9s
7add014a2b
service: use upper case sql keywords
2022-05-30 18:11:17 +08:00
zenix
e81216e678
fix: TP compare direction in ewo, feature: add trade report fro ewo, fix: db lock on insertion in sqlite3
2022-05-25 16:11:19 +09:00
c9s
b9f0159537
add error handling
2022-05-20 18:57:41 +08:00
c9s
11d0823782
cmd: refactor back-test command
2022-05-11 13:59:44 +08:00
c9s
cf6da76ef0
service: add kucoin_klines to backtest insert table mapping
2021-12-26 02:40:13 +08:00
TonyQ
f62235b94e
backtest : finetune for kline scan logic to prevent hanging for
...
query
2021-12-21 20:44:20 +08:00
TonyQ
711575c6d0
backtest : fix auto sync missing the part from last db kiline to
...
end time
2021-12-19 12:14:18 +08:00
TonyQ
3e45035ab1
database: sqlite3 issue fix
...
database: upgrade gosqllite3 version for increasing variable amount limit
types: update kline starttime/endtime field to prevent sqlite3
time parsing issue.
fix #215
2021-12-15 14:34:31 +08:00
TonyQ
16933555b8
backtest : auto sync missing range
2021-12-15 01:26:05 +08:00
TonyQ
20b03fe4a5
exchange: fix ftx for wrong last kline issue
2021-12-15 00:07:54 +08:00
TonyQ
8eb3eede82
fix backtest (with review)
2021-12-14 16:02:54 +08:00
c9s
f1e3cc6049
add strict start time, sync time checking for preventing back-test failure
...
related to #311
2021-12-07 15:21:37 +08:00
c9s
30c7c34826
bbgo: fix kline backward query for backtest
2021-10-16 13:49:00 +08:00
c9s
b5c4fc3e4e
fix kline record insert fields
2021-06-01 01:39:23 +08:00
c9s
002b28f75a
okex: implement candlestick api and improve kline console format
2021-05-28 20:51:10 +08:00
c9s
ee68deb114
apply limit param to the queries
2021-05-08 00:57:25 +08:00
c9s
4b49fda463
refactor sync service
2021-03-14 11:18:22 +08:00
c9s
14830c442c
refactor and implement reward sync and query
2021-02-23 22:53:00 +08:00
c9s
0ba595bd55
Fix trade sync for self trades
...
MAX uses one single trade for presenting self trade.
BINANCE uses two trade records for presenting self trade. the trade
creation time are the same.
2021-02-18 17:37:49 +08:00
c9s
04f6da3cb8
add traditional grid strategy
2020-11-10 19:06:20 +08:00
c9s
6bd3573287
add exchange field in the table so that we can reuse the kline objects for backtest
2020-11-08 12:13:34 +08:00
c9s
f1db12eb10
add done channel for backtest exchange
2020-11-07 20:11:07 +08:00
c9s
22a214328d
implement backtest command, stream and add backtest config
2020-11-07 02:57:50 +08:00
c9s
8823a39fc2
support backtesting kline verification
2020-11-07 00:49:17 +08:00
c9s
555fe57341
implement kline sync function from command
2020-11-06 21:40:48 +08:00