Andy Cheng
|
8f4ba971f1
|
strategy: fix typo
|
2022-04-02 21:27:52 +08:00 |
|
Andy Cheng
|
c2747ca9e4
|
strategy: remove TimeInForce when sending trailing stop order
|
2022-04-02 21:19:47 +08:00 |
|
Andy Cheng
|
861fd84fd4
|
strategy: use stop market to tp instead of stop limit
|
2022-03-31 11:10:53 +08:00 |
|
Andy Cheng
|
8782104f1a
|
strategy: remove unnecessary notification
|
2022-03-30 16:46:42 +08:00 |
|
Andy Cheng
|
934e4aa69f
|
strategy: fix wrong support condition
|
2022-03-29 11:46:01 +08:00 |
|
Andy Cheng
|
fb8b79f38d
|
interact: rename GetStrategyStatus() to GetStatus()
|
2022-03-21 16:12:23 +08:00 |
|
Andy Cheng
|
ffd5c646e9
|
interact: refactor interface func name
|
2022-03-21 15:08:15 +08:00 |
|
Andy Cheng
|
5f7710103d
|
type: add StrategyStatus type
|
2022-03-21 15:01:15 +08:00 |
|
Andy Cheng
|
ce6efd9333
|
strategy: add EmergencyStop() to support strategy
|
2022-03-21 11:51:12 +08:00 |
|
Andy Cheng
|
b6aff9674c
|
strategy: add StrategyController functions to support strategy
|
2022-03-21 10:20:12 +08:00 |
|
zenix
|
77a88aabe4
|
feature: add CancelOrders and CancelOrdersTo to executor
|
2022-03-16 21:38:09 +09:00 |
|
Andy Cheng
|
72a6877094
|
strategy: add PositionCloser function for support strategy
|
2022-03-15 19:19:44 +08:00 |
|
Andy Cheng
|
231085d507
|
strategy: add PositionReader function for support strategy
|
2022-03-15 16:46:27 +08:00 |
|
Andy Cheng
|
b94096cb2e
|
strategy: cache orders.IDs() in orderIds
|
2022-03-15 16:44:43 +08:00 |
|
Andy Cheng
|
822fea44fc
|
strategy: fix index out of range error
|
2022-03-14 12:01:17 +08:00 |
|
Andy Cheng
|
ad7605e7b2
|
strategy: do not submit order if current position < market.MinQuantity
|
2022-03-14 11:45:24 +08:00 |
|
c9s
|
0c09e6b32a
|
use global timeInForce type
|
2022-02-18 13:52:13 +08:00 |
|
zenix
|
8648528435
|
fix go fmt, fix convert.go (the legacy fixedpoint implementation) in all tests
|
2022-02-15 14:55:19 +09:00 |
|
zenix
|
cdba7924b4
|
fix backtest panic when cancel fail on the last order
|
2022-02-15 12:01:39 +09:00 |
|
zenix
|
fad85d0992
|
fix binance test, outptu for support and xgap strategies
|
2022-02-15 12:01:39 +09:00 |
|
zenix
|
2ccc449657
|
fix xpuremaker,xnav,techsignal,support,etf and add methods in fixedpoint
|
2022-02-15 12:01:39 +09:00 |
|
Andy Cheng
|
f7fc7f64b4
|
strategy: fix fixedpoint value compared to 0 problem
|
2022-02-06 17:47:14 +08:00 |
|
Andy Cheng
|
41c3b860b0
|
strategy: rename callBackRatio to callbackRatio
|
2022-02-06 17:47:14 +08:00 |
|
Andy Cheng
|
a9b48ff138
|
strategy: fix fixedpoint.Value compare to 0 problem
|
2022-02-06 17:47:14 +08:00 |
|
Andy Cheng
|
8b009a984a
|
strategy: fix a bug when 'trailingStopControl' is not used
|
2022-02-06 17:47:14 +08:00 |
|
Andy Cheng
|
571c3834c5
|
strategy: fix the JSON tag of 'CurrentHighestPrice'
|
2022-02-06 17:47:14 +08:00 |
|
Andy Cheng
|
769da1e77c
|
strategy: rename 'trailingStopCallBackRatio' JSON tag to 'callBackRatio'
|
2022-02-06 17:47:14 +08:00 |
|
Andy Cheng
|
b48c7f40d7
|
strategy: make TrailingStopCallBackRatio and MinimumProfitPercentage fixedpoint.Value
|
2022-02-06 17:47:13 +08:00 |
|
Andy Cheng
|
883f43a9ad
|
strategy: construct trailingStopControl in the caller
|
2022-02-06 17:47:13 +08:00 |
|
Andy Cheng
|
60a4ab2f27
|
strategy: save state on high price update and cancel trailing stop order on shutdown
|
2022-02-06 17:47:13 +08:00 |
|
Andy Cheng
|
1bd787f44c
|
strategy: return the createdOrders objects instead in submitOrders()
|
2022-02-06 17:47:13 +08:00 |
|
Andy Cheng
|
f673fc30ad
|
strategy: rename GenerateTrailingStopOrder() to GenerateStopOrder() in support strategy
|
2022-02-06 17:47:13 +08:00 |
|
Andy Cheng
|
2a8938fce0
|
re-indent with tabs
|
2022-02-06 17:47:13 +08:00 |
|
Andy Cheng
|
66b042fea7
|
strategy: trailing stop TP for support strategy
|
2022-02-06 17:47:11 +08:00 |
|
c9s
|
b26141ac1f
|
support: set default s.triggerEMA
|
2022-01-10 13:51:14 +08:00 |
|
c9s
|
b56e988fc9
|
support: fix triggerEMA check
|
2022-01-10 13:49:36 +08:00 |
|
c9s
|
7e2acdc416
|
all: add lock protected GetBase method for Position
|
2022-01-09 00:35:45 +08:00 |
|
Andy Cheng
|
e4bdb1de06
|
strategy: allow setting the interval and the window for trigger MA
|
2021-12-19 18:28:47 +08:00 |
|
Andy Cheng
|
d281182432
|
strategy: fix support strategy criteria
|
2021-12-19 17:53:34 +08:00 |
|
austin362667
|
1703fff8b2
|
types: refactor Position and related files
|
2021-12-11 19:16:16 +08:00 |
|
c9s
|
77e7f814d9
|
support: refactor PercentageTargetStop logics
|
2021-10-15 16:10:57 +08:00 |
|
c9s
|
a2c29f4519
|
support: remove legacy resistance code
|
2021-10-15 12:38:16 +08:00 |
|
c9s
|
9e93cd66de
|
strategy: update trade collector api
|
2021-10-08 13:24:14 +08:00 |
|
c9s
|
8f74c106d6
|
support: merge stash
|
2021-10-08 13:14:21 +08:00 |
|
c9s
|
184f93ce79
|
support: fix interval check
|
2021-10-08 13:13:49 +08:00 |
|
c9s
|
01de2c5f66
|
support: fix long term ema kline subscription
|
2021-10-08 13:13:49 +08:00 |
|
c9s
|
f97eb8914a
|
support: add resistance check
|
2021-10-08 13:13:49 +08:00 |
|
c9s
|
1091010f64
|
support: move property configuration to the top
|
2021-10-08 13:13:49 +08:00 |
|
c9s
|
3539047a39
|
support: show ema price
|
2021-10-08 13:13:49 +08:00 |
|
c9s
|
3165d10986
|
support: use trade collector
|
2021-06-26 20:26:47 +08:00 |
|