Edwin
|
228bfba525
|
pkg/fixedpoint: support "" on fixedpoint.Value.unmarshalJson
|
2024-01-14 15:52:57 +08:00 |
|
c9s
|
6691229809
|
fixedpoint: fix default fixedpoint conversion
|
2023-07-25 00:18:36 +08:00 |
|
narumi
|
7114016bc9
|
clamp skew
|
2023-03-18 23:31:03 +08:00 |
|
chiahung
|
291a6f273a
|
fix test error
|
2023-03-10 17:32:35 +08:00 |
|
chiahung
|
36f48bc604
|
FIX: fix format string float point issue
|
2023-03-10 15:27:50 +08:00 |
|
c9s
|
1d8df08a74
|
fixedpoint: fix fixedpoint rounding
|
2023-03-01 22:21:24 +08:00 |
|
Raphanus Lo
|
750bdc82b5
|
fix: fixedpoint UnarshalJson on inf
|
2022-09-02 14:17:51 +08:00 |
|
zenix
|
b52598d1ad
|
fix: fixedpoint MarshalJson on inf
|
2022-08-30 21:55:16 +09:00 |
|
zenix
|
c2d5a5961f
|
fix: legacy fixedpoint inf handling, refactor backtest kline consuming
|
2022-08-30 21:02:21 +09:00 |
|
zenix
|
2568a81dfe
|
fix: binance time sync, exchange interval query interface, yaml for fixedpoint
|
2022-07-26 16:42:34 +09:00 |
|
zenix
|
a5ffca7fe8
|
fix: gosimple alert
|
2022-06-17 20:19:51 +09:00 |
|
zenix
|
ba1342cbc3
|
feature: add pre-commit
|
2022-06-17 16:07:00 +09:00 |
|
c9s
|
b79e4f2fb8
|
fixedpoint: add marshalYAML interface support
|
2022-06-10 00:42:48 +08:00 |
|
zenix
|
f101e93311
|
fix: dnum panic, precision loss in parsing string in legacy
|
2022-02-28 15:50:31 +09:00 |
|
c9s
|
9c45e6693f
|
fix formatString
|
2022-02-25 18:25:44 +08:00 |
|
c9s
|
99b025dd5c
|
add FormatString test case and fix FormatString
|
2022-02-25 18:03:28 +08:00 |
|
zenix
|
20cccf57e5
|
fix: NumFractionalDigits in legacy fixedpoint and dnum fixedpoint
|
2022-02-17 12:45:06 +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
|
eb70410f80
|
add back legacy implementation
|
2022-02-15 12:01:39 +09:00 |
|
zenix
|
e221f54397
|
add dnum as the fixedpoint implementation. change types float64 to fixedpoint.Value
change pnl report to use fixedpoint
fix: migrate kline to use fixedpoint
|
2022-02-15 12:00:39 +09:00 |
|
c9s
|
f0d4236169
|
all: fix and improve kucoin orderbook stream
|
2021-12-25 19:34:27 +08:00 |
|
c9s
|
759b6a812b
|
techsignal: fix funding rate diff
|
2021-10-17 22:26:04 +08:00 |
|
c9s
|
d704e19f04
|
move signedPercentage method to fixedpoint
|
2021-10-15 12:22:53 +08:00 |
|
c9s
|
d3fa0a964b
|
bbgo: add slack attachment support for profit
|
2021-10-14 01:27:50 +08:00 |
|
c9s
|
3d1d659c81
|
fixedpoint: add math/big version multiplication support
|
2021-06-09 01:37:24 +08:00 |
|
c9s
|
ac71a392c6
|
fixedpoint: fix fixedpoint value int64 cast
|
2021-06-09 01:36:32 +08:00 |
|
c9s
|
1fb456d8ad
|
add Stringer interface to fixedpoint
|
2021-05-27 00:05:43 +08:00 |
|
c9s
|
1acbaefcd9
|
okex: implement place order and cancel order requests
|
2021-05-27 00:05:43 +08:00 |
|
c9s
|
28c646a4db
|
reformat code
|
2021-05-25 01:50:36 +08:00 |
|
c9s
|
c8ca19a298
|
fixedpoint: fix percentage parsing
|
2021-05-25 01:36:17 +08:00 |
|
c9s
|
491c4bbada
|
fixedpoint: support percentage parsing
|
2021-05-16 15:16:04 +08:00 |
|
c9s
|
445feb016a
|
support price ticks option
|
2021-05-14 15:35:11 +08:00 |
|
c9s
|
abd6f4c7ef
|
rename bbgo.AdjustQuantityByMaxAmount to bbgo.AdjustFloatQuantityByMaxAmount
|
2021-05-14 14:53:26 +08:00 |
|
c9s
|
f69cbe9c31
|
add basic TwapExecution
|
2021-05-14 14:53:26 +08:00 |
|
c9s
|
822a010932
|
add moving average configuration to the schedule strategy
|
2021-05-02 20:58:32 +08:00 |
|
ycdesu
|
04870acbab
|
fixedpoint: get num of fractional parts
|
2021-03-21 12:52:45 +08:00 |
|
c9s
|
90477826cf
|
implement byte parser for fixedpoint parsing
|
2021-03-17 22:20:25 +08:00 |
|
c9s
|
32c2780b16
|
convert binance margin account data into the global structure
|
2021-02-28 15:06:20 +08:00 |
|
c9s
|
14830c442c
|
refactor and implement reward sync and query
|
2021-02-23 22:53:00 +08:00 |
|
c9s
|
fb62af05a4
|
add global Reward type
|
2021-02-23 10:08:01 +08:00 |
|
c9s
|
173074f5e4
|
improve grid strategy's balance check and quote calculation
|
2021-02-07 11:37:24 +08:00 |
|
c9s
|
e47357d1ed
|
add assets api and price loading
|
2021-01-25 15:32:17 +08:00 |
|
c9s
|
9eaf69388c
|
add fixedpoint json marshaling
|
2020-12-07 23:03:06 +08:00 |
|
c9s
|
f4512f031c
|
improve cross exchange strategy mounting behavior and add fixedpoint atomic ops
|
2020-11-17 08:19:22 +08:00 |
|
c9s
|
cdf7959029
|
fix fixedpoint unmarshal
|
2020-11-10 14:19:22 +08:00 |
|
c9s
|
e7cc79f3cf
|
replace errors.Errorf with fmt.Errorf
|
2020-11-09 16:34:35 +08:00 |
|
c9s
|
a4b6a5f923
|
load order executor config
|
2020-10-26 17:57:28 +08:00 |
|
c9s
|
3721714f00
|
Support json unmarshaller for fixedpoint
|
2020-10-25 18:32:45 +08:00 |
|
c9s
|
3d5507a053
|
move files into pkg
|
2020-10-11 16:46:15 +08:00 |
|