Commit Graph

4711 Commits

Author SHA1 Message Date
zenix
b5b1719045 feature: filter signal by ewo histogram and 3*atr entry 2022-06-14 14:41:41 +09:00
c9s
e7fc12aca7
update symbols doc 2022-06-14 13:32:13 +08:00
c9s
ae41a45393
ci: use sed to remove generated files 2022-06-14 13:19:55 +08:00
c9s
f4c3573343
update sync config example 2022-06-14 13:03:37 +08:00
c9s
b1873aa19b
support specifying session in sync symbol 2022-06-14 13:02:36 +08:00
Andy Cheng
7ffe010c57 optimizer: kline directory by backtest period 2022-06-14 12:54:05 +08:00
c9s
8d9e63671e
binance: add GetApiReferralIfNewUserRequest api 2022-06-14 12:24:48 +08:00
YC
869115cdac
Merge pull request #711 from c9s/yc/upgrade-material-ui
upgrade material UI from v4 to v5.8.3
2022-06-13 14:20:46 +08:00
Andy Cheng
8f18b414b6 optimizer: move klines to shared/ 2022-06-13 13:14:39 +08:00
Andy Cheng
70d6d8f5db optimizer: share klines in report 2022-06-13 12:26:47 +08:00
c9s
a506a00001
xmaker: fix position notify 2022-06-13 12:04:35 +08:00
c9s
4a6fb63c8b
check nil 2022-06-13 12:03:31 +08:00
c9s
99a91f1444
add v1.33.4 release note 2022-06-13 11:44:05 +08:00
c9s
8d2967c1a0
bump version to v1.33.4 2022-06-13 11:44:05 +08:00
c9s
f8dfb995dd
update command doc files 2022-06-13 11:44:05 +08:00
c9s
e3a894eb7e
fix telegram filterPlaintextMessages 2022-06-13 11:29:33 +08:00
c9s
eba6706b92
move FilterSimpleArgs to the util package 2022-06-13 11:20:29 +08:00
c9s
0164cd1c72
fix reflect.Elem call 2022-06-13 11:05:00 +08:00
c9s
35d04bd31f
remove kline debug log 2022-06-13 10:38:15 +08:00
c9s
e8d25538f6
fix filterSimpleArgs for notification format 2022-06-13 10:37:39 +08:00
c9s
28666d4e98
fix profit pointer check 2022-06-13 10:33:28 +08:00
Yo-An Lin
8cf57cae29
Merge pull request #712 from zenixls2/fix/fixedpoint_percentage
fix: fixedpoint percentage bound check
2022-06-13 10:15:46 +08:00
zenix
a65374d686 fix: fixedpoint percentage bound check 2022-06-13 11:05:55 +09:00
ycdesu
f427580e4e mui: remove v4 2022-06-12 23:30:23 +08:00
ycdesu
b81b148a1e mui: fix makeStyles path 2022-06-12 23:27:08 +08:00
ycdesu
d9f9fc1a07 mui: modify @mui/icons to @mui/icons-material 2022-06-12 23:13:23 +08:00
ycdesu
1a8b3bb24c mui: modify @mui/core to @mui/material 2022-06-12 23:11:42 +08:00
ycdesu
8d7fba088c mui: fix data-grid path 2022-06-12 23:09:12 +08:00
ycdesu
9af23c479c mui: fix import path 2022-06-12 23:08:25 +08:00
ycdesu
c9de686468 mui: upgrade from v4 to v5 2022-06-12 23:07:25 +08:00
Yo-An Lin
77e8af2ae6
Merge pull request #710 from c9s/strategy/pivot
strategy: pivot: add bounce short
2022-06-12 12:12:04 +08:00
c9s
69fc6ca252
backtest: add fee token support 2022-06-12 03:55:02 +08:00
c9s
2e8f9c3ad8
backtest: fix fee calculation 2022-06-12 03:45:47 +08:00
c9s
ce70bbbc4a
account: check if balance exists 2022-06-12 03:45:28 +08:00
c9s
5949c7587e
make bounce short optional 2022-06-11 16:41:56 +08:00
c9s
3d0c0717ba
pivotshort: fix bounce short 2022-06-11 16:33:21 +08:00
YC
c9e451791e
Merge pull request #708 from c9s/refactor/format-js
format js code by prettier
2022-06-11 13:59:27 +08:00
ycdesu
4e9a915cf6 format js codes 2022-06-11 08:57:54 +08:00
Yo-An Lin
fd60e9e366
Merge pull request #706 from c9s/feature/add-pretteir 2022-06-11 02:36:12 +08:00
c9s
ec68dc2f40
reimplement placeBounceSellOrders 2022-06-11 00:26:44 +08:00
ycdesu
cbec42831b tool: setup prettier 2022-06-10 18:52:09 +08:00
ycdesu
c1638b4209 refactor: remove redundant fragment 2022-06-10 18:48:54 +08:00
ycdesu
c1b1dacc78 cleanup: remove unused import 2022-06-10 18:07:39 +08:00
Yo-An Lin
2bab2103e8
Merge pull request #703 from c9s/fix/sync-goroutine-leak
fix: syncing goroutine leak
2022-06-10 16:47:02 +08:00
Yo-An Lin
5a810668d0
Merge pull request #705 from c9s/feature/add-codecov-badge
add codecoverage badge
2022-06-10 16:44:35 +08:00
c9s
46450c0122
pivotshort: rename pivotLength to window and update indicator manually 2022-06-10 15:34:57 +08:00
c9s
91b9605884
pivotshort: manually update pivot indicator 2022-06-10 15:18:12 +08:00
c9s
fba0a20cda
fix pivot indicator: filter out zero lows and highs 2022-06-10 15:17:06 +08:00
Zenix
97d6802c38
add codecoverage badge 2022-06-10 15:46:52 +09:00
Zenix
e60e2177f9
Merge pull request #704 from zenixls2/feature/code-coverage
ci: codecoverage
2022-06-10 15:38:07 +09:00