..
testdata
exchange: adjust tests for order fee-amount protection
2022-08-02 15:12:14 +08:00
activeorderbook_callbacks.go
update activeorderbook callback file
2022-06-06 06:03:49 +08:00
activeorderbook.go
bbgo: add mutli symbol support to active order book
2022-08-09 11:36:10 +08:00
backtestfeemode_enumer.go
backtest: rename BackTest to Backtest
2022-09-02 14:16:16 +08:00
bootstrap.go
move bootstrap functions
2022-09-06 16:50:45 +08:00
builder.go
add doc comments
2022-06-25 16:55:54 +08:00
config_test.go
backtest: rename BackTest to Backtest
2022-09-02 14:16:16 +08:00
config.go
backtest: rename BackTest to Backtest
2022-09-02 14:16:16 +08:00
consts.go
bbgo: move fixedpoint one const to consts.go
2022-09-07 00:50:54 +08:00
doc.go
bbgo: add package doc to bbgo
2022-08-24 16:54:31 +08:00
environment.go
all: solve cyclic import
2022-09-09 17:40:17 +08: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
exit_cumulated_volume_take_profit.go
bbgo: add notification tag
2022-09-07 01:05:43 +08:00
exit_lower_shadow_take_profit.go
all: refactor standard indicator helper and fix tests
2022-07-26 18:35:50 +08:00
exit_protective_stop_loss.go
bbgo: move fixedpoint one const to consts.go
2022-09-07 00:50:54 +08:00
exit_roi_stop_loss.go
fix: ensure that orders.tsv are rendered in local timezone
2022-08-26 19:09:11 +08:00
exit_roi_take_profit.go
bbgo: use types.KLineWith for roi take profit
2022-08-10 23:45:21 +08:00
exit_support_take_profit.go
pivotshort: move SupportTakeProfit to the core api
2022-08-26 18:09:46 +08:00
exit_test.go
bbgo: add ExchangeSession param to the subscribe method
2022-06-29 15:16:56 +08:00
exit_trailing_stop_test.go
all: simplify underlying exchange submitOrder method
2022-09-09 18:41:06 +08:00
exit_trailing_stop.go
trailingstop: add default case
2022-08-11 17:23:42 +08:00
exit.go
bbgo: fix support take profit field type
2022-08-26 18:12:42 +08:00
graceful_callbacks.go
bbgo: add StrategyShutdown interface
2022-07-19 17:13:35 +08:00
graceful_shutdown.go
bbgo: add StrategyShutdown interface
2022-07-19 17:13:35 +08:00
interact_test.go
interact: update test
2022-06-07 10:45:55 +08:00
interact.go
all: resolve import cycle
2022-08-23 02:12:26 +08:00
log.go
all: solve cyclic import
2022-09-09 17:40:17 +08:00
marketdatastore_callbacks.go
bbgo: refactor standard indicator
2022-07-21 01:05:08 +08:00
marketdatastore.go
bbgo: refactor standard indicator
2022-07-21 01:05:08 +08: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
notification.go
feature: create simpleinteract and remove command in notification
2022-08-15 21:03:48 +09:00
order_execution.go
all: simplify underlying exchange submitOrder method
2022-09-09 18:41:06 +08:00
order_executor_general.go
all: simplify underlying exchange submitOrder method
2022-09-09 18:41:06 +08: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
feature: dump parameter to tg, esp series, fix: order tag, position calculation and bp/sp of drift
2022-08-15 21:05:29 +09:00
persistence_test.go
all: resolve import cycle
2022-08-23 02:12:26 +08:00
persistence.go
all: resolve import cycle
2022-08-23 02:12:26 +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_test.go
move dynamic stuff to the pkg/dynamic package
2022-06-30 15:49:18 +08:00
reflect.go
all: resolve import cycle
2022-08-23 02:12:26 +08:00
reporter.go
pull out AccountValueCalculator
2022-07-21 19:46:58 +08:00
risk_controls.go
pivotshort: refactor and redesign order executor
2022-06-18 12:30:42 +08:00
risk_test.go
all: solve cyclic import
2022-09-09 17:40:17 +08:00
risk.go
all: solve cyclic import
2022-09-09 17:40:17 +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
all: resolve import cycle
2022-08-23 02:12:26 +08:00
standard_indicator_set.go
bbgo: add G-H & Kalman filters to the standard indicator set
2022-09-05 17:13:50 +08:00
stop_ema.go
pivotshort: refactor trend ema and stop ema
2022-08-26 17:52:46 +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
bbgo: remove unused trade store symbol argument
2022-08-17 16:02:42 +08:00
tradecollector_callbacks.go
pivotshort: refactor and redesign order executor
2022-06-18 12:30:42 +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: remove unused trade store symbol argument
2022-08-17 16:02:42 +08:00
trader_test.go
fix: apply gofmt on all files, add revive action
2022-06-17 16:06:59 +09:00
trader.go
all: resolve import cycle
2022-08-23 02:12:26 +08:00
trend_ema.go
pivotshort: refactor trend ema and stop ema
2022-08-26 17:52:46 +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