bbgo_origin/pkg/bbgo
2022-10-03 18:39:45 +08:00
..
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 fix: active order book cancel message 2022-09-05 19:32:35 +09:00
backtestfeemode_enumer.go backtest: rename BackTest to Backtest 2022-09-02 14:16:16 +08:00
bootstrap.go bbgo: add lightweight mode 2022-09-12 14:24:18 +08:00
builder.go add doc comments 2022-06-25 16:55:54 +08:00
config_test.go bbgo: drop legacy notification routing 2022-09-19 19:22:08 +08:00
config.go bbgo: add NotificationSwitches 2022-09-19 19:25:18 +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 bbgo: add basic notification switch 2022-09-19 19:28:29 +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: cumulated volume stop - compare shadow height 2022-09-14 12:32:36 +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 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 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_shutdown.go bbgo: remove context suffix from the isolation struct 2022-10-03 16:22:41 +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 bbgo: add two test cases for reflect 2022-09-11 03:13:10 +08:00
interact.go bbgo: wrap keyboard removal in defer func 2022-09-14 02:53:32 +08:00
isolation.go bbgo: add NewContextWithDefaultIsolation 2022-10-03 18:39:45 +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 bbgo: remove Notifiability from the order executor 2022-09-19 09:51:48 +08:00
order_executor_general.go refactor: extract stoploss, fix highest/lowest in trailingExit 2022-09-29 20:15:10 +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 bbgo: use margin asset borrowable amount to adjust the quantity 2022-09-19 09:10:59 +08: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: remove bbgo.Persistence 2022-10-03 18:37:53 +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 bbgo: add USDTTWD price test case 2022-09-14 02:18:39 +08:00
risk.go fix: use ZeroAssetError, refactor 2022-09-22 20:26:18 +09:00
scale_test.go fix: dup naming, remove Leverage from drift field 2022-09-22 13:48:01 +09:00
scale.go add dnum as the fixedpoint implementation. change types float64 to fixedpoint.Value 2022-02-15 12:00:39 +09:00
serialmarketdatastore.go feature: add serialmarketdatastore, add elliottwave strategy to replace ewoDgtrd, add active cancel on general order executor, add pca 2022-09-05 19:32:35 +09:00
session.go fix: move some modify implementation to dynamic 2022-09-14 12:38:22 +09:00
source_test.go fix: rename getSource to sourceGetter 2022-09-06 19:15:13 +09:00
source.go fix: lowestPrice in elliottwave, add more logs 2022-09-07 15:02:38 +09:00
standard_indicator_set.go bbgo: fix macdIndicators map initialization 2022-09-14 18:44:38 +08:00
stop_ema.go pivotshort: fix log format and notification 2022-09-16 11:18:11 +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: remove bbgo.Persistence 2022-10-03 18:37:53 +08:00
trend_ema_test.go strategy/pivotshort: add trendema test case 2022-09-11 14:42:05 +08:00
trend_ema.go bbgo: improve trendEMA condition 2022-09-16 01:20:48 +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