なるみ
|
5799497a09
|
marketp: add marketcap strategy
|
2022-06-16 16:44:02 +08:00 |
|
c9s
|
fc8d3ea59f
|
register dca strategy to builtin
|
2022-06-07 20:26:56 +08:00 |
|
Andy Cheng
|
34465fac89
|
Merge pull request #653 from andycheng123/strategy/supertrend
strategy: add supertrend strategy
|
2022-06-07 16:25:49 +08:00 |
|
austin362667
|
c904f9f0f7
|
strategy: add fmaker
fmaker: cleanup
|
2022-05-29 21:39:11 +08:00 |
|
Andy Cheng
|
bf26076112
|
strategy: prototype of supertrend strategy
|
2022-05-27 14:36:48 +08:00 |
|
austin362667
|
8ab696deaa
|
pivotshort: rename strategy & fix pivot indicator
|
2022-05-17 19:18:21 +08:00 |
|
austin362667
|
04ae49263d
|
cmd: add built-in pivot strategy
|
2022-05-17 19:18:21 +08:00 |
|
c9s
|
e950ee9559
|
add wall strategy
|
2022-05-12 22:51:39 +08:00 |
|
c9s
|
fd247cf7d7
|
cmd: add autoborrow to built-in
|
2022-04-23 15:00:53 +08:00 |
|
austin362667
|
da51d56624
|
cmd: add built-in factorzoo strategy
|
2022-04-20 18:10:27 +08:00 |
|
zenix
|
6f04789111
|
fix: rename packae name
|
2022-04-14 20:01:13 +09:00 |
|
zenix
|
42a3737f2e
|
fix: use series in ewo to predict values
|
2022-04-13 21:10:07 +09:00 |
|
zenix
|
8648528435
|
fix go fmt, fix convert.go (the legacy fixedpoint implementation) in all tests
|
2022-02-15 14:55:19 +09:00 |
|
zenix
|
05521a98b6
|
add skeleton strategy. fix most of the tests. fix final asset value
|
2022-02-15 12:01:39 +09:00 |
|
austin362667
|
d0e26c66e4
|
strategy: add funding strategy
|
2022-01-15 08:28:02 +08:00 |
|
c9s
|
4cdb5b607b
|
rename bollpp to bollmaker
|
2022-01-09 01:20:47 +08:00 |
|
c9s
|
30a7ca1ce1
|
rename gap to xgap
|
2021-12-26 15:13:51 +08:00 |
|
なるみ
|
f494a0f514
|
Initial commit of rebalance strategy
|
2021-12-13 05:19:44 +08:00 |
|
c9s
|
513a799ced
|
fix ewma calculation
|
2021-11-22 02:14:44 +08:00 |
|
c9s
|
ed1d0ea27e
|
add xnav strategy
|
2021-10-29 10:40:14 +08:00 |
|
c9s
|
a6848a6af4
|
add strategy/techsignal
|
2021-10-14 14:24:08 +08:00 |
|
c9s
|
4c061439d3
|
rename buyandhold to pricedrop
|
2021-10-14 13:10:00 +08:00 |
|
c9s
|
768a88247b
|
rename bpp to bollpp (bollinger pingpong)
|
2021-10-14 12:52:54 +08:00 |
|
c9s
|
6e7f12ca9f
|
rename trailingstop to emastop
|
2021-10-14 12:04:56 +08:00 |
|
c9s
|
764a8be46a
|
adjust grid backtest parameters
|
2021-10-13 10:43:56 +08:00 |
|
c9s
|
45c875fe7c
|
bbgo: improve trade collect process
|
2021-10-05 21:30:06 +08:00 |
|
c9s
|
e8f0cbcff8
|
cmd: register etf strategy
|
2021-08-26 11:31:52 +08:00 |
|
c9s
|
8acada76a9
|
replace sliceorderbook with orderbook interface
|
2021-05-22 16:32:29 +08:00 |
|
c9s
|
b8139e6e86
|
add xarb strategy
|
2021-05-18 10:19:35 +08:00 |
|
c9s
|
9ff7b62123
|
add xbalance strategy
|
2021-05-12 01:21:40 +08:00 |
|
c9s
|
20d673f769
|
add schedule strategy
|
2021-05-02 18:03:41 +08:00 |
|
zenix
|
2bda296194
|
Fix: upgrade binance api, fix go fmt, add hard start time for binance to reduce sync execution time
|
2021-04-21 19:50:33 +09:00 |
|
c9s
|
e86f29b7cc
|
add gap strategy
|
2021-03-22 17:32:21 +08:00 |
|
c9s
|
814a77ea39
|
xmaker: improve balance checking
|
2021-03-21 12:55:33 +08:00 |
|
c9s
|
0c9ca851e5
|
improve support strategy
|
2021-02-15 01:26:46 +08:00 |
|
c9s
|
ffa001fc29
|
fix quantity format
|
2021-02-11 00:21:56 +08:00 |
|
c9s
|
2699c32b38
|
add rockhopper
|
2021-01-13 23:53:36 +08:00 |
|
c9s
|
45e4d8c558
|
rename movingstop to trailingstop
|
2020-12-31 13:07:39 +08:00 |
|
c9s
|
17590fcc08
|
include movingstop in builtin
|
2020-12-03 08:52:43 +08:00 |
|
c9s
|
04f6da3cb8
|
add traditional grid strategy
|
2020-11-10 19:06:20 +08:00 |
|
c9s
|
573a082391
|
add flashcrash strategy
|
2020-11-07 12:02:15 +08:00 |
|
c9s
|
551fa4b7fb
|
add grid to built-ins
|
2020-10-31 18:29:58 +08:00 |
|
c9s
|
2680ad5072
|
refactor environment, market data store, injection and add swing strategy
|
2020-10-28 17:48:16 +08:00 |
|