Commit Graph

5546 Commits

Author SHA1 Message Date
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
4045ad54f9 feature: create simpleinteract and remove command in notification 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
Yo-An Lin
971db3399f
Merge pull request #867 from austin362667/austin362667/factorzoo
strategy: factorzoo:  upgrade indicators and add comments
2022-08-09 11:45:06 +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
c06998e0d4 config: add factorzoo 2022-08-09 00:01:36 +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
austin362667
c98eb22b95 strategy: factorzoo: add config 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
Yo-An Lin
e367c42771
Merge pull request #863 from COLDTURNIP/fix/rbtree_concurrent_neel
types: rbtree: resolve neel reusing problem
2022-08-08 01:01:32 +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