Zenix
|
afad9cca47
|
Merge pull request #910 from zenixls2/feature/ewo_renew
SerialMarketDataStore, elliottwave renewal
|
2022-09-07 18:54:01 +09:00 |
|
zenix
|
e7a5669018
|
fix: lowestPrice in elliottwave, add more logs
|
2022-09-07 15:02:38 +09:00 |
|
c9s
|
33fdcefba3
|
bbgo: add notification tag
|
2022-09-07 01:05:43 +08:00 |
|
c9s
|
c2eec1e72b
|
bbgo: move fixedpoint one const to consts.go
|
2022-09-07 00:50:54 +08:00 |
|
c9s
|
62fb09c8d9
|
bbgo: protective stop should send notification when it's activated
|
2022-09-07 00:50:16 +08:00 |
|
zenix
|
66c8a3bb0d
|
fix: rename getSource to sourceGetter
|
2022-09-06 19:15:13 +09:00 |
|
zenix
|
36a5579660
|
fix: SourceSelector json marshal/unmarshal without Init from strategy. smartCancel check on order status
|
2022-09-06 19:08:05 +09:00 |
|
c9s
|
8f363677bc
|
move bootstrap functions
|
2022-09-06 16:50:45 +08:00 |
|
zenix
|
67e57b49eb
|
fix: move sourceselector to bbgo folder
|
2022-09-06 14:43:05 +09:00 |
|
zenix
|
6c8902dd9c
|
fix: export kline query limit as a variable for preload decisions from strategy
|
2022-09-05 20:36:41 +09:00 |
|
zenix
|
4a878b5596
|
fix: rename generalorderexecutor.cancel to gracefulcancelorder
|
2022-09-05 19:32:35 +09:00 |
|
zenix
|
81084ddea6
|
feature: SerialMarketDataStore from session
|
2022-09-05 19:32:35 +09:00 |
|
zenix
|
fad9dedd1f
|
fix: active order book cancel message
|
2022-09-05 19:32:35 +09:00 |
|
zenix
|
938dc3c497
|
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 |
|
Raphanus Lo
|
65cd17dbbb
|
bbgo: add G-H & Kalman filters to the standard indicator set
|
2022-09-05 17:13:50 +08:00 |
|
Larry Lu
|
269529afa4
|
Fix typo
|
2022-09-04 13:35:01 +08:00 |
|
c9s
|
5c8d2a019a
|
backtest: rename BackTest to Backtest
|
2022-09-02 14:16:16 +08:00 |
|
c9s
|
8cd646668a
|
bbgo: use enumer to generate enumer parser
|
2022-09-02 14:16:16 +08:00 |
|
c9s
|
3d32faff46
|
backtest: add fee mode config
|
2022-09-02 14:16:15 +08:00 |
|
c9s
|
51972e9e28
|
bbgo: fix indicator load key duplicate issue
|
2022-08-31 01:45:06 +08:00 |
|
c9s
|
8fcc3ee368
|
indicator: update pivot low and pivot high indicator
|
2022-08-31 01:44:38 +08:00 |
|
c9s
|
179a9b1ddb
|
fix: ensure that orders.tsv are rendered in local timezone
|
2022-08-26 19:09:11 +08:00 |
|
c9s
|
17ba1c142d
|
bbgo: fix support take profit field type
|
2022-08-26 18:12:42 +08:00 |
|
c9s
|
fb9a4994c0
|
bbgo: add supportTakeProfit method to the core exit methods
|
2022-08-26 18:11:45 +08:00 |
|
c9s
|
11854db51a
|
pivotshort: move SupportTakeProfit to the core api
|
2022-08-26 18:09:46 +08:00 |
|
c9s
|
a48471d4c8
|
pivotshort: refactor trend ema and stop ema
|
2022-08-26 17:52:46 +08:00 |
|
c9s
|
8b7f4c6222
|
bbgo: add ProtectiveStopLoss doc comment
|
2022-08-26 17:52:46 +08:00 |
|
c9s
|
09cc91bab8
|
bbgo: update VWMA and add VWMA to the indicator method
|
2022-08-24 17:45:43 +08:00 |
|
c9s
|
469c6bfb28
|
bbgo: move rightWindow to the IntervalWindow struct
|
2022-08-24 17:43:28 +08:00 |
|
c9s
|
d930065bea
|
bbgo: move stoch to the simple indicator set
|
2022-08-24 17:34:19 +08:00 |
|
c9s
|
8a020c34e3
|
bbgo: add package doc to bbgo
|
2022-08-24 16:54:31 +08:00 |
|
c9s
|
c86b29e6dc
|
all: resolve import cycle
|
2022-08-23 02:12:26 +08:00 |
|
zenix
|
2720ee90b1
|
fix: equation of exit dump
|
2022-08-18 17:38:27 +09:00 |
|
zenix
|
5e7ea71613
|
feature: withdraw print config functionality from drift to be a general function
|
2022-08-18 17:38:27 +09:00 |
|
c9s
|
df8a4bef93
|
bbgo: remove unused trade store symbol argument
|
2022-08-17 16:02:42 +08:00 |
|
zenix
|
da28750313
|
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 |
|
zenix
|
6a4eec71d6
|
feature: create simpleinteract and remove command in notification
|
2022-08-15 21:03:48 +09:00 |
|
zenix
|
90e596f463
|
feature: send photo through telegram, register handler dynamically in strategy, fix canvas rendering
|
2022-08-15 21:03:14 +09:00 |
|
Andy Cheng
|
62d450b92d
|
Merge pull request #872 from andycheng123/fix/trailing-stop
fix: trailing stop properly works on both long and short positions
|
2022-08-11 17:37:07 +08:00 |
|
Andy Cheng
|
8527d4996e
|
trailingstop: add default case
|
2022-08-11 17:23:42 +08:00 |
|
Andy Cheng
|
8d3dfd17c7
|
trailingstop: add side both
|
2022-08-11 16:39:16 +08:00 |
|
Andy Cheng
|
6f2eb1688b
|
generalorderexecutor: retry submit/cancel order once
|
2022-08-11 13:49:16 +08:00 |
|
Andy Cheng
|
df0e527e1e
|
exits/trailingstop: properly works on both long and short positions
|
2022-08-11 13:36:31 +08:00 |
|
c9s
|
677b122964
|
bbgo: use types.KLineWith for roi take profit
|
2022-08-10 23:45:21 +08:00 |
|
Yo-An Lin
|
62aff676da
|
Revert "feature: add smart cancel to drift"
|
2022-08-09 16:25:36 +08:00 |
|
Yo-An Lin
|
55b4edc595
|
Merge pull request #853 from zenixls2/feature/smartcancel_drift
feature: add smart cancel to drift
|
2022-08-09 16:23:33 +08:00 |
|
Raphanus Lo
|
ed975b7ed9
|
Merge pull request #860 from COLDTURNIP/feature/exchange_order_amount_protection
exchange: order fee-amount protection
|
2022-08-09 15:01:53 +08:00 |
|
c9s
|
0283f2ad55
|
bbgo: fix doneTrades lock
|
2022-08-09 14:52:05 +08:00 |
|
zenix
|
45e819ebe7
|
feature: create simpleinteract and remove command in notification
|
2022-08-09 13:26:56 +09:00 |
|
zenix
|
4117a83cd1
|
feature: send photo through telegram, register handler dynamically in strategy, fix canvas rendering
|
2022-08-09 13:26:56 +09:00 |
|