bbgo_origin/pkg/bbgo
2024-03-12 14:18:14 +09:00
..
mocks upgrade golang mockgen to uber mockgen. generate exchange public 2024-03-12 14:18:14 +09:00
testdata
activeorderbook_callbacks.go
activeorderbook_test.go bbgo: fix isNewerOrderUpdate check and tests 2023-11-25 13:22:03 +08:00
activeorderbook.go pkg/bbgo: use origin order if error occurred 2024-03-05 09:45:14 +08:00
backtestfeemode_enumer.go
bootstrap.go support extra migration packages 2024-01-24 15:33:17 +08:00
builder.go
config_test.go
config.go fix database config parsing 2024-01-26 16:39:05 +08:00
consts.go
doc.go
environment.go fix database config parsing 2024-01-26 16:39:05 +08:00
envvar.go all: refactor log formatter functions 2023-12-13 09:47:18 +08:00
errors.go
exchangeorderexecutor_callbacks.go
exit_cumulated_volume_take_profit.go FIX: deactivate exit when position in closing 2023-11-29 18:26:01 +08:00
exit_hh_ll_stop.go FIX: deactivate exit when position in closing 2023-11-29 18:26:01 +08:00
exit_lower_shadow_take_profit.go FIX: deactivate exit when position in closing 2023-11-29 18:26:01 +08:00
exit_protective_stop_loss.go set the defauinteralv alue to 1m 2024-02-28 15:02:57 +08:00
exit_roi_stop_loss.go set the defauinteralv alue to 1m 2024-02-28 15:02:57 +08:00
exit_roi_take_profit.go set the defauinteralv alue to 1m 2024-02-28 15:02:57 +08:00
exit_support_take_profit.go
exit_test.go
exit_trailing_stop_test.go upgrade golang mockgen to uber mockgen. generate exchange public 2024-03-12 14:18:14 +09:00
exit_trailing_stop.go set the defauinteralv alue to 1m 2024-02-28 15:02:57 +08:00
exit.go bbgo: rename env ENABLE_MARKET_TRADE_STOP to DISABLE_MARKET_TRADE_STOP 2023-06-29 14:26:12 +08:00
graceful_shutdown.go add universal cancel all orders api helper 2024-02-23 16:56:30 +08:00
gracefulshutdown_callbacks.go
indicator_set_test.go bbgo: add TestIndicatorSet_EWMA test 2023-06-30 11:02:42 +08:00
indicator_set.go indicator: keltner channel 2024-02-03 17:13:51 +05:45
interact_modify.go
interact_test.go
interact.go telegram: prevent sending error in case of no opened position 2024-02-02 21:44:27 +05:45
isolation_test.go
isolation.go
log.go
marketdatastore_callbacks.go
marketdatastore.go
metrics.go
moving_average_settings.go
notification.go
order_execution.go all: move trade collector to pkg/core 2023-07-05 15:26:36 +08:00
order_executor_fast.go
order_executor_general.go fix bug and new field running to help to test 2024-01-18 15:39:56 +08:00
order_executor_simple.go improve cancelOrders method 2023-08-05 02:00:07 +08:00
order_processor_test.go
order_processor.go
persistence_test.go
persistence.go fix trade collector race condition and infinite iterate 2023-07-20 12:45:23 +08:00
profitstats.go
quantity_amount.go
quota.go
reflect_test.go
reflect.go
reporter.go
risk_controls.go
risk_test.go upgrade golang mockgen to uber mockgen. generate exchange public 2024-03-12 14:18:14 +09:00
risk.go
scale_test.go bbgo: solve the scale when unmarshalling the json 2023-12-07 16:18:23 +08:00
scale.go bbgo: solve the scale when unmarshalling the json 2023-12-07 16:18:23 +08:00
serialmarketdatastore.go
session_test.go bbgo: pull out findPossibleMarketSymbols and add tests 2023-12-18 22:09:04 +08:00
session.go add DisableMarketDataStore option 2023-12-26 10:53:18 +08:00
source_test.go
source.go
standard_indicator_set.go bbgo: add v2 indicator set 2023-06-29 17:44:36 +08:00
stop_ema.go all: add parameter index to the Last method 2023-05-31 19:35:44 +08:00
strategy_controller.go
strategy_test.go
strategycontroller_callbacks.go feature: add pre-commit 2022-06-17 16:07:00 +09:00
string.go
time.go
trader_test.go
trader.go fix backtest Initialize call 2024-01-28 14:29:54 +08:00
trend_ema_test.go
trend_ema.go all: add parameter index to the Last method 2023-05-31 19:35:44 +08:00
twap_order_executor.go all: move trade store and order store into pkg/core 2023-07-04 21:42:24 +08:00
wrapper.go