.. |
testdata
|
fix: remove maker/buyer/taker/sellerCommission
|
2022-03-07 14:32:00 +09:00 |
activeorderbook_callbacks.go
|
update activeorderbook callback file
|
2022-06-06 06:03:49 +08:00 |
activeorderbook.go
|
adjust CancelOrderWaitTime back to 20ms
|
2022-06-10 02:51:20 +08:00 |
builder.go
|
Mkdir if dir not exists
|
2022-04-07 20:21:07 +08:00 |
config_test.go
|
support specifying session in sync symbol
|
2022-06-14 13:02:36 +08:00 |
config.go
|
update symbols doc
|
2022-06-14 13:32:13 +08:00 |
context.go
|
fix go fmt, fix convert.go (the legacy fixedpoint implementation) in all tests
|
2022-02-15 14:55:19 +09:00 |
environment.go
|
feature: add pre-commit
|
2022-06-17 16:07:00 +09:00 |
errors.go
|
fix go fmt, fix convert.go (the legacy fixedpoint implementation) in all tests
|
2022-02-15 14:55:19 +09:00 |
exchangeorderexecutor_callbacks.go
|
add trade update callbacks and order update callbacks to order executor
|
2020-12-21 13:40:23 +08:00 |
graceful_callbacks.go
|
add graceful shutdown
|
2020-11-12 14:50:21 +08:00 |
graceful_shutdown.go
|
move graceful shutdown to a single file
|
2022-05-05 09:56:21 +08:00 |
injection_test.go
|
fix: fix Test_parseStructAndInject test
|
2022-03-06 18:28:40 +08:00 |
injection.go
|
implement reflect-based persistence restore and load
|
2022-05-05 12:53:48 +08:00 |
interact_test.go
|
interact: update test
|
2022-06-07 10:45:55 +08:00 |
interact.go
|
interact: use instance ID as signature
|
2022-06-07 10:40:15 +08:00 |
marketdatastore_callbacks.go
|
fix: series not been updated
|
2022-04-11 17:04:56 +09:00 |
marketdatastore.go
|
fix: series not been updated
|
2022-04-11 17:04:56 +09:00 |
metrics.go
|
fix session connection status metrics
|
2021-12-28 01:58:36 +08:00 |
moving_average_settings.go
|
fix go fmt, fix convert.go (the legacy fixedpoint implementation) in all tests
|
2022-02-15 14:55:19 +09:00 |
notifier.go
|
fix: apply gofmt on all files, add revive action
|
2022-06-17 16:06:59 +09:00 |
order_execution.go
|
fix: drift window in factorzoo, order_execution print order, refactor: use defer to mu.Unlock in depth/buffer.go
|
2022-06-08 12:14:53 +09:00 |
order_processor_test.go
|
fix go fmt, fix convert.go (the legacy fixedpoint implementation) in all tests
|
2022-02-15 14:55:19 +09:00 |
order_processor.go
|
fix all the fixedpoint use other than strategy
|
2022-02-15 12:01:39 +09:00 |
order_store.go
|
fix all the fixedpoint use other than strategy
|
2022-02-15 12:01:39 +09:00 |
persistence_test.go
|
persistence: add store and load test case
|
2022-06-03 02:49:16 +08:00 |
persistence.go
|
fix persistence: calling type method on z zero value
|
2022-06-05 01:09:31 +08:00 |
profitstats.go
|
fix: apply gofmt on all files, add revive action
|
2022-06-17 16:06:59 +09:00 |
quantity_amount.go
|
fix all the fixedpoint use other than strategy
|
2022-02-15 12:01:39 +09:00 |
quota.go
|
fix all the fixedpoint use other than strategy
|
2022-02-15 12:01:39 +09:00 |
reflect.go
|
fix: apply gofmt on all files, add revive action
|
2022-06-17 16:06:59 +09:00 |
reporter.go
|
use position to calculate the pnl
|
2021-12-05 02:17:15 +08:00 |
risk_controls.go
|
improve cross exchange strategy mounting behavior and add fixedpoint atomic ops
|
2020-11-17 08:19:22 +08:00 |
scale_test.go
|
fix go fmt, fix convert.go (the legacy fixedpoint implementation) in all tests
|
2022-02-15 14:55:19 +09:00 |
scale.go
|
add dnum as the fixedpoint implementation. change types float64 to fixedpoint.Value
|
2022-02-15 12:00:39 +09:00 |
session.go
|
fix: rename useHeikinAshi to heikinAshi in config
|
2022-06-17 11:38:36 +09:00 |
smart_stops.go
|
pivotshort: refactor and add more fix
|
2022-06-09 17:36:22 +08:00 |
strategy_controller.go
|
feature: make callback vars start with lowercase
|
2022-04-26 18:29:22 +08:00 |
strategy_test.go
|
improve config loading by adding unmarshal yaml method
|
2020-10-26 15:33:25 +08:00 |
strategycontroller_callbacks.go
|
feature: add pre-commit
|
2022-06-17 16:07:00 +09:00 |
string.go
|
exchange: update maskkey handling
|
2021-12-23 01:18:36 +08:00 |
time.go
|
bbgo: add shared local time zone
|
2021-06-16 13:04:23 +08:00 |
trade_store.go
|
all: change trade id to uint64
|
2021-12-23 17:49:18 +08:00 |
tradecollector_callbacks.go
|
rewrite trade profit handling
|
2022-03-14 21:21:58 +08:00 |
tradecollector_test.go
|
fix go fmt, fix convert.go (the legacy fixedpoint implementation) in all tests
|
2022-02-15 14:55:19 +09:00 |
tradecollector.go
|
bbgo: fix emit trade profit
|
2022-03-15 14:29:15 +08:00 |
trader_test.go
|
fix: apply gofmt on all files, add revive action
|
2022-06-17 16:06:59 +09:00 |
trader.go
|
service: fix state loading (use correct ID method)
|
2022-06-03 03:10:50 +08:00 |
twap_order_executor.go
|
rename active order book constructor function
|
2022-06-06 06:57:25 +08:00 |
wrapper.go
|
add IsWrapperBinary flag and fix persistence error
|
2021-01-21 12:27:21 +08:00 |