Andy Cheng
|
3a6f34330b
|
interact: refactor
|
2022-03-28 15:16:11 +08:00 |
|
Andy Cheng
|
63e8850cc3
|
interact: separate strategy filtering and button generation
|
2022-03-28 12:37:42 +08:00 |
|
Andy Cheng
|
ee6377ab87
|
interact: fix misuse of cycle()
|
2022-03-28 11:58:01 +08:00 |
|
Yo-An Lin
|
1a29bc7362
|
Merge pull request #492 from andycheng123/tg-control
feature: strategy controller
|
2022-03-26 15:41:59 +08:00 |
|
Yo-An Lin
|
42a503c0f9
|
Merge pull request #494 from zenixls2/feature/ftx_pub_trade
|
2022-03-25 18:06:16 +08:00 |
|
Yo-An Lin
|
a1b56066c0
|
Merge pull request #495 from narumiruna/rebalance
strategy: rebalance on KLine closed
|
2022-03-25 12:19:47 +08:00 |
|
なるみ
|
83e37f52a8
|
Rebalance on kline closed
|
2022-03-24 12:50:40 +08:00 |
|
zenix
|
cb66f18b54
|
feature: add ftx market trade implementation
|
2022-03-23 19:12:49 +09:00 |
|
Andy Cheng
|
0974b1c7fd
|
interact: pull out the interaction related code to the caller
|
2022-03-23 12:05:35 +08:00 |
|
Andy Cheng
|
e122c12eef
|
interact: add AddMultipleButtons function
|
2022-03-23 12:04:47 +08:00 |
|
Yo-An Lin
|
ae4a3d81fb
|
Merge pull request #489 from zenixls2/feature/market_trade
feature: add market trade subscription in binance
|
2022-03-22 20:18:39 +08:00 |
|
Yo-An Lin
|
fd89b90ab8
|
Merge pull request #493 from austin362667/fix/binance-futures
binance: add submit futures order ReduceOnly
|
2022-03-22 20:08:19 +08:00 |
|
zenix
|
abbe04fae9
|
fix: parse market trade as taker trade
|
2022-03-22 11:02:14 +09:00 |
|
austin362667
|
eca112e201
|
binance: add submit futures order ReduceOnly
|
2022-03-21 17:56:11 +08:00 |
|
Andy Cheng
|
5eef2a2085
|
interact: pull out interface filter as a function
|
2022-03-21 17:49:18 +08:00 |
|
Andy Cheng
|
f4c87e5d75
|
interact: refactor strategy controller related interfaces
|
2022-03-21 16:19:55 +08:00 |
|
Andy Cheng
|
fb8b79f38d
|
interact: rename GetStrategyStatus() to GetStatus()
|
2022-03-21 16:12:23 +08:00 |
|
Andy Cheng
|
1ca94b9c5b
|
type: rename strategy statuses
|
2022-03-21 16:06:12 +08:00 |
|
Yo-An Lin
|
53b1eef4fc
|
kucoin: adjust rate limiter
|
2022-03-21 15:36:31 +08:00 |
|
Andy Cheng
|
ffd5c646e9
|
interact: refactor interface func name
|
2022-03-21 15:08:15 +08:00 |
|
Andy Cheng
|
962645c2c8
|
interact: Pull out EmergencyStop to a single instance
|
2022-03-21 15:05:24 +08:00 |
|
Andy Cheng
|
5f7710103d
|
type: add StrategyStatus type
|
2022-03-21 15:01:15 +08:00 |
|
Andy Cheng
|
ce6efd9333
|
strategy: add EmergencyStop() to support strategy
|
2022-03-21 11:51:12 +08:00 |
|
Andy Cheng
|
69a02f1664
|
interact: add EmergencyStop() to StrategyController interface
|
2022-03-21 11:42:54 +08:00 |
|
Andy Cheng
|
b6aff9674c
|
strategy: add StrategyController functions to support strategy
|
2022-03-21 10:20:12 +08:00 |
|
Andy Cheng
|
5de137ced8
|
interact: add StrategyController interface to control strategies from telegram bot
|
2022-03-18 18:43:07 +08:00 |
|
Yo-An Lin
|
98b4eea694
|
Merge pull request #491 from c9s/fix/kucoin-rate-limiter
fix: kucoin: add trades, orders rate limiter
|
2022-03-18 17:49:46 +08:00 |
|
Yo-An Lin
|
932f93f8b6
|
Merge pull request #490 from c9s/feature/show-balance
improve: improve asset summary layout and format
|
2022-03-18 17:49:22 +08:00 |
|
c9s
|
6c201d1868
|
kucoin: adjust rate limit to req/3sec
|
2022-03-18 17:43:14 +08:00 |
|
c9s
|
9757ca290b
|
kucoin: add trades, orders rate limiter
|
2022-03-18 17:33:10 +08:00 |
|
zenix
|
efec21ca4b
|
feature: add market trade subscription in binance
|
2022-03-18 18:30:39 +09:00 |
|
c9s
|
f85db9be61
|
improve asset summary layout and format
|
2022-03-18 17:13:37 +08:00 |
|
Yo-An Lin
|
71af9961a1
|
Merge pull request #488 from c9s/improve/mysql-index
improve: improve trades table index
|
2022-03-18 15:51:04 +08:00 |
|
c9s
|
3944e0b6c0
|
fix query test
|
2022-03-18 15:00:33 +08:00 |
|
c9s
|
43985499be
|
service: reorder trade query
|
2022-03-18 14:04:01 +08:00 |
|
c9s
|
79bfdbf9b6
|
compile and update migration package
|
2022-03-18 14:04:01 +08:00 |
|
Yo-An Lin
|
e18ab13abe
|
Merge pull request #459 from zenixls2/feature/paper_trade
add binance paper trade endpoint
|
2022-03-18 14:00:54 +08:00 |
|
zenix
|
84dbae1592
|
add readme content about testnet, fix code syntax
|
2022-03-18 14:17:06 +09:00 |
|
zenix
|
9cf835728c
|
fix: don't sync on reward/withdraw/deposit records when using testnet
|
2022-03-18 14:04:56 +09:00 |
|
zenix
|
36a746d415
|
add binance paper trade endpoint
|
2022-03-18 14:04:56 +09:00 |
|
Yo-An Lin
|
bc0429c0fd
|
Merge pull request #484 from ankion/fix_backtest_orderbook
|
2022-03-17 00:50:07 +08:00 |
|
Yo-An Lin
|
fae4f181b5
|
Merge pull request #485 from zenixls2/feature/backtest_sig
feature: add CancelOrders and CancelOrdersTo to executor
|
2022-03-16 21:22:32 +08:00 |
|
Yo-An Lin
|
ab10b8c2e3
|
Merge pull request #486 from zenixls2/feature/release_dnum_script
feature: add github release flow for dnum
|
2022-03-16 21:20:31 +08:00 |
|
zenix
|
570d0f077c
|
feature: add github release flow for dnum
|
2022-03-16 21:49:47 +09:00 |
|
zenix
|
77a88aabe4
|
feature: add CancelOrders and CancelOrdersTo to executor
|
2022-03-16 21:38:09 +09:00 |
|
ankion
|
ccb7fe39fa
|
backtest: fix order cancel fail when run order cancel on the filled event.
|
2022-03-16 15:01:19 +08:00 |
|
c9s
|
ed94b8a8d8
|
remove config flag constraint
|
2022-03-16 13:52:46 +08:00 |
|
c9s
|
553fe3abf9
|
remove config flag constrant
|
2022-03-16 13:51:31 +08:00 |
|
c9s
|
334e3a3940
|
fix build cmd --config option
|
2022-03-16 12:26:27 +08:00 |
|
Yo-An Lin
|
769da72f77
|
Merge pull request #481 from c9s/fix-readme-typo
fix: readme typo
|
2022-03-15 22:12:50 +08:00 |
|