Commit Graph

3704 Commits

Author SHA1 Message Date
なるみ
4c5843e6c5 python: bump version to v0.1.1 2022-04-20 14:43:23 +08:00
なるみ
4c78d15875 python: add event&channel handlers 2022-04-20 14:33:47 +08:00
c9s
72ea9f7e24 maxapi: add deposit request tests and withdrawal request tests 2022-04-20 14:01:18 +08:00
c9s
f3eafd5cd8 remove unused get trades method 2022-04-20 13:49:06 +08:00
なるみ
2754d2410c grpc: remove duplicate service registration 2022-04-20 13:48:41 +08:00
c9s
387c0bfb8b maxapi: rewrite vip level request 2022-04-20 13:35:17 +08:00
c9s
68abeb826b maxapi: add account service tests 2022-04-20 13:28:39 +08:00
c9s
f9df65a2f8 maxapi: add generated files 2022-04-20 13:20:54 +08:00
c9s
ff7f1a8bc8 maxapi: always merge params into the payload for signing 2022-04-20 12:18:35 +08:00
c9s
4d8997a8d5 max: pass context background to the request 2022-04-20 12:18:35 +08:00
c9s
5cba6a6133 maxapi: use requestgen to query and submit orders 2022-04-20 12:18:35 +08:00
c9s
93b19faa3a refactor newAuthenticatedRequest 2022-04-20 12:18:35 +08:00
c9s
bf4a0169bd max: update client api 2022-04-20 12:18:35 +08:00
c9s
82bdfa7db8 add the migration sql 2022-04-20 12:17:26 +08:00
Yo-An Lin
46015324e9
Merge pull request #540 from narumiruna/indicator/update
indicator: make parameters of update method consistent
2022-04-20 11:53:06 +08:00
Yo-An Lin
522e6b9aaf
Merge pull request #547 from kfrico/fix_ftx_bug
fix ftx pollKines bug
2022-04-20 11:52:16 +08:00
kfrico
bd4a932571 fix ftx pollKines bug 2022-04-19 21:29:45 +08:00
Yo-An Lin
11a215f4ba
Merge pull request #544 from c9s/fix/fee-unsigned
fix: fee unsigned for ftx
2022-04-19 19:43:54 +08:00
なるみ
1d363f65a9 indicator: use rma indicator in atr 2022-04-19 13:45:23 +08:00
なるみ
167f9d3eaf indicator: make parameters of update method consistent 2022-04-19 13:45:23 +08:00
c9s
8442aafd4d compile and update migration package 2022-04-19 12:19:32 +08:00
c9s
a0e49fb2ba migrations: make fee column signed for ftx 2022-04-19 12:19:14 +08:00
Yo-An Lin
b9c40b63ac
Merge pull request #539 from narumiruna/python/submit-and-cancel-order
python: modify submit_order and cancel_order
2022-04-18 13:48:57 +08:00
Yo-An Lin
2f7607ae54
Merge pull request #541 from narumiruna/indicator/rma
indicator: add rolling moving average
2022-04-18 13:48:18 +08:00
なるみ
715b2bb4cc python: fix utils 2022-04-18 11:45:03 +08:00
なるみ
2896527c56 indicator: add rolling moving average 2022-04-18 11:43:05 +08:00
なるみ
17ce9fa90b python: add parse_time 2022-04-18 11:40:39 +08:00
なるみ
b576a221fc python: modify submit_order and cancel_order 2022-04-18 11:34:36 +08:00
Yo-An Lin
fcaef0219a
Merge pull request #536 from narumiruna/indicator/atr 2022-04-18 00:34:43 +08:00
なるみ
7b4c68f766 indicator: add average true range indicator 2022-04-17 17:30:49 +08:00
c9s
784d2adca9 update telegram doc for /auth 2022-04-17 13:30:37 +08:00
c9s
b2e17e3552 interact: fix auth 2022-04-17 12:49:45 +08:00
Yo-An Lin
41c78f9035
Merge pull request #535 from narumiruna/grpc/register-trading-server
fix: grpc: register trading server
2022-04-17 00:50:25 +08:00
c9s
9b507d8c3d add v1.30.3 release note 2022-04-17 00:38:42 +08:00
c9s
8f693dac50 bump version to v1.30.3 2022-04-17 00:38:42 +08:00
c9s
f25eb1cc6e update command doc files 2022-04-17 00:38:42 +08:00
c9s
ad373b95a7 add FLUSH_OTP_KEY env for flushing otp key 2022-04-17 00:35:16 +08:00
c9s
63f525970f auth: store otp key url instead of just secret 2022-04-17 00:18:48 +08:00
c9s
6c7b6c6def interact: add more error check for /auth command 2022-04-17 00:06:37 +08:00
c9s
8e557b3da2 Merge branch 'fix/grpc-user-data-stream-subscribe' 2022-04-17 00:03:17 +08:00
c9s
d78370e355 grpc: register trading service to grpc 2022-04-16 23:57:53 +08:00
なるみ
6920ac9090 grpc: register trading server 2022-04-16 23:45:10 +08:00
Yo-An Lin
8ba0b8c81d
Merge pull request #533 from c9s/telegram-auth-message
refine auth message
2022-04-16 22:20:45 +08:00
TonyQ Wang
38dfa32bfa
Update auth.go
refine message
2022-04-16 21:25:46 +08:00
Yo-An Lin
cb4500618e
Merge pull request #529 from zenixls2/fix/backtest_price
fix: rename EVWMP to VWEMP, fix backtesting fee
2022-04-16 00:46:55 +08:00
zenix
2a942eab0e fix: rename EVWMP to VWEMP, fix backtesting fee 2022-04-15 19:12:11 +09:00
Yo-An Lin
299f9d7af8
Merge pull request #528 from c9s/fix/grpc-user-data-stream-subscribe
feature: grpc: implement TradingService cancel order
2022-04-15 16:00:16 +08:00
Yo-An Lin
d6755d7ca0
Merge pull request #512 from zenixls2/feature/elliott_wave
strategy: elliott wave oscillator
2022-04-15 15:53:24 +08:00
Yo-An Lin
52b8f06e3a
Merge pull request #527 from andycheng123/improve/bollmaker-controller
Add StrategyController to bollmaker
2022-04-15 15:50:33 +08:00
Yo-An Lin
8797cad517
Merge pull request #526 from narumiruna/python/fix-enums
python: fix enums
2022-04-15 15:50:08 +08:00