c9s
|
578e4b2801
|
indicator: fix pivot low indicator
|
2022-07-27 00:58:05 +08:00 |
|
Yo-An Lin
|
605c66556e
|
Merge pull request #844 from c9s/strategy/pivotshort
strategy/pivotshort: refactor and update indicator api usage
|
2022-07-26 23:43:22 +08:00 |
|
zenix
|
da51bf44c8
|
fix: rebase error
|
2022-07-26 20:14:23 +09:00 |
|
c9s
|
2822e39e7b
|
pivotshort: remove the legacy preloadPivot
|
2022-07-26 19:00:09 +08:00 |
|
c9s
|
f460a7901d
|
indicator: refactor macd indicator
|
2022-07-26 19:00:09 +08:00 |
|
Yo-An Lin
|
2758239e40
|
Merge pull request #845 from c9s/refactor/standard-indicator
refactor: refactor standard indicator and add simple indicator interface
|
2022-07-26 18:45:13 +08:00 |
|
c9s
|
3959e288fd
|
all: refactor standard indicator helper and fix tests
|
2022-07-26 18:35:50 +08:00 |
|
c9s
|
0456cdc7a9
|
bbgo: add hull to the standard indicator
|
2022-07-26 18:27:22 +08:00 |
|
c9s
|
2459dbd384
|
indicator: refactor hull indicator
|
2022-07-26 18:26:52 +08:00 |
|
c9s
|
808d742efc
|
bbgo: add CCI helper
|
2022-07-26 18:07:43 +08:00 |
|
c9s
|
f5e64e8e70
|
bbgo: add ATR, ATRP, EMV to the standard indicator set
|
2022-07-26 18:07:43 +08:00 |
|
c9s
|
1d6b1de8ba
|
bbgo: rename standard indicator receiver name
|
2022-07-26 18:07:43 +08:00 |
|
c9s
|
46afc54559
|
bbgo: refactor standard indicator set
|
2022-07-26 18:07:43 +08:00 |
|
c9s
|
94efa8890b
|
rename inf.go to interface.go
|
2022-07-26 18:07:43 +08:00 |
|
c9s
|
82673e501b
|
indicator: fix test cases
|
2022-07-26 18:07:43 +08:00 |
|
c9s
|
16c62eab2b
|
indicator/pivotlow: drop the legacy CalculateAndUpdate
|
2022-07-26 17:33:09 +08:00 |
|
c9s
|
0df321c880
|
indicator: drop the legacy CalculateAndUpdate for standard indicators
|
2022-07-26 17:30:41 +08:00 |
|
c9s
|
8bf9b280fc
|
add low indicator
|
2022-07-26 17:27:38 +08:00 |
|
c9s
|
eeab328648
|
indicator: rewrite pivotlow indicator
|
2022-07-26 17:00:17 +08:00 |
|
zenix
|
85f8b9510d
|
fix: gofmt
|
2022-07-26 18:00:05 +09:00 |
|
zenix
|
4dd4c5823f
|
fix: unlock lock to get latest price
|
2022-07-26 18:00:05 +09:00 |
|
zenix
|
2ceb24ad09
|
fix: panic on image drawing, reduce fee by smoothing the drift curve
|
2022-07-26 18:00:05 +09:00 |
|
zenix
|
553a55811c
|
fix: buyPrice/sellPrice calculation on one order multiple trades
|
2022-07-26 18:00:05 +09:00 |
|
zenix
|
d2dee44647
|
fix: ewma copy
|
2022-07-26 18:00:05 +09:00 |
|
zenix
|
a8fe20ae3a
|
fix: drift exit condition, trade_stats serialization in redis
|
2022-07-26 18:00:05 +09:00 |
|
zenix
|
a5039de6aa
|
feature: add omega ratio, print sharpe/omega/interval profit from trade_stats, use stdev for high/low diff for drift to estimate the variance and improve profit, add yaml marshal for dnum fixedpoint
|
2022-07-26 18:00:05 +09:00 |
|
zenix
|
b6fb5e958d
|
feature: deduct fee from entry, move StopLoss orders cleanup to the begin of close position function
|
2022-07-26 18:00:05 +09:00 |
|
zenix
|
ac5c7f5773
|
feature: add pnl / cummulative pnl graph, add continuous graph
|
2022-07-26 18:00:05 +09:00 |
|
zenix
|
62aac8ecc4
|
fix: indicator limits
|
2022-07-26 18:00:05 +09:00 |
|
zenix
|
0d65fe1b8a
|
feature: trailing stop, print mean and modify normalization function of output graph
|
2022-07-26 18:00:05 +09:00 |
|
zenix
|
c6563aa9bd
|
feature: add stoploss from stopPrice
|
2022-07-26 18:00:05 +09:00 |
|
zenix
|
9c73aa4adb
|
fix: fine tune drift config. fix atr updating issue
|
2022-07-26 18:00:05 +09:00 |
|
zenix
|
b52208d7b6
|
fix: bug in wrong channel subscription in drift
|
2022-07-26 18:00:05 +09:00 |
|
zenix
|
7368069c7a
|
fix: add persistence to drift
|
2022-07-26 18:00:05 +09:00 |
|
zenix
|
f2d37650a5
|
fix: drift bias on long entry position condition, make cancel faster
|
2022-07-26 18:00:05 +09:00 |
|
zenix
|
55704fdd21
|
fix: Reverse length, alma comment
|
2022-07-26 18:00:05 +09:00 |
|
zenix
|
e097421b7b
|
feature: export canvas path for drift strategy. fix exit/entry order and fix missing columns from json parsing
|
2022-07-26 18:00:05 +09:00 |
|
zenix
|
586f1ff269
|
fix: clone on sma
|
2022-07-26 18:00:05 +09:00 |
|
zenix
|
83f8b7a84e
|
fix: logistic regression test case
|
2022-07-26 18:00:05 +09:00 |
|
zenix
|
7310feb0de
|
fix: highest price normalization in drift strategy
|
2022-07-26 18:00:05 +09:00 |
|
zenix
|
c51a99400d
|
feature: add plot for series. add autocorrelation. add clone for indicators/series
|
2022-07-26 18:00:05 +09:00 |
|
zenix
|
69b45e90e9
|
add drift exit condition
|
2022-07-26 18:00:05 +09:00 |
|
zenix
|
6a9e00ebd4
|
fix: update drift strategy
|
2022-07-26 18:00:05 +09:00 |
|
zenix
|
0ae6b6736c
|
feature: use drift indicator to create basic strategy for study
|
2022-07-26 18:00:05 +09:00 |
|
c9s
|
44c3e5a6f7
|
indicator: split pivot low indicator
|
2022-07-26 16:50:45 +08:00 |
|
c9s
|
5bb1722007
|
binance: remove ineffected DEBUG_BINANCE_STREAM
|
2022-07-26 16:26:40 +08:00 |
|
c9s
|
e1e725878e
|
binance: refactor server time offset setter
|
2022-07-26 16:25:08 +08:00 |
|
c9s
|
ff61235e70
|
binance: rename to timeSetterOnce
|
2022-07-26 16:22:57 +08:00 |
|
c9s
|
cf5e81c848
|
binance: refactor set server time go routine
|
2022-07-26 16:22:29 +08:00 |
|
Yo-An Lin
|
abf967ac93
|
Merge pull request #843 from zenixls2/fix/exchange_sync_time_interval_kind_dnum_yaml
fix splitted from feature/drift_study
|
2022-07-26 15:51:04 +08:00 |
|