zenix
ffae290060
fix: indicator timeframe 1s
2022-10-17 14:23:40 +09:00
Andy Cheng
d350806cdc
fix/risk: remove balance check in the futures part of CalculateBaseQuantity()
2022-10-17 12:07:58 +08:00
austin362667
763bb45842
interval: avoid syncing 1s klines as default from backtest config syncSecKLines
2022-10-14 23:14:30 +08:00
austin362667
18acd668a7
interval: finalize 1s support
...
interval: finalize 1s support
interval: finalize 1s support
2022-10-14 23:14:30 +08:00
austin362667
905c1f25ee
interval: add 1s support
...
interval: add 1s support
interval: add 1s support
interval: fix 1s for backtesting
2022-10-14 23:14:30 +08:00
なるみ
9330b9fde5
change variable names
2022-10-13 18:18:02 +08:00
c9s
b03687e07a
bump version to v1.42.0
2022-10-12 16:35:43 +08:00
c9s
7204e2550b
pull out shutdown timeout context
2022-10-11 14:23:02 +08:00
Andy Cheng
aa492a05a1
fix/supertrend-strategy: LinReg baseline slope wrongly calculated as reciprocal
2022-10-07 13:48:16 +08:00
Andy Cheng
5ad247c8fe
fix/order-executor: check for short position
2022-10-07 13:28:24 +08:00
Andy Cheng
7a80b90dac
fix/order-executor: ClosePosition() works on futures position
2022-10-07 13:06:32 +08:00
c9s
a515fff053
backtest: add order quantity check
2022-10-06 15:08:44 +08:00
Yo-An Lin
39247bb9d8
Merge pull request #982 from c9s/refactor/isolation
...
refactor isolation context for persistence facade configuration
2022-10-05 22:31:49 +08:00
c9s
e92219194f
bbgo: configure persistence facade into the isolation context
2022-10-05 18:48:12 +08:00
c9s
673304bcf1
bbgo: refactor ConfigurePersistence
2022-10-05 18:46:26 +08:00
c9s
4caa457fbe
bbgo: pull out ConfigurePersistence method to simple function
2022-10-05 18:42:55 +08:00
Fredrik
8e83fc4ad7
fix optimizer limit
2022-10-05 08:51:30 +02:00
Yo-An Lin
4d42a61607
Merge pull request #976 from austin362667/austin362667/harmonic
...
strategy: add harmonic shark pattern recognition
2022-10-05 00:37:23 +08:00
Yo-An Lin
06675d0ac8
Merge pull request #977 from austin362667/austin362667/irr
...
strategy: fix irr
2022-10-05 00:36:30 +08:00
austin362667
600b17460d
strategy:irr fix drawing defer close IO issue
2022-10-04 18:47:14 +08:00
austin362667
22ef28bc39
strategy:harmonic fix drawing defer close IO issue
2022-10-04 18:44:42 +08:00
Yo-An Lin
ed8b78f839
Merge pull request #978 from c9s/refactor/isolation
...
refactor: refactor isolation and add more tests
2022-10-04 17:44:23 +08:00
c9s
070a92e3ae
max: fix max kline api
2022-10-04 17:25:29 +08:00
c9s
a8d9911e36
bbgo: refactor isolation and add more tests
2022-10-04 17:23:43 +08:00
austin362667
3c52e9e145
strategy: refactor draw lib
2022-10-04 15:23:48 +08:00
austin362667
26d640ff3b
strategy: fix irr
2022-10-04 15:23:48 +08:00
austin362667
ec60c708c3
strategy: upgrade harmonic persistence sync
2022-10-04 15:22:52 +08:00
austin362667
60e51e1470
strategy: refactor harmonic draw lib
2022-10-04 15:20:17 +08:00
austin362667
f1ae7b5f30
strategy: add harmonic shark pattern recognition
...
strategy: add harmonic shark pattern recognition
2022-10-04 15:20:17 +08:00
c9s
731e5569d0
telegramnotifier: fix err check
2022-10-03 21:14:46 +08:00
c9s
2b953ad2d1
bbgo: make PersistenceServiceFacade private
2022-10-03 18:46:02 +08:00
c9s
8a50474ad1
all: add context parameter to Sync()
2022-10-03 18:45:24 +08:00
c9s
ce318fff3b
add persistenceServiceFacade to isolation
2022-10-03 18:40:49 +08:00
c9s
60956e0157
bbgo: add NewContextWithDefaultIsolation
2022-10-03 18:39:45 +08:00
c9s
198683d141
bbgo: add NewContextWithIsolation function
2022-10-03 18:39:07 +08:00
c9s
f7e76c0518
all: remove bbgo.Persistence
2022-10-03 18:37:53 +08:00
c9s
4a37273065
bbgo: remove Persistence injection
2022-10-03 16:31:04 +08:00
c9s
315f7da8f4
bbgo: remove context suffix from the isolation struct
2022-10-03 16:22:41 +08:00
c9s
59287b5116
all: support context isolation
2022-10-03 16:01:08 +08:00
c9s
a940e88016
add IsolationContext
2022-10-03 15:33:46 +08:00
c9s
77ca1a9c75
bbgo: register onShutdown from the trader
2022-10-03 15:33:46 +08:00
c9s
76b0f5518d
bbgo: let trader handles the shutdown handlers
2022-10-03 15:33:46 +08:00
zenix
5c1d0f95e2
fix/drift_stoploss
2022-10-03 14:00:18 +09:00
zenix
8e82e24c05
fix: drift close position with retry limit
2022-09-29 20:31:10 +09:00
zenix
58736b1b2d
refactor: extract stoploss, fix highest/lowest in trailingExit
2022-09-29 20:15:10 +09:00
zenix
5086af2886
fix: reduce Quantity precheck, drift condition, ewo refactor
2022-09-28 20:06:37 +09:00
c9s
7b47a51fae
irr: fix strategy id
2022-09-28 17:07:13 +08:00
Yo-An Lin
1b531b66a2
Merge pull request #959 from austin362667/austin362667/factorzoo
...
stratgy: add irr
2022-09-28 17:05:03 +08:00
Yo-An Lin
bf7829973a
Merge pull request #968 from zenixls2/refactor/dump_param
...
feature: add config dump / param dump / param modify for elliottwave
2022-09-28 16:50:36 +08:00
Yo-An Lin
1fa542b895
Merge pull request #965 from c9s/fix/binance-futures-order-types
...
binance: fix futures order conversion
2022-09-28 16:49:29 +08:00
zenix
b2875eedc5
feature: add config dump / param dump / param modify for elliottwave, refactor param dump
2022-09-27 20:26:59 +09:00
zenix
ad4ee93033
fix: wrong tag in drift
2022-09-26 20:16:27 +09:00
Yo-An Lin
8d92d43710
Merge pull request #955 from narumiruna/improve-marketcap
...
FEATURE: marketcap: reduce frequency of querying data from coinmarketcap
2022-09-24 01:54:30 +08:00
Yo-An Lin
0ef565ec81
Merge pull request #963 from frin1/feature/limit_number_of_optimizer_results
...
Feature: limit how many metrics is shown by optimizer
2022-09-24 01:53:58 +08:00
c9s
1342423294
binance: fix futures order conversion
2022-09-24 01:38:25 +08:00
c9s
bfc4cc0db1
bbgo: check options.price when limit order taker ratio is given
2022-09-24 01:27:28 +08:00
c9s
14c941c9f3
bbgo: add submitOrder retry limit
2022-09-24 01:25:28 +08:00
c9s
90303b38e2
remove unused NotifyFunc
2022-09-24 01:15:18 +08:00
zenix
fdbcaef2ca
fix: use ZeroAssetError, refactor
2022-09-22 20:26:18 +09:00
Fredrik
29f0e0d07c
refactoring
2022-09-22 09:16:37 +02:00
なるみ
4b1f7c65ce
reduce frequency of querying data from coinmarketcap
2022-09-22 14:12:18 +08:00
zenix
ac2f7decdf
fix: dup naming, remove Leverage from drift field
2022-09-22 13:48:01 +09:00
zenix
15308fbe3b
fix: add FieldByIndexErr and eliminate all possible panic
2022-09-22 13:41:09 +09:00
zenix
fd875c7060
fix: add series.filter, fix fixedpoint.Four, fix modifiable for embedded fields, change drift to use openPosition, modify openPosition behavior
2022-09-22 13:01:26 +09:00
zenix
d8dea22e10
fix: set ctx
2022-09-21 15:32:55 +09:00
zenix
9cce165aa5
fix: extract split string by length as a function
2022-09-21 15:14:33 +09:00
Fredrik
2fb4c7e258
add limit to optimizer results
2022-09-20 22:49:21 +02:00
zenix
097860af6b
fix: add rate limit on telegram api and split messages by unicode with size limitation
2022-09-20 17:02:02 +09:00
c9s
2a9fdcc998
bump version to v1.41.0
2022-09-20 15:34:43 +08:00
c9s
247a22c4fe
xmaker: fix profit stats notification
2022-09-20 15:09:22 +08:00
c9s
de1b0bccfc
types: fix balance filtering
2022-09-20 15:08:49 +08:00
Yo-An Lin
17b5e3566a
Merge pull request #960 from c9s/refactor/notification
...
improve: improve the existing notification switch settings
2022-09-20 12:25:06 +08:00
Yo-An Lin
1086845522
Merge pull request #961 from frin1/fix/exit_protective_stop_loss-repay
...
Feature: Add auto-repay to exit_protective_stop_loss
2022-09-20 12:04:24 +08:00
austin362667
beb13449cb
strategy: refactor oneliner to irr
2022-09-20 10:32:57 +08:00
austin362667
4f99110d2b
stratgy: add oneliner
2022-09-20 10:32:57 +08:00
Fredrik
2dfa27d934
Add auto-repay
2022-09-19 21:39:13 +02:00
c9s
4387b078c0
bbgo: add basic notification switch
2022-09-19 19:28:29 +08:00
c9s
75b61ea285
bbgo: add NotificationSwitches
2022-09-19 19:25:18 +08:00
c9s
b067d67eab
bbgo: drop legacy notification routing
2022-09-19 19:22:08 +08:00
Yo-An Lin
29376defa3
Merge pull request #958 from c9s/strategy/pivotshort
...
WIP: strategy/pivotshort: more improvements
2022-09-19 17:27:31 +08:00
c9s
1c58a44e44
binance: implement get margin max borrowable request
2022-09-19 17:09:34 +08:00
c9s
d73880d0a8
binance: upgrade github.com/adshao/go-binance/v2 to v2.3.8
2022-09-19 17:02:50 +08:00
c9s
c8f5bf8b08
bbgo: check e.session.Margin flag
2022-09-19 16:00:12 +08:00
c9s
b3ae4929be
bbgo: make the max borrowing error message clear
2022-09-19 14:56:13 +08:00
c9s
7ef008dc4f
telegramnotifier: show error message in the telegram log
2022-09-19 14:55:58 +08:00
Yo-An Lin
cddc70fb0d
Merge pull request #957 from c9s/fix/submit-order-notify
...
bbgo: remove submitOrder notification
2022-09-19 14:23:38 +08:00
c9s
1c23881da9
bbgo: check closing flag to avoid double closing
2022-09-19 13:23:23 +08:00
c9s
05defc3aad
bbgo: fix base amount borrow check
2022-09-19 13:12:49 +08:00
c9s
d4398bbbf9
bbgo: add more simple slice types to FilterSimpleArgs
2022-09-19 13:07:56 +08:00
c9s
e48ae215e5
bbgo: remove Notifiability from the order executor
2022-09-19 09:51:48 +08:00
Yo-An Lin
8e8979645d
Merge pull request #956 from c9s/improve/max-borrowable
...
improve: bbgo: use margin asset borrowable amount to adjust the quantity
2022-09-19 09:47:23 +08:00
c9s
850f3c86ba
types: fix net asset value display in telegram
2022-09-19 09:45:18 +08:00
c9s
d7711867b2
types: fix net asset value display in telegram
2022-09-19 09:44:26 +08:00
c9s
5800eab165
bbgo: remove submitOrder notification
2022-09-19 09:40:52 +08:00
c9s
59b1e52439
bbgo: remove submitOrder notification
2022-09-19 09:38:57 +08:00
c9s
f9f2df29e7
types: use passed time to reset today pnl
2022-09-19 09:33:18 +08:00
c9s
26cf048c84
types: preset fixedpoint zero fields
2022-09-19 09:31:04 +08:00
c9s
dc0fca09f2
types: rename json fields to grossProfit and grossLoss
2022-09-19 09:28:28 +08:00
c9s
1d1d5d497f
bbgo: init call to updateMarginAssetMaxBorrowable
2022-09-19 09:25:54 +08:00
c9s
8180153e9c
bbgo: use margin asset borrowable amount to adjust the quantity
2022-09-19 09:10:59 +08:00
Yo-An Lin
3230088f9f
Merge pull request #953 from zenixls2/fix/drift
...
fix: drift minus weight, preloaded kline not enough
2022-09-17 18:15:44 +08:00
Yo-An Lin
39c347f0a0
Merge pull request #950 from c9s/strategy/pivotshort
...
strategy/pivotshort
2022-09-17 18:14:41 +08:00
zenix
7044b0d8ea
fix: drift minus weight, preloaded kline not enough
2022-09-16 19:11:36 +09:00
Zenix
44de961ea1
Merge pull request #942 from zenixls2/feature/modifiable
...
feature: add modify tg command. fix wdrift ma length
2022-09-16 15:23:38 +09:00
c9s
be40ed7410
bbgo: refactor marginAssetUpdater
2022-09-16 12:19:30 +08:00
c9s
d4f74822ad
bbgo/exit_protective_stop_loss: use types.KLineWith
2022-09-16 11:20:39 +08:00
c9s
2f575488c2
pivotshort: fix log format and notification
2022-09-16 11:18:11 +08:00
c9s
9ebb8ada13
optimizer: wrap error with the output if err is not nil
2022-09-16 01:53:23 +08:00
c9s
9819f0941b
pivotshort: clean up debug comment
2022-09-16 01:24:01 +08:00
c9s
cd338f8fe2
pivotshort: add pivotWindow parameter
2022-09-16 01:23:15 +08:00
c9s
427723dcaf
bbgo: improve trendEMA condition
2022-09-16 01:20:48 +08:00
c9s
3d7fc75e4b
pivotshort: add MACDDivergence protection
2022-09-16 01:15:18 +08:00
c9s
e2dd7c7360
indicator: improve macd indicator update callback
2022-09-15 17:53:12 +08:00
c9s
24fd81986c
types: init today since if it's 0
2022-09-15 17:29:16 +08:00
c9s
f0c0c6712d
types: use tradedAt time instead of time.Now
2022-09-15 17:26:35 +08:00
c9s
0ead18a95b
types: fix gross profit calculation
2022-09-15 17:12:12 +08:00
c9s
8bfd1f7f30
indicator: refactor pivot function to floats
2022-09-15 17:12:10 +08:00
c9s
a297b26dfb
types: fix AccumulatedSince initialization
2022-09-15 17:10:53 +08:00
c9s
0096d561d7
types: fix gross profit calculation
2022-09-15 17:09:32 +08:00
c9s
432f9df137
indicator: refactor pivot function to floats
2022-09-15 11:49:19 +08:00
c9s
539513ada0
pivotshort: fix breaklow parameters
2022-09-14 21:03:54 +08:00
zenix
528d65c9fb
fix: hide ZeroValue from dynamic
2022-09-14 20:12:53 +09:00
zenix
b66bcb1f67
fix: add more test cases on reflect.Value.Set
2022-09-14 20:11:38 +09:00
c9s
53d622daf5
pivotshort: add the kline object to the notification
2022-09-14 19:08:54 +08:00
c9s
728cb6d56c
pivotshort: add one more kline pattern to check the break
2022-09-14 19:08:21 +08:00
c9s
3ab5d35b77
bbgo: fix macdIndicators map initialization
2022-09-14 18:44:38 +08:00
c9s
67b526120a
indicator/macd: fix update callback and add log in pivotshort
2022-09-14 18:41:11 +08:00
c9s
7fd2b7472c
bbgo: integrate MACD indicator into standard indicator set
2022-09-14 18:33:06 +08:00
c9s
82b4594984
pivotshort: remove unused trendEMA floats
2022-09-14 18:20:56 +08:00
c9s
ebf4abf54d
pivotshort: improve last high/low invalidation
2022-09-14 18:20:02 +08:00
c9s
88696bc6d2
bbgo: add more interface implementation for order executor
2022-09-14 15:54:43 +08:00
Yo-An Lin
dc195e824b
Merge pull request #920 from austin362667/austin362667/factorzoo
...
strategy: add trend trader
2022-09-14 15:00:08 +08:00
Yo-An Lin
54782e763b
Merge pull request #947 from c9s/fix/acc-vol-stop
...
improve: accumulated volume stop method
2022-09-14 12:42:16 +08:00
c9s
1880553a65
bbgo: cumulated volume stop - compare shadow height
2022-09-14 12:32:36 +08:00
c9s
4b04beb729
types: fix kline receiver type
2022-09-14 12:04:19 +08:00
c9s
d022c80727
bbgo: add strict condition for CumulatedVolumeTakeProfit
2022-09-14 12:04:12 +08:00
zenix
aaa657dcc3
fix: move some modify implementation to dynamic
2022-09-14 12:38:22 +09:00
Yo-An Lin
a3034546f4
Merge pull request #945 from narumiruna/feature/marketcap/coinmarketcap
...
FEATURE: marketcap: get marketcap values from coinmarketcap
2022-09-14 10:58:08 +08:00
Yo-An Lin
cfeb0ba97b
Merge pull request #946 from c9s/fix/telegram-error
...
bbgo: fix telegram message error, there must be one message to send
2022-09-14 10:57:10 +08:00
zenix
d40b34e4d6
feature: add modify tg command. fix wdrift ma length
2022-09-14 11:08:10 +09:00
c9s
402ac58b53
pivotshort: fix pilotQuantity calculation
2022-09-14 03:10:48 +08:00
c9s
0b9320f7dc
interact: fix telegram message length check
2022-09-14 02:56:47 +08:00
c9s
b855267604
bbgo: wrap keyboard removal in defer func
2022-09-14 02:53:32 +08:00
なるみ
7b218e65e2
remove unused field
2022-09-14 02:51:12 +08:00
c9s
1d1ec12417
bbgo: fix telegram message error, there must be one message to send
2022-09-14 02:51:07 +08:00
なるみ
71ae75df73
fixup! get marketcap values from coinmarketcap
2022-09-14 02:47:12 +08:00
なるみ
e7a7e21b68
remove notifiability
2022-09-14 02:46:23 +08:00
なるみ
9b5f204cbe
get marketcap values from coinmarketcap
2022-09-14 02:44:57 +08:00
c9s
b76d779902
types: add BalanceMap_Assets test case
2022-09-14 02:26:06 +08:00
c9s
b4990f173d
xnav: fix negative usd value check
2022-09-14 02:20:54 +08:00
c9s
02dab542c4
bbgo: add USDTTWD price test case
2022-09-14 02:18:39 +08:00
c9s
c9b064f0ac
types: define PriceMap type
2022-09-14 02:18:39 +08:00
c9s
809294b054
bbgo: add test case for calculateNetValueInQuote
2022-09-14 02:18:39 +08:00
c9s
7617679651
pivotshort: add EarlyStopRatio config
2022-09-14 02:18:39 +08:00
c9s
fe9a546c65
pivotshort: improve notification
2022-09-14 02:18:39 +08:00
c9s
f0ea9a357a
pivotshort: add one more kline price compare condition
2022-09-14 02:18:39 +08:00
なるみ
0a07a70415
Merge pull request #943 from narumiruna/fix/marketcap-market-error
...
FIX: fix market error
2022-09-13 23:45:41 +08:00
なるみ
9af58b07ec
fix market error
2022-09-13 23:35:29 +08:00
c9s
613b23eab5
pivotshort: add FastWindow parameter
2022-09-13 13:09:11 +08:00
c9s
e171932f07
pivotshort: fix fast high filtering
2022-09-13 11:57:38 +08:00
c9s
8d4eb611f3
bbgo: add more open position doc comments
2022-09-12 23:48:40 +08:00
c9s
68d40de62c
pivotshort/failedbreakhigh: call OpenPosition method
2022-09-12 23:38:27 +08:00
c9s
b22a48cb8a
pivotshort: fix fast low pivot filtering
2022-09-12 23:32:53 +08:00
c9s
ba85e7e5ff
pivotshort: add fastWindow parameter
2022-09-12 23:26:40 +08:00
c9s
776f89b2f2
pivotshort: apply OpenPositionOptions to breakLow
2022-09-12 23:24:37 +08:00
c9s
04f7b96c6a
pivotshort: add fast pivot high filtering
2022-09-12 23:13:31 +08:00
c9s
e23ed8c783
pivotshort: add fastpivot
2022-09-12 23:13:31 +08:00
Yo-An Lin
4b78ba112f
Merge pull request #939 from c9s/fix/rate-limit-adjustment
...
binance: add queryTrades rate limiter
2022-09-12 15:11:53 +08:00
c9s
a5ba870cd8
binance: add queryTrades rate limiter
2022-09-12 15:03:01 +08:00
c9s
424a1dec3f
bbgo: add lightweight mode
2022-09-12 14:24:18 +08:00
c9s
f729937527
bump version to v1.40.4
2022-09-12 00:43:53 +08:00
Yo-An Lin
2214920b37
Merge pull request #935 from c9s/fix/open-position
...
bbgo: add price check and add max leverage for cross margin
2022-09-12 00:42:12 +08:00
Yo-An Lin
4ea723d1d8
Merge pull request #937 from c9s/feature/telegram-error-log-hook
...
notifier: redirect error, panic, fatal error to telegram
2022-09-12 00:39:12 +08:00
Yo-An Lin
8462054d58
Merge pull request #936 from COLDTURNIP/fix/bollmaker_dyn_spread_setting_backward_compatibility
...
bollmaker: fix settings overriding
2022-09-12 00:38:58 +08:00
Yo-An Lin
5db41f4be2
Merge pull request #934 from c9s/fix/pnl-position
...
pnl: fix nil position point issue
2022-09-12 00:32:17 +08:00
c9s
b8e18dd75c
notifier: redirect error, panic, fatal error to telegram
2022-09-12 00:29:12 +08:00
Raphanus Lo
8286356d3b
bollmaker: fix settings overriding
2022-09-12 00:27:11 +08:00
c9s
20dd37c1e2
slacknotifier: drop unused code
2022-09-12 00:17:00 +08:00
c9s
caf57010a6
bbgo: move up base balance variable
2022-09-12 00:13:49 +08:00
c9s
53c4178ae2
bbgo: fix reverse pair price lookup and add tests
2022-09-12 00:05:22 +08:00
c9s
3b1725014b
bbgo: fix account value calculation for mixed usd fiat
2022-09-11 23:51:24 +08:00
c9s
307c5f2a8d
bbgo: add price check and add max leverage for cross margin
2022-09-11 23:26:48 +08:00
c9s
4617245cbf
pnl: fix nil position point issue
2022-09-11 23:18:54 +08:00
Raphanus Lo
cf16176f5e
bollmaker: fix backward compatibility of dynamic spread settings
2022-09-11 20:58:13 +08:00
c9s
aebc6f7fb8
bump version to v1.40.3
2022-09-11 18:02:42 +08:00
c9s
db94b2690a
bbgo: check base balance only for long position
2022-09-11 17:49:24 +08:00
c9s
7b68e5ee27
bbgo: fix balance lock issue
2022-09-11 17:46:23 +08:00
c9s
a425c940fa
bollmaker: add trendEMA support
2022-09-11 17:28:54 +08:00
c9s
080b4dea95
bollmaker: add doc file for bollmaker
2022-09-11 16:56:05 +08:00
Yo-An Lin
3c4bad6124
Merge pull request #930 from andycheng123/fix/pivotshort-trendema
...
Fix: Pivotshort
2022-09-11 16:53:02 +08:00
Yo-An Lin
e0d3a5ec95
Merge pull request #929 from frin1/supertrend-draw-pnl
...
feature: strategy/supertrend: draw pnl on
2022-09-11 16:52:46 +08:00
Fredrik
386ab1f6f3
refactor draw on supertrend
2022-09-11 09:48:08 +02:00
Fredrik
3a188aa66a
rename variables
2022-09-11 08:44:59 +02:00
Andy Cheng
df7d768b94
strategy/pivotshort: add trendema test case
2022-09-11 14:42:05 +08:00
c9s
f2e3acf8ec
binance: emit reconnect when received ListenKeyExpired
2022-09-11 14:11:50 +08:00
c9s
ff635195fb
binance: add listenKeyExpired callback
2022-09-11 14:10:30 +08:00
Andy Cheng
98bd6ca1d2
strategy/pivotshort: make strategy controller work
2022-09-11 14:09:46 +08:00
c9s
4890d19ebf
binance: parse listenKeyExpired event
2022-09-11 14:06:55 +08:00
Andy Cheng
f132666738
strategy/pivotshort: fix trendema
2022-09-11 13:56:36 +08:00
Yo-An Lin
42a358fd34
Merge pull request #928 from c9s/refactor/iteract-filter
...
refactor: refactor interact strategy filter functions
2022-09-11 12:20:38 +08:00
Fredrik
e02840e08d
Feature: draw pnl
2022-09-11 01:19:23 +02:00
c9s
7b58460d00
bbgo/interact: move strategy filter functions to the bottom
2022-09-11 03:15:11 +08:00
c9s
8961c940b2
bbgo: add two test cases for reflect
2022-09-11 03:13:10 +08:00
Yo-An Lin
d45bc9e509
Merge pull request #927 from c9s/refactor/submit-order
...
refactor: simplify submit order
2022-09-11 02:58:47 +08:00
c9s
278aa026f2
bbgo/interact: refactor strategy filter functions
2022-09-11 02:55:58 +08:00
c9s
442ca9287d
bbgo: implement position reset
2022-09-11 02:46:58 +08:00
c9s
3be801ab6b
bbgo/interact: add /resetposition command
2022-09-11 02:41:59 +08:00
c9s
9474c2779c
bbgo: call notify when opening new position
2022-09-11 02:36:45 +08:00
c9s
5c18bc4d41
bbgo: notify closing position
2022-09-11 02:33:32 +08:00
c9s
6c22c3799e
bbgo: Add ClosePosition doc comment
2022-09-11 02:01:48 +08:00
Yo-An Lin
e0228f80f4
Merge pull request #926 from c9s/feature/open-position
...
fix: handle created orders before we retry
2022-09-10 13:37:16 +08:00
c9s
c484c1f176
reformat code
2022-09-10 13:31:31 +08:00
c9s
29105eb57f
all: simplify underlying exchange submitOrder method
...
- Replace SubmitOrders with SubmitOrder
- Accept only one submit order and return one created order
- Add bbgo.BatchPlaceOrders helper method and bbgo.BatchRetryPlaceOrders method
2022-09-09 18:41:06 +08:00
Yo-An Lin
e86df62daf
Merge pull request #925 from c9s/feature/open-position
...
feature: order executor open position method
2022-09-09 17:58:12 +08:00
c9s
94780b39e6
bbgo: order executor should collect the created orders first before we retry
2022-09-09 17:55:51 +08:00
c9s
5f2254e2cb
bbgo: add description to the open position options
2022-09-09 17:50:21 +08:00
c9s
8dca24e9ee
all: solve cyclic import
2022-09-09 17:40:17 +08:00
c9s
2e95246687
bbgo: add OpenPosition method
2022-09-09 13:57:39 +08:00
c9s
90f3727d68
pivotshort: log submit order error
2022-09-08 23:19:14 +08:00
c9s
edc8c132d5
pivotshort: print stopEMA protection
2022-09-08 23:17:35 +08:00
Yo-An Lin
1c7b40a0be
Merge pull request #922 from c9s/fix/trade-stats-for-live
...
fix: types/tradeStats: use last order id to identity consecutive win and loss
2022-09-08 17:30:48 +08:00
c9s
3aebb58091
types/tradeStats: use tester
2022-09-08 16:37:47 +08:00
c9s
3b208ee4ef
types/tradeStats: expose Recalculate trade stats method
2022-09-08 16:29:48 +08:00
c9s
950e998ed1
types/tradeStats: call updates when marshalling
2022-09-08 16:10:18 +08:00
c9s
d12df59c1b
types/tradeStats: use last order id to identity consecutive win and loss
2022-09-08 15:49:23 +08:00
Yo-An Lin
3e07f1fa86
Merge pull request #921 from andycheng123/improve/supertrend-strategy-profit-report
...
strategy/supertrend: use ma by day instead of by trade
2022-09-08 12:15:50 +08:00
Andy Cheng
6ca1a80cf9
strategy/supertrend: use ma by day instead of by trade
2022-09-07 18:27:11 +08:00
Zenix
afad9cca47
Merge pull request #910 from zenixls2/feature/ewo_renew
...
SerialMarketDataStore, elliottwave renewal
2022-09-07 18:54:01 +09:00
Yo-An Lin
d24b816518
Merge pull request #919 from c9s/fix/trade-stats-for-live
...
feature: add fixedpoint.Reducer, Counter and add update stats method on TradeStats
2022-09-07 17:36:49 +08:00
austin362667
46b3fabfe3
strategy: add trend trader
...
strategy: add trend treader
strategy: add trend treader
2022-09-07 16:11:31 +08:00
austin362667
8b97e4c4e8
audacity: finalize strategy
2022-09-07 16:05:51 +08:00
austin362667
713ead669e
audacity: stddev outlier func & all order change to maker
2022-09-07 16:05:51 +08:00
austin362667
43a3e21a7b
audacitymaker: rename perTrade
2022-09-07 16:05:51 +08:00
austin362667
132f700377
builtib: update strategy registery
2022-09-07 16:05:51 +08:00
austin362667
73a8f3586f
builtib: update strategy list
...
builtib: update strategy list
2022-09-07 16:05:51 +08:00
austin362667
1d727345ee
strategy: redesign to audacitymaker
2022-09-07 16:05:51 +08:00
austin362667
833d30ce64
ktrade: add second try
2022-09-07 16:05:51 +08:00
austin362667
6a119bfca0
ktrade: remove ticker
2022-09-07 16:05:51 +08:00
austin362667
a18a06819e
ktrade: error handling
...
ktrade: remove error handling
ktrade: remove error handling
ktrade: remove error handling
ktrade: error handling
2022-09-07 16:05:51 +08:00
austin362667
49f7c3de46
ktrade: rounding instead of ceil/floor
2022-09-07 16:05:51 +08:00
austin362667
42d7117464
strategy: add ktrade
2022-09-07 16:05:51 +08:00
c9s
56c53958cd
fixedpoint: positive tester and negative tester
2022-09-07 15:11:07 +08:00
c9s
c62330b2c1
fixedpoint: add counter func
2022-09-07 14:05:44 +08:00
c9s
e28921879d
types: implement stats update method for live trading
2022-09-07 14:02:57 +08:00
zenix
e7a5669018
fix: lowestPrice in elliottwave, add more logs
2022-09-07 15:02:38 +09:00
c9s
668180f8aa
fixedpoint: add reducer and its tests
2022-09-07 14:00:26 +08:00
c9s
e161f4ec1a
fixedpoint: add sort interface support on fixedpoint
2022-09-07 12:35:09 +08:00
c9s
e0e279f756
fixedpoint: add reducer
2022-09-07 12:28:13 +08:00
c9s
6b4661783d
types: group profits by order id
2022-09-07 11:59:08 +08:00
c9s
4c3334c482
types: assign orderID to profit object
2022-09-07 11:57:09 +08:00
c9s
889318ddcb
cmd/order: add market order support
2022-09-07 02:17:56 +08:00
c9s
90b633158a
cmd/order: add margin-side-effect option
2022-09-07 02:01:38 +08: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
c9s
9bbd69c030
bump version to v1.40.2
2022-09-07 00:40:01 +08:00
c9s
f62eb301e3
fix: fix pivothigh indicator use high instead of low
2022-09-06 23:39:13 +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
b35bce1afd
fix: remove non-code file
2022-09-06 14:36:55 +09:00
zenix
1d0893b699
fix: enable interval parsing for non-whitelisted time spans
2022-09-06 14:26:17 +09:00
c9s
ed975de2cd
cmd: write config json file into the backtest report dir
2022-09-06 13:20:37 +08:00
c9s
8ed39f7565
cmd: add session name to the symbol report json file
2022-09-06 13:18:35 +08:00
Raphanus Lo
7416f1074a
Merge pull request #915 from COLDTURNIP/feature/observer_filters
...
feature: add G-H filter and Kalman filter
2022-09-05 20:29:41 +08: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
28802dd107
feature: re-implement heikinashi for elliottwave
2022-09-05 19:32:35 +09:00
zenix
4a878b5596
fix: rename generalorderexecutor.cancel to gracefulcancelorder
2022-09-05 19:32:35 +09:00
zenix
ff7fd38372
feature: ewo add draw function
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
c9s
925df19ee0
bump version to v1.40.1
2022-09-05 18:19:03 +08:00
c9s
28027518f6
fix utils/generate-version-file.sh
2022-09-05 18:18:45 +08:00
c9s
bf4eade604
backtest: fix backtest fee mode when fee currency is not base or quote
2022-09-05 17:41:12 +08:00
Raphanus Lo
65cd17dbbb
bbgo: add G-H & Kalman filters to the standard indicator set
2022-09-05 17:13:50 +08:00
Raphanus Lo
425d9e0475
indicator: GH & Kalman filters: remove deprecated method implementation
2022-09-05 16:51:30 +08:00
Raphanus Lo
9c684c124c
feature: add G-H filter and Kalman filter
...
- implement G-H (alpha beta) filter and Kalman filter
- compare the predict accurateness with other indicator
2022-09-04 21:48:05 +08:00
Larry Lu
269529afa4
Fix typo
2022-09-04 13:35:01 +08:00
Yo-An Lin
55474b4bf9
Merge pull request #913 from COLDTURNIP/fix/fixedpoint_support_inf_string_unmarshal
...
fix: fixedpoint UnarshalJson on inf
2022-09-02 15:14:34 +08:00
Raphanus Lo
338c4ea170
fix: fixedpoint UnarshalJson on inf for decimal support
2022-09-02 15:02:46 +08:00
c9s
3a225fe7c7
backtest: fix tests for fee
2022-09-02 14:31:04 +08:00
Raphanus Lo
750bdc82b5
fix: fixedpoint UnarshalJson on inf
2022-09-02 14:17:51 +08:00
c9s
db622fbb55
types: add CsvHeaders and CsvRecords methods to TradeStats
2022-09-02 14:16:16 +08:00
c9s
5c8d2a019a
backtest: rename BackTest to Backtest
2022-09-02 14:16:16 +08:00
c9s
30742bcf0b
backtest: set default fee mode to quote mode
2022-09-02 14:16:16 +08:00
c9s
2e9487e9f4
backtest: fix fee calculator
2022-09-02 14:16:16 +08:00
c9s
d2f9a352a2
backtest,accounting: add position info to the average cost pnl report
2022-09-02 14:16:16 +08:00
c9s
45fb87f2b8
backtest: add fee mode function tests
2022-09-02 14:16:16 +08:00
c9s
10ed706ed6
backtest: move fee mode functions to fee.go
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
zenix
acd057cf3e
fix: set exchangeDataSource to pointer in backtest to prevent pass by copy in for loop
2022-09-02 12:32:38 +09:00
Zenix
57d283726a
Merge pull request #900 from zenixls2/fix/backtest
...
fix: backtest
2022-09-01 11:57:05 +09:00
Yo-An Lin
58487aca4b
Merge pull request #908 from c9s/strategy/pivotshort-failed-break-high
...
strategy/pivotshort: failed break high improvements
2022-08-31 13:56:59 +08:00
c9s
149b1e1444
pivotshort: add BreakInterval config
2022-08-31 13:00:32 +08:00
c9s
3598550d3f
pivotshort: vwma interval should be consistent
2022-08-31 13:00:25 +08:00
c9s
c7bff1695e
pivotshort: avoid using 1m interval to check break
2022-08-31 12:59:54 +08:00
c9s
df902b236c
pivotshort: add vwma condition
2022-08-31 12:59:48 +08:00
zenix
a28b257568
fix: debug code
2022-08-31 13:01:00 +09:00
Raphanus Lo
0b6cc6d3cd
strategy: bollmaker: sensitivity factor of BB width ratio
2022-08-31 04:31:17 +08:00
c9s
51972e9e28
bbgo: fix indicator load key duplicate issue
2022-08-31 01:45:06 +08:00
c9s
70fb6d19a9
indicator: rename PivotHigh value field
2022-08-31 01:44:51 +08:00
c9s
8fcc3ee368
indicator: update pivot low and pivot high indicator
2022-08-31 01:44:38 +08:00
c9s
9d97eedc0e
pivotshort: add failedBreakHigh
2022-08-31 00:37:17 +08:00
c9s
ca1e9e9657
pivotshort: remove the legacy support take profit
2022-08-31 00:37:12 +08:00
zenix
b52598d1ad
fix: fixedpoint MarshalJson on inf
2022-08-30 21:55:16 +09:00
zenix
51d7c1b9ad
fix: currentTime in backtest not updated
2022-08-30 21:12:23 +09:00
zenix
be1f6e7242
fix: add description on the limit taker behavior
2022-08-30 21:07:49 +09:00
zenix
c2d5a5961f
fix: legacy fixedpoint inf handling, refactor backtest kline consuming
2022-08-30 21:02:21 +09:00
zenix
20ee3fdfbb
fix: nan in sortino and sharpe
2022-08-30 12:42:50 +09:00
zenix
c73f4018d0
fix: null pointer error on NextKLine
2022-08-30 12:09:39 +09:00
Yo-An Lin
251d1b7095
Merge pull request #899 from c9s/fix/local-timezone
...
fix: fix localtime zone issue for the web-based backtest report
2022-08-30 00:57:24 +08:00
Raphanus Lo
6314a31554
strategy: bollmaker: dynamic spread by weighted Bollinger width ratio
2022-08-29 21:41:34 +08:00
zenix
ecc959835a
fix: cache params and kline until next kline 1m appears
2022-08-29 19:46:58 +09:00
zenix
1eb03c3dba
fix: taker price, matching engine kline emit order and process order, nan in sortino and sharpe
2022-08-29 14:11:02 +09: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
c8c7211e75
pivotshort: fix resistance short subscribe
2022-08-26 17:55:59 +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
ba918f80ee
floats: add test case for Lower and Higher
2022-08-26 16:57:46 +08:00
c9s
f0ef60bb2b
floats: add reference link
2022-08-26 16:28:57 +08:00
c9s
9a0988db35
floats: port some functions from ta-lib
...
see https://github.com/markcheno/go-talib/blob/master/talib.go
2022-08-26 16:25:31 +08:00
c9s
52d245ecf1
floats: move floats related functions and add crossover, crossunder funcs
2022-08-26 16:15:39 +08:00
Raphanus Lo
a2ab9db4eb
strategy: bollmaker: fix nil pointer
2022-08-25 23:43:31 +08:00
c9s
5953fe49d1
all: move float slice/map to a single package
2022-08-25 17:31:42 +08:00
Raphanus Lo
de4f3721a2
backtest: avoid inifite float64 JSON serializing issue
2022-08-25 15:45:08 +08:00
Raphanus Lo
de59c1bd13
backtest: reformat sharpe/sortino report
2022-08-25 15:45:08 +08:00
Raphanus Lo
ad1b9a53a1
backtest: calculate realized Sharpe & Sortino ratios
2022-08-25 15:45:08 +08:00
Andy Cheng
e2774ed2b5
Merge pull request #880 from andycheng123/improve/supertrend-strategy-report
...
Improve: strategy-supertrend output acc. profit report to tsv file
2022-08-25 14:25:03 +08:00
Andy Cheng
fcaa6466b6
strategy/bollmaker: preload dynamic spreads
2022-08-25 13:44:38 +08:00
c9s
702ce5220b
autoborrow: improve debtRatio repay
2022-08-25 11:05:31 +08:00
Yo-An Lin
066b0ca30e
Merge pull request #892 from c9s/feature/pivot-right-window
...
feature: add pivot low right window support
2022-08-24 19:44:44 +08:00
c9s
2e71e63fae
all: fix interval window struct usage
2022-08-24 18:17:37 +08:00
c9s
d71fd362b7
indicator: rename KLinePriceMapper to KLineValueMapper
2022-08-24 17:53:22 +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
f43f9af20f
indicator: extract pivot calculator and pull out the function handler
2022-08-24 17:37:44 +08:00
c9s
d930065bea
bbgo: move stoch to the simple indicator set
2022-08-24 17:34:19 +08:00
c9s
1a9c9a6d30
indicator: fix pivot low window calculation
2022-08-24 17:34:01 +08:00
c9s
8a020c34e3
bbgo: add package doc to bbgo
2022-08-24 16:54:31 +08:00
Zenix
3a98ae00b9
Merge pull request #890 from zenixls2/feature/wdrift
...
weighted drift
2022-08-24 16:59:25 +09:00
Andy Cheng
6176c06002
strategy/supertrend: use pointer for AccumulatedProfitReport field in strategy struct
2022-08-24 13:58:30 +08:00
c9s
bf09533a6d
make: run gofmt on the version file
2022-08-24 13:03:00 +08:00
c9s
68064bfe44
move and fix binance exchange api examples
2022-08-24 12:58:06 +08:00
c9s
88f243c91b
util: move math util functions to util
2022-08-24 11:34:55 +08:00
Andy Cheng
978db22c0a
strategy/supertrend: accumulated daily profit uses its own window config
2022-08-24 11:23:48 +08:00
Andy Cheng
592eae8c3c
strategy/supertrend: output by interval
2022-08-23 18:43:13 +08:00
zenix
6b6a24a655
feature: add gma, add wdrift, export drift filter, fix: LastPrice truncation
2022-08-23 17:22:45 +09:00
c9s
94615f7ecf
all: remove empty files
2022-08-23 02:25:02 +08:00
c9s
c86b29e6dc
all: resolve import cycle
2022-08-23 02:12:26 +08:00
c9s
0947c28294
all: move PrintConfig to pkg/util
2022-08-23 01:56:15 +08:00
c9s
2611012d28
types: move json struct to types package
2022-08-23 01:54:29 +08:00
c9s
c0abae90a7
bump version to v1.39.2
2022-08-20 00:10:01 +08:00
c9s
5a4d71b073
strategy/autoborrow: fix reBalanceDebt check
2022-08-19 18:56:25 +08:00
c9s
5d85ceeec4
service/backtest: filter klines that will be closed in the future
2022-08-19 17:55:48 +08:00
c9s
49728622bc
service/backtest: use second instead of milliseconds for filtering
2022-08-19 17:53:45 +08:00
c9s
5e1e0c7661
service/backtest: check and filter kline by its endTime
2022-08-19 17:28:55 +08:00
c9s
834487d568
strategy/schedule: add MaxBaseBalance config
2022-08-19 16:48:43 +08:00
c9s
4622f9f34e
autoborrow: add more verbose logs
2022-08-19 16:10:13 +08:00
c9s
8827fc3ec6
binance: fix futures/margin order sync issue
...
fixes : #887
2022-08-19 15:28:24 +08:00
Zenix
bcd524361d
Merge pull request #886 from COLDTURNIP/feature/sortino_ratio
...
Add Sortino ratio
2022-08-19 16:14:46 +09:00
Yo-An Lin
039fc21505
Merge pull request #881 from zenixls2/feature/print_strategy_config
...
print strategy config
2022-08-19 15:13:50 +08:00
Raphanus Lo
747839212a
feature: add Sortino ratio
2022-08-18 23:26:54 +08:00
zenix
5030b93285
fix: move canInt to dynamic
2022-08-18 18:05:52 +09:00
c9s
369fc8c4ea
bump version to v1.39.1
2022-08-18 16:44:53 +08:00
zenix
a958d4d092
fix: matching_test add TickSize
2022-08-18 17:38:27 +09:00
zenix
e1c2ed40ff
fix: truncate price in backtest, don't truncate amount, add TruncatePrice function
2022-08-18 17:38:27 +09:00
zenix
66a2f55f9a
fix: matching test by adding default stepSize on BTCUSDT
2022-08-18 17:38:27 +09:00
zenix
f7398f163a
fix: inequality on quantites of balances and submitted orders in backtest
2022-08-18 17:38:27 +09:00
zenix
2720ee90b1
fix: equation of exit dump
2022-08-18 17:38:27 +09:00
zenix
e5c1152030
doc: add comment to strategy config printing func
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
4d32a578d7
backtest: emit balance update if we got some quote back
2022-08-18 16:09:07 +08:00
c9s
bd8b362274
backtest: delay the order update after the balance unlock
2022-08-18 15:43:09 +08:00
c9s
3a24a48cde
backtest: fix execution price for stop limit taker orders
2022-08-18 15:26:09 +08:00
c9s
9f9fc098f4
backtest: clean up todo
2022-08-18 15:11:27 +08:00
c9s
6c4d5041ba
backtest: fix limit taker lock issue
2022-08-18 15:09:46 +08:00
c9s
d7dbfd7613
bump version to v1.39.0
2022-08-18 13:43:48 +08:00
Andy Cheng
f990947370
bump version to v1.39.0
2022-08-17 18:59:26 +08:00
c9s
94e2e28edd
strategy/autoborrow: add debt re-balancing
2022-08-17 16:45:10 +08:00
c9s
c6e4fcf0c2
binance: fix QueryOrderTrades
2022-08-17 16:08:11 +08:00
c9s
b4e71dd5bb
binance: implement QueryOrderTrades method
2022-08-17 16:08:09 +08:00
c9s
53b8fd488e
types: add trade stats omitempty tag option
2022-08-17 16:07:47 +08:00
c9s
df8a4bef93
bbgo: remove unused trade store symbol argument
2022-08-17 16:02:42 +08:00
c9s
fa34a0ee70
binance: handle order status expired
2022-08-17 16:02:11 +08:00
Andy Cheng
2b638d1f8f
strategy/supertrend: use pkg/data/tsv for tsv output
2022-08-16 15:49:08 +08:00
Andy Cheng
cd09ee0e34
Merge pull request #877 from andycheng123/improve/supertrend-strategy
...
strategy/supertrend: update example config
2022-08-16 15:38:21 +08:00
Andy Cheng
b5beadceb4
exhange/binance: exclude unrealized pnl from balance calculation
2022-08-16 15:06:13 +08:00
Raphanus Lo
b4e32a9ba7
hoptimizer: manually early stop
...
User is now able to stop trials by sending system signal (SIGINT & SIGTERM) and see the report earlier at any time.
2022-08-16 14:55:39 +08:00
Andy Cheng
f7feb7e0fc
strategy/supertrend: output acc. profit report to tsv file
2022-08-16 14:42:04 +08:00
Zenix
2e9f554f9e
Merge pull request #878 from zenixls2/drift_rebase
...
Drift rebase
2022-08-16 15:35:42 +09:00
Yo-An Lin
0fa8692679
Merge pull request #875 from ankion/fix_pivotshort_trendema
...
pivotshort: trendema add initial date
2022-08-16 14:31:17 +08:00
Andy Cheng
0b5f2c308e
exchange/binance: fix missing github.com/adshao/go-binance/v2
2022-08-16 14:21:48 +08:00
zenix
17d6b2465c
fix: drift add back symbol in InstanceID
2022-08-16 12:50:30 +09:00
zenix
14aa667d59
fix: drift pnl and cumpnl
2022-08-16 12:45:40 +09:00
zenix
9f8b8d97d0
fix: drift empty pnl. exit condition
2022-08-16 12:30:29 +09:00
Andy Cheng
9cf29b6cc6
exchange/binance: get locked balance of futures account
2022-08-16 10:55:45 +08:00
zenix
71d3b926ec
fix: go1.7
2022-08-15 21:46:13 +09:00
zenix
c1d9df8cdb
feature: export drift1m, remove take profit, add profit report for listing pnl by date
2022-08-15 21:06:46 +09: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
2f75dda6ee
fix: highest price and lowest price reset, condition gets crossed
2022-08-15 21:05:08 +09:00
zenix
ba532bd98c
fix: takeProfitFactor NaN
2022-08-15 21:04:48 +09:00
zenix
e34b0c6c30
fix: drift pnl calculation and graph drawing, filter periods other than s.Interval and 1m
2022-08-15 21:04:31 +09:00
zenix
0cc3c5d485
feature: output config to telegram
2022-08-15 21:04:01 +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
zenix
008814992f
fix: date parsing in tradingview, feature: enforce trailingstop in drift, add rebalance prototype
2022-08-15 21:02:59 +09:00
zenix
d11738b6b5
feature: add smart cancel to drift
2022-08-15 21:02:43 +09:00
Andy Cheng
3da86556b5
risk: AvailableQuote() should use Net() to get net value
2022-08-13 13:28:45 +08:00
Yo-An Lin
dad562db97
Merge pull request #874 from ankion/fix_binance_futures
...
Fix binance futures
2022-08-12 01:43:15 +08:00
ankion
65218d8920
pivotshort: trendema add length check
2022-08-12 00:54:40 +08: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
ankion
1b0f653450
pivotshort: trendema add initial date
2022-08-11 16:42:29 +08:00
Andy Cheng
8d3dfd17c7
trailingstop: add side both
2022-08-11 16:39:16 +08:00
ankion
69e03c8428
binance: fix futures position
2022-08-11 14:29:28 +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
ankion
ffd46fd71d
binance: fix futures orderTypelimitMaker timeInForce was null
2022-08-11 11:30:00 +08:00
ankion
68a65f1913
binance: fix futures not emit filled event
2022-08-11 10:40:19 +08:00
c9s
e735362efd
cmd/kline: show klines from restful api
2022-08-11 00:08:48 +08:00
c9s
ba87ffab43
max: fix order type casting
2022-08-11 00:00:25 +08:00
c9s
e2df05c054
maxapi: add option to disable user agent header
2022-08-10 23:59:55 +08:00
c9s
8f17d6b019
maxapi: rewrite public service with requestgen
2022-08-10 23:59:50 +08:00
c9s
fc73a12689
maxapi: add get klines request
2022-08-10 23:59:43 +08:00
c9s
6f35aa0f20
maxapi: replace client field type with interface
2022-08-10 23:59:38 +08:00
c9s
c5e93dba00
max: replace client field type with interface
2022-08-10 23:59:25 +08:00
c9s
ae3f6001b9
maxapi/v3: add order type alias
2022-08-10 23:59:21 +08:00
c9s
2380ebb285
maxapi/v3: apply order type constant type
2022-08-10 23:59:16 +08:00
c9s
2f8020efd6
max: add v2 order api back
2022-08-10 23:59:10 +08:00
c9s
3bdc6c7f28
bollmaker: remove unused embedded struct
2022-08-10 23:46:24 +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
5be6e822e9
fix: highest price and lowest price reset, condition gets crossed
2022-08-09 13:26:56 +09:00
zenix
2c4e03a102
fix: takeProfitFactor NaN
2022-08-09 13:26:56 +09:00
zenix
0e3aecb549
fix: drift pnl calculation and graph drawing, filter periods other than s.Interval and 1m
2022-08-09 13:26:56 +09:00
zenix
9704c09a09
feature: output config to telegram
2022-08-09 13:26:56 +09: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
zenix
214e7259ed
fix: date parsing in tradingview, feature: enforce trailingstop in drift, add rebalance prototype
2022-08-09 13:26:56 +09:00
zenix
53d4f21c30
feature: add smart cancel to drift
2022-08-09 13:26:56 +09:00
Andy Cheng
ef18791c6a
Merge pull request #865 from andycheng123/fix/protective-stoploss
...
fix: protectivestoploss not working on long position
2022-08-09 12:15:33 +08:00
Yo-An Lin
072b808a6e
Merge pull request #868 from c9s/fixes
...
fix: many minor fixes
2022-08-09 12:11:38 +08:00
c9s
9867aa9c68
bbgo: add mutex protection to tradecollector
2022-08-09 11:37:44 +08:00
c9s
2dff1e72da
types: rbtree - add panic check
2022-08-09 11:37:38 +08:00
c9s
4e4ffe83e5
cmd: fix cpu profile starter
2022-08-09 11:37:30 +08:00
c9s
ba7b6f82e2
types: add average price support in order in/out method
2022-08-09 11:37:23 +08:00
c9s
dce64871e8
types: add IsUSDFiatCurrency helper
2022-08-09 11:37:17 +08:00
c9s
99121d19c0
exchange/max: fix order trades query field name
2022-08-09 11:37:12 +08:00
c9s
b4dcdc4031
exchange/max: fix GetOrderTradesRequest order id field
2022-08-09 11:37:05 +08:00
c9s
a5a40c3a42
exchange/max: check order id field
2022-08-09 11:36:59 +08:00
c9s
cba9ffe064
exchange/max: add order trades api
2022-08-09 11:36:53 +08:00
c9s
df4ea9c1e6
types: update ExchangeOrderQueryService interface
2022-08-09 11:36:45 +08:00
c9s
babb0abc95
types: add Out() and Int() methods on SubmitOrder type
2022-08-09 11:36:39 +08:00
c9s
938e612c42
util: move emoji and pnl related functions to util
2022-08-09 11:36:24 +08:00
c9s
f191d3c091
bbgo: make position object optional for trade collector
2022-08-09 11:36:17 +08:00
c9s
cae8bc2882
bbgo: add mutli symbol support to active order book
2022-08-09 11:36:10 +08:00
c9s
f9fe5d7790
cmd: move package import paths
2022-08-09 11:36:02 +08:00
c9s
96b10caa8c
types: add callbacks to the stream order book
2022-08-09 11:35:35 +08:00
austin362667
bb4db871b2
factorzoo: add comments for strategy
...
factorzoo: add comments for strategy
2022-08-09 00:01:34 +08:00
austin362667
d282568614
factorzoo: add customized indicators
2022-08-08 23:50:42 +08:00
austin362667
bdb04a4322
strategy: factorzoo: refactor to logistic regression
...
re-format
2022-08-08 20:09:15 +08:00
Andy Cheng
6c2fc3fee0
exits/protectivestoploss: fix shouldStop()
2022-08-08 17:57:05 +08:00
Andy Cheng
5455ae810b
strategy/supertrend: only show nterval profit report in backtesting
2022-08-08 17:42:21 +08:00
Andy Cheng
b133767e47
exit/protectivestoploss: works in long position
2022-08-08 16:49:19 +08:00
Andy Cheng
1cd48177ae
Merge pull request #862 from andycheng123/improve/supertrend-strategy
...
Improve: supertrend strategy
2022-08-08 14:11:49 +08:00
Andy Cheng
c6407e92c8
strategy/supertrend: supertrend indicator adapted new indicator API
2022-08-08 13:07:59 +08:00
Andy Cheng
9d0eecc5bc
strategy/supertrend: linreg adapted new indicator API
2022-08-08 12:43:38 +08:00
Raphanus Lo
318590f41b
types: rbtree: resolve neel reusing problem
2022-08-08 00:51:37 +08:00
Andy Cheng
737f6e99ba
strategy/supertrend: use CalculateQuoteQuantity() in strategy
2022-08-05 16:28:42 +08:00
Andy Cheng
b564e69f82
strategy/supertrend: add CalculateQuoteQuantity()
2022-08-05 15:59:20 +08:00
Andy Cheng
dba1102588
strategy/supertrend: rename AvailableValue() to AvailableQuote()
2022-08-05 15:38:19 +08:00
Andy Cheng
eb57e80119
strategy/supertrend: different qty calculation for spot and leveraged
2022-08-05 15:11:15 +08:00
Andy Cheng
550f2f3fd7
strategy/supertrend: adapt risk.AccountValueCalculator
2022-08-05 11:47:36 +08:00
Andy Cheng
9369ad3155
strategy/supertrend: adapt SetIntervalProfitCollector
2022-08-04 10:39:52 +08:00
Andy Cheng
0d82f32769
Merge pull request #852 from andycheng123/position-updater
...
feature: PositionModifier
2022-08-03 16:45:02 +08:00
Andy Cheng
e60aae40eb
positionModifier: combine callbacks into one
2022-08-03 16:27:05 +08:00
Andy Cheng
5d1bfc6010
strategy/supertrend: add last period accumulated profit report
2022-08-03 15:31:20 +08:00
Andy Cheng
dc9ecdd6ca
strategy/supertrend: add accumulated profit SMA report
2022-08-03 14:04:30 +08:00
Yo-An Lin
1b177044fb
Merge pull request #855 from COLDTURNIP/feature/optimizer_hyperparam
...
optimizeex: hyperparameter optimization tool
2022-08-02 17:38:38 +08:00
Raphanus Lo
d76245cb43
exchange: adjust tests for order fee-amount protection
2022-08-02 15:12:14 +08:00
Raphanus Lo
ed7df4ddbe
exchange: order fee-amount protection
...
Reduce the order amount to prevent submit rejection because of balance exceeding.
submit_amount = original_amount / (1 + fee_rate)
Currently supported only by FTX Pro.
2022-08-02 13:35:24 +08:00
Raphanus Lo
68af2d0ff8
optimizer: rename optimizeex to hoptimize
2022-08-02 12:44:42 +08:00
Yo-An Lin
609508288c
Merge pull request #856 from COLDTURNIP/fix/ftx_default_fee
...
exchange: FTX default fee
2022-07-31 13:16:01 +08:00
Raphanus Lo
5ef34a3b61
optimizer: calculate equity diff from whole assets instead of first symbol
2022-07-31 12:52:21 +08:00
Raphanus Lo
bad0aa31b7
optimizer: print best result in the same parameter order defined in config
2022-07-30 23:43:40 +08:00
Raphanus Lo
09940ed3cd
optimizer: optimizeEx supports discrete parameters
2022-07-30 20:34:28 +08:00
c9s
55a128ea90
pivotshort: use bbgo notify instead of just info log
2022-07-30 18:14:53 +08:00
c9s
8873101752
pivotshort: move trendEMA log
2022-07-30 18:02:28 +08:00
c9s
adb8a2a713
remove ping / pong debug
2022-07-30 16:27:43 +08:00
c9s
efaf8e9559
pivotshort: add more logs
2022-07-30 13:14:29 +08:00
Raphanus Lo
76d908e2bc
optimizer: workaround for data race in TPE optimization
2022-07-30 09:57:15 +08:00