c9s
|
f56318c9b6
|
add public only mode to stream
|
2020-12-21 15:43:54 +08:00 |
|
c9s
|
ce0e28708a
|
add public only mode to binance stream
|
2020-12-21 15:26:05 +08:00 |
|
c9s
|
d4b99f41a4
|
reformat
|
2020-12-21 14:55:14 +08:00 |
|
c9s
|
39f5290634
|
shorten the log messages
|
2020-12-21 14:53:34 +08:00 |
|
c9s
|
a60529ee37
|
reload depth snapshot periodically
|
2020-12-21 14:43:40 +08:00 |
|
c9s
|
9223b2ba47
|
move FormatOrder to ExchangeSession since it depends on Market
|
2020-12-21 13:47:40 +08:00 |
|
c9s
|
3eae58322a
|
add trade update callbacks and order update callbacks to order executor
|
2020-12-21 13:40:23 +08:00 |
|
c9s
|
e282a8a917
|
improve order submit loop
|
2020-12-17 17:54:48 +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
|
9e1476dcb1
|
grid: improve position management by fixedpoint
|
2020-12-17 15:52:53 +08:00 |
|
c9s
|
1c7d3d5481
|
support max staging url orverride
|
2020-12-17 14:44:30 +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 |
|
c9s
|
572f7a0e12
|
buyandhold: remove kline event debug log
|
2020-12-14 14:59:46 +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
|
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
|
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
|
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 |
|
c9s
|
fe7495898f
|
check if persistence is configured
|
2020-12-08 15:09:17 +08:00 |
|
c9s
|
53d7fb5611
|
support telegram chat user persistence
|
2020-12-08 15:03:52 +08:00 |
|
c9s
|
a299721a98
|
improve message layout
|
2020-12-08 14:41:51 +08:00 |
|
c9s
|
4316f1fada
|
pull out bot initialization
|
2020-12-08 14:25:30 +08:00 |
|
c9s
|
55cd0c6a6e
|
pull out bot initialization to run
|
2020-12-08 14:20:49 +08:00 |
|
c9s
|
0222c33330
|
fix kline tail method
|
2020-12-08 10:26:20 +08:00 |
|
c9s
|
3aa8d70622
|
add mirrormaker
|
2020-12-07 23:04:09 +08:00 |
|
c9s
|
9eaf69388c
|
add fixedpoint json marshaling
|
2020-12-07 23:03:06 +08:00 |
|
c9s
|
4addf65f64
|
support memory persistence
|
2020-12-07 12:03:56 +08:00 |
|
c9s
|
2d98336fb6
|
implement Persistent API for strategy
|
2020-12-07 11:44:41 +08:00 |
|
c9s
|
341f735bc3
|
configure ConfigurePersistence if it's defined
|
2020-12-07 11:44:41 +08:00 |
|
c9s
|
a01f83ab15
|
add persistence config and tests
|
2020-12-07 11:44:41 +08:00 |
|
c9s
|
b843388483
|
only query subscribed kline intervals
|
2020-12-07 11:44:23 +08:00 |
|
c9s
|
62a541fb27
|
rename preload to loadBuildConfig
|
2020-12-07 11:44:23 +08:00 |
|
Che-Chia (David) Chang
|
1b17cba2eb
|
Merge pull request #67 from c9s/feature/add-telegram-bot-notifier
feature: add telegram bot notifier
|
2020-12-06 14:12:32 +08:00 |
|
David Chang
|
9f92fcf2e4
|
chore: rename telegram init to telegram auth
|
2020-12-06 13:59:47 +08:00 |
|
David Chang
|
58aadd9f45
|
fix: use correct format for log
|
2020-12-06 13:47:52 +08:00 |
|
David Chang
|
9e4602cf66
|
fix: allow upadte telegram chat user with bot command
|
2020-12-06 13:02:21 +08:00 |
|
David Chang
|
a55cd02e21
|
feature: add info command
|
2020-12-06 12:34:43 +08:00 |
|
David Chang
|
f9124aa907
|
fix: telegram bot send message to correct user
|
2020-12-06 12:11:27 +08:00 |
|
David Chang
|
7caf986d11
|
fix: change warning type from user to username
|
2020-12-05 14:28:48 +08:00 |
|