bbgo_origin/pkg/bbgo
2023-04-13 17:20:59 +08:00
..
testdata
activeorderbook_callbacks.go grid2: integrate prometheus metrics 2023-01-10 20:15:51 +08:00
activeorderbook_test.go bbgo: fix pending order event trigger 2023-02-23 21:46:57 +08:00
activeorderbook.go bbgo: triggering pending order update event ot the handler 2023-02-23 18:08:21 +08:00
backtestfeemode_enumer.go
bootstrap.go FIX: add persistence service to environment 2023-03-02 22:42:02 +08:00
builder.go
config_test.go bbgo: drop legacy notification routing 2022-09-19 19:22:08 +08:00
config.go bbgo: add logging config struct 2023-02-22 15:18:48 +08:00
consts.go
doc.go
environment.go FIX: add persistence service to environment 2023-03-02 22:42:02 +08:00
errors.go
exchangeorderexecutor_callbacks.go
exit_cumulated_volume_take_profit.go bbgo: cumulated volume stop - compare shadow height 2022-09-14 12:32:36 +08:00
exit_lower_shadow_take_profit.go
exit_protective_stop_loss.go Merge pull request #961 from frin1/fix/exit_protective_stop_loss-repay 2022-09-20 12:04:24 +08:00
exit_roi_stop_loss.go feat: cancel order for exit roi take profit and loss 2022-10-28 17:56:07 +08:00
exit_roi_take_profit.go feat: cancel order for exit roi take profit and loss 2022-10-28 17:56:07 +08:00
exit_support_take_profit.go
exit_test.go
exit_trailing_stop_test.go
exit_trailing_stop.go exits/trailingstop: fix typo 2023-03-17 10:43:47 +08:00
exit.go
graceful_shutdown.go bbgo: check isolation context for log message 2023-02-08 17:39:02 +08:00
gracefulshutdown_callbacks.go add IsolationContext 2022-10-03 15:33:46 +08:00
interact_modify.go fix: add more test cases on reflect.Value.Set 2022-09-14 20:11:38 +09:00
interact_test.go
interact.go bbgo: wrap keyboard removal in defer func 2022-09-14 02:53:32 +08:00
isolation_test.go bbgo: refactor isolation and add more tests 2022-10-04 17:23:43 +08:00
isolation.go pull out shutdown timeout context 2022-10-11 14:23:02 +08:00
log.go
marketdatastore_callbacks.go
marketdatastore.go fix: SerialMarketDataStore together with backtests 2022-10-27 17:35:50 +09:00
metrics.go
moving_average_settings.go
notification.go
order_execution.go bbgo: refactor order executor with max retries 2023-03-23 12:51:52 +08:00
order_executor_general.go xfunding: fix ClosePosition call for futures 2023-03-29 18:28:25 +08:00
order_processor_test.go
order_processor.go xfunding: add mutex 2023-03-23 17:36:30 +08:00
order_store.go fix: Position not synchronized in drift. add DisableNotify for GeneralOrderExecutor 2022-11-21 12:16:11 +09:00
persistence_test.go
persistence.go FIX: add persistence service to environment 2023-03-02 22:42:02 +08:00
profitstats.go
quantity_amount.go
quota.go
reflect_test.go
reflect.go
reporter.go
risk_controls.go
risk_test.go
risk.go fix/risk: remove balance check in the futures part of CalculateBaseQuantity() 2022-10-17 12:07:58 +08:00
scale_test.go fix/scale: fix typo and add some more tests 2023-03-10 13:51:29 +08:00
scale.go fix/scale: fix typo and add some more tests 2023-03-10 13:51:29 +08:00
serialmarketdatastore.go fix: remove redundant notification 2022-10-27 17:35:50 +09:00
session.go maxapi: fix nonce updater 2023-04-13 17:20:59 +08:00
source_test.go
source.go
standard_indicator_set.go add RSI to StandardIndicatorSet 2023-01-05 18:36:09 +08:00
stop_ema.go pivotshort: fix log format and notification 2022-09-16 11:18:11 +08:00
strategy_controller.go
strategy_test.go
strategycontroller_callbacks.go
string.go
time.go
trade_store_test.go bbgo: add TradeStore prune func and its tests 2022-12-06 00:15:09 +08:00
trade_store.go bbgo: add EnablePrune option 2022-12-06 00:28:38 +08:00
tradecollector_callbacks.go
tradecollector_test.go
tradecollector.go fix: Position not synchronized in drift. add DisableNotify for GeneralOrderExecutor 2022-11-21 12:16:11 +09:00
trader_test.go
trader.go bbgo: fix: pass isolated context to SaveState() call 2023-03-15 22:50:50 +08:00
trend_ema_test.go
trend_ema.go bbgo: improve trendEMA condition 2022-09-16 01:20:48 +08:00
twap_order_executor.go
wrapper.go