c9s
|
3eae58322a
|
add trade update callbacks and order update callbacks to order executor
|
2020-12-21 13:40:23 +08:00 |
|
c9s
|
ab25bbaf74
|
update readme
|
2020-12-18 11:29:18 +08:00 |
|
c9s
|
44b0e3924e
|
configure image pulling policy to always
|
2020-12-17 18:19:08 +08:00 |
|
c9s
|
8c77e38ac9
|
use the secret name as the same as release name
|
2020-12-17 18:08:09 +08:00 |
|
c9s
|
e282a8a917
|
improve order submit loop
|
2020-12-17 17:54:48 +08:00 |
|
c9s
|
da80ebe645
|
fix null fee issue
|
2020-12-17 17:35:24 +08:00 |
|
c9s
|
f53fbffd1d
|
makefile: add docker-push target
|
2020-12-17 16:32:18 +08:00 |
|
c9s
|
64dea71249
|
grid: use the default active order book order handler
|
2020-12-17 16:29:00 +08:00 |
|
c9s
|
6962582236
|
grid: add orders to the order store
|
2020-12-17 16:22:43 +08:00 |
|
c9s
|
2efdf82915
|
fix docker mod cache
|
2020-12-17 16:19:31 +08:00 |
|
c9s
|
9e1476dcb1
|
grid: improve position management by fixedpoint
|
2020-12-17 15:52:53 +08:00 |
|
c9s
|
c9d7a34b1e
|
add cp instruction
|
2020-12-17 15:39:08 +08:00 |
|
c9s
|
97375da875
|
delete cached config/bbgo.yaml
|
2020-12-17 15:38:34 +08:00 |
|
c9s
|
845daf2079
|
add more description for the default config yaml
|
2020-12-17 15:31:40 +08:00 |
|
c9s
|
16c873ce7d
|
update readme for helm chart usage
|
2020-12-17 15:31:00 +08:00 |
|
c9s
|
f2f2887dad
|
we do not use liveness and readiness
|
2020-12-17 15:28:05 +08:00 |
|
c9s
|
1c7d3d5481
|
support max staging url orverride
|
2020-12-17 14:44:30 +08:00 |
|
c9s
|
3fa74164fc
|
support go mod cache for dockerfile
|
2020-12-17 14:44:19 +08:00 |
|
c9s
|
bee06ea192
|
chart: load secrets into env vars
|
2020-12-17 14:09:22 +08:00 |
|
c9s
|
83cdf7dff9
|
update helm chart description
|
2020-12-17 13:44:46 +08:00 |
|
c9s
|
16e90d7aca
|
add bbgo chart
|
2020-12-15 18:57:46 +08:00 |
|
c9s
|
5d79addc26
|
add config option to the dockerfile
|
2020-12-15 17:55:03 +08:00 |
|
c9s
|
73c7d8a3d6
|
values.yaml: configure image
|
2020-12-15 17:54:12 +08:00 |
|
c9s
|
0bf0b37045
|
add makefile target to build docker image
|
2020-12-15 17:53:11 +08:00 |
|
c9s
|
728bf5fc81
|
bbgo: move some logs to debug level
|
2020-12-15 14:14:44 +08:00 |
|
c9s
|
63a5881d16
|
use golang.org/x/time for rate limiting
|
2020-12-15 14:04:27 +08:00 |
|
Yo-An Lin
|
52dc544f5b
|
Merge pull request #74 from ychi/patch-1
Update README
|
2020-12-15 09:48:04 +08:00 |
|
c9s
|
572f7a0e12
|
buyandhold: remove kline event debug log
|
2020-12-14 14:59:46 +08:00 |
|
c9s
|
f604e3c3c9
|
include ETHUSDT in backtest
|
2020-12-14 14:40:50 +08:00 |
|
c9s
|
6d15c629a7
|
fix buyandhold strategy
|
2020-12-14 14:40:31 +08:00 |
|
c9s
|
81c7d3c668
|
fix fmt import
|
2020-12-14 14:34:55 +08:00 |
|
c9s
|
cabd8f8dcb
|
improve buyandhold strategy
|
2020-12-14 14:21:02 +08:00 |
|
c9s
|
7469ba3829
|
add Dockerfile
|
2020-12-14 14:06:02 +08:00 |
|
ychi
|
4992efb4af
|
Update README
Adding link to mysql docker image page, ruby dotenv page, also remind user to provide correct MYSQL_URL
|
2020-12-12 21:53:07 +01:00 |
|
c9s
|
c01f878c19
|
add symbol column length fix migration
|
2020-12-11 17:58:11 +08:00 |
|
c9s
|
28712adaeb
|
adjust table symbol column length to 8
|
2020-12-11 17:53:22 +08:00 |
|
Yo-An Lin
|
440f3b1760
|
Merge pull request #73 from c9s/feature/otp
feature: support one-time password for telegram bot
|
2020-12-11 17:38:23 +08:00 |
|
c9s
|
321b4812ca
|
supporting otp key restore from key url
|
2020-12-11 17:12:16 +08:00 |
|
c9s
|
fbb9d0d3ba
|
show key URL
|
2020-12-11 17:08:06 +08:00 |
|
c9s
|
deb9a29521
|
support one-time password
|
2020-12-11 17:07:19 +08:00 |
|
c9s
|
f4ef19e5d6
|
implement PlainText for telegram bot
|
2020-12-11 15:58:05 +08:00 |
|
c9s
|
6af88a2a87
|
add interaction callbacks
|
2020-12-11 14:40:18 +08:00 |
|
c9s
|
45bc4dc9eb
|
refactor telegram notifier with interaction component
|
2020-12-11 14:40:04 +08:00 |
|
c9s
|
1be4c6d3f3
|
update setup scripts to v1.3.1
|
2020-12-09 16:18:33 +08:00 |
|
c9s
|
f595b1ef65
|
fix compile flag check
|
2020-12-09 16:13:20 +08:00 |
|
c9s
|
846f463cfc
|
print loaded position
|
2020-12-08 16:32:39 +08:00 |
|
c9s
|
6b760c72b7
|
use bot token prefix as the redis store namespace
|
2020-12-08 16:28:55 +08:00 |
|
c9s
|
f16cde3b26
|
Merge branch 'refactor/telegram-bot' into main
|
2020-12-08 16:08:36 +08:00 |
|
c9s
|
03afa060d5
|
add updateInterval for mirrormaker
|
2020-12-08 16:01:46 +08:00 |
|
c9s
|
c66b140d90
|
support duration parse
|
2020-12-08 16:01:46 +08:00 |
|