c9s
54d0a83eee
use local time instead of UTC
2022-06-24 15:42:30 +08:00
c9s
1587630b7b
service: pull out record to a var
2022-06-24 15:27:51 +08:00
c9s
3ad1f0e351
show trade ID in the console
2022-06-24 15:19:12 +08:00
c9s
7b60e34821
revert time range check change, it's the same lol
2022-06-23 17:59:46 +08:00
c9s
a78119b9ca
fix time range checking
2022-06-23 17:51:45 +08:00
c9s
4556e501da
batch: fix time range checking
2022-06-23 17:49:28 +08:00
c9s
8c1198de83
service: use created_at field to sort the orders
...
Signed-off-by: c9s <yoanlin93@gmail.com>
2022-06-23 01:35:16 +08:00
c9s
2c96d079b8
skeleton: fix log WithField comment
2022-06-22 23:32:31 +08:00
c9s
2c5b553d21
skeleton: add notation
2022-06-22 23:29:29 +08:00
c9s
2550528f60
skeleton: add notification sample
2022-06-22 23:28:49 +08:00
c9s
dcbeace40e
skeleton: update more comments
2022-06-22 23:24:11 +08:00
c9s
b9cbb9d478
skeleton: add detailed comment to the skeleton
2022-06-22 23:18:11 +08:00
Yo-An Lin
7398afbde7
Merge pull request #758 from c9s/improve/pnl-cmd
...
improve: add pnl cmd options and fix trade query
2022-06-22 18:38:02 +08:00
Yo-An Lin
d1abfcf80b
Merge pull request #757 from iamken1204/improve/totp-user
...
totp-user: add default user 'bbgo'
2022-06-22 18:35:12 +08:00
c9s
8c850c71a2
cmd/pnl: add --sync option
2022-06-22 18:24:34 +08:00
c9s
fa7177426f
cmd/pnl: fix trade table query
2022-06-22 18:19:11 +08:00
c9s
9574a04cce
types: add time alias string to ParseLooseFormatTime
2022-06-22 17:20:10 +08:00
kettan
a0a96abeec
totp-user: add default user 'bbgo'
...
There's no env in alpine image, causes the program throw error 'No USER or USERNAME' in containers.
* Create and assign env in bbgo image
* Fallback to use the default user 'bbgo' when env or was unassigned
2022-06-22 16:45:23 +08:00
Yo-An Lin
7737083d7d
Merge pull request #756 from c9s/improve/persistence-api
...
refactor: clean up rsmaker, xbalance, dca, pivotshort strategies
2022-06-22 16:37:47 +08:00
c9s
3150480db8
bollmaker: remove stopC
2022-06-22 16:30:29 +08:00
c9s
c26d0d7824
bollmaker: clean up commment
2022-06-22 16:20:59 +08:00
c9s
fa26d5260f
bollmaker: use bbgo.IsBackTesting
2022-06-22 16:18:50 +08:00
c9s
60d2ac1616
ewoDgtrd: clean up embedded struct
2022-06-22 15:37:02 +08:00
c9s
027f1f01cf
improve callID fallback for persistence
2022-06-22 15:19:30 +08:00
c9s
5d72ffaa0f
rsmaker: remove embedded bbgo.Persistence
2022-06-22 13:52:40 +08:00
c9s
51a2f14af7
rsmaker: remove unused vars
2022-06-22 13:52:18 +08:00
c9s
bae685d63d
rsmaker: refactor ClosePosition method
2022-06-22 13:51:36 +08:00
c9s
09d0a9bbc7
pivotshort: clean up ClosePosition method
2022-06-22 13:46:04 +08:00
c9s
dbc6d4fb44
bollmaker: refactor ClosePosition method
2022-06-22 13:46:04 +08:00
c9s
b3160815ff
dca: use order executor to close position
2022-06-22 13:46:04 +08:00
c9s
929ffc3e5e
dca: clean up
2022-06-22 13:46:04 +08:00
c9s
a5cb8355d4
dca: rewrite dca with the new order executor
2022-06-22 13:46:04 +08:00
c9s
5fe0f5a299
pull out bollinger settings
2022-06-22 13:46:04 +08:00
c9s
b75da154a8
rsmaker: remove legacy state struct
2022-06-22 13:46:04 +08:00
c9s
16eeeb852c
rsmaker: drop the legacy persistence state
2022-06-22 13:46:04 +08:00
c9s
3e5d252c10
rsmaker: clean up and remove unused code
...
Signed-off-by: c9s <yoanlin93@gmail.com>
2022-06-22 13:46:04 +08:00
c9s
2cd44b194a
pivotshort: remove persistence from pivotshort
2022-06-22 13:46:04 +08:00
c9s
46691d5ae1
strategy/xbalance: update xbalance persistence usage
2022-06-22 13:46:04 +08:00
c9s
3112b40634
support: remove unused const
2022-06-22 13:46:03 +08:00
c9s
6ef54bf2fb
call bbgo.Sync to sync persistence
2022-06-22 13:46:03 +08:00
Yo-An Lin
5b239ad8ee
Merge pull request #755 from c9s/improve/persistence-api
...
improve: bbgo: call global persistence facade to sync data
2022-06-21 15:53:13 +08:00
c9s
c4ac2a23c4
remove pre-commit from ci
2022-06-21 15:27:48 +08:00
c9s
06de735df0
ci: add pip to cache
2022-06-21 14:46:50 +08:00
Yo-An Lin
41a3d92b6d
Merge pull request #754 from andycheng123/refactor/optimizer-config
...
optimizer: refactor max num of process in optimizer configs
2022-06-21 14:38:41 +08:00
c9s
7c9ad535fd
bbgo: call global persistence facade to sync data
2022-06-21 14:32:43 +08:00
Andy Cheng
689a12d80d
optimizer: refactor max num of process config
2022-06-21 14:18:28 +08:00
Yo-An Lin
612df45c5e
Merge pull request #750 from c9s/refactor/persistence-singleton
...
refactor: persistence singleton and improve backtest cancel performance
2022-06-21 14:01:14 +08:00
c9s
9b82de596b
refine optimizer executor config structure
2022-06-21 12:31:42 +08:00
Yo-An Lin
16682596df
Merge pull request #753 from andycheng123/improve/optimizer-config
...
optimizer: add max num of thread in config
2022-06-21 12:18:33 +08:00
Andy Cheng
edfdb5b888
optimizer: add max num of thread in config
2022-06-21 11:51:20 +08:00