zenix
|
4ee73149c1
|
feature: add heikinashi
|
2022-04-14 19:58:05 +09:00 |
|
zenix
|
2f51441256
|
fix: remove smartstop. use dynamic stoploss. improve profit and lower the lost
|
2022-04-13 21:10:07 +09:00 |
|
zenix
|
a0e218a5c6
|
use trailingstop
|
2022-04-13 21:10:07 +09:00 |
|
zenix
|
574c5b77b1
|
fix: improve order tracking in ewo, and more filters for the noise
|
2022-04-13 21:10:07 +09:00 |
|
zenix
|
fcf29f7e11
|
fix: doing some performance tuning
|
2022-04-13 21:10:07 +09:00 |
|
zenix
|
66a401f93f
|
feature: add sample config for ewo
|
2022-04-13 21:10:07 +09:00 |
|
zenix
|
0fe14c5fe5
|
feature: post orders for ewo
|
2022-04-13 21:10:07 +09:00 |
|
zenix
|
42a3737f2e
|
fix: use series in ewo to predict values
|
2022-04-13 21:10:07 +09:00 |
|
zenix
|
017dd4175a
|
feature: implement Elliott Wave Oscilla
|
2022-04-13 21:10:07 +09:00 |
|
c9s
|
339c72a554
|
grpc: translate private trade and balances
|
2022-04-13 19:43:08 +08:00 |
|
c9s
|
897dc55dcf
|
binance: fix margin balance convert
|
2022-04-13 15:38:13 +08:00 |
|
c9s
|
a93a91546d
|
grpc: convert order
|
2022-04-13 15:29:23 +08:00 |
|
c9s
|
8e81716d2a
|
grpc: separate market data message and user data message
|
2022-04-13 14:14:25 +08:00 |
|
c9s
|
ec6a94e485
|
add kline subscription request json
|
2022-04-13 13:24:46 +08:00 |
|
c9s
|
6c408fb209
|
move files
|
2022-04-13 13:24:38 +08:00 |
|
c9s
|
2e063e7eb2
|
grpc: refactor subscription convert
|
2022-04-13 13:06:26 +08:00 |
|
c9s
|
606a7b3220
|
convert: trade price/volume to string
|
2022-04-13 12:43:05 +08:00 |
|
c9s
|
d9617b59eb
|
grpc: convert kline prices to string
|
2022-04-13 12:41:36 +08:00 |
|
c9s
|
4df3a637ba
|
add .evans.toml
|
2022-04-13 12:35:58 +08:00 |
|
c9s
|
0cb7043626
|
add evans request files
|
2022-04-13 11:55:13 +08:00 |
|
c9s
|
12ce854150
|
grpc: integrate market trade
|
2022-04-13 11:53:09 +08:00 |
|
Zenix
|
b57c94fe12
|
Merge pull request #505 from zenixls2/feature/series
feature: add pinescript series interface
|
2022-04-13 11:13:56 +09:00 |
|
c9s
|
5d0a7f1e17
|
add v1.30.1 release note
|
2022-04-12 23:47:46 +08:00 |
|
c9s
|
1f766441f2
|
bump version to v1.30.1
|
2022-04-12 23:47:46 +08:00 |
|
c9s
|
f79214a2fb
|
update command doc files
|
2022-04-12 23:47:46 +08:00 |
|
c9s
|
ea47e54318
|
kucoin: fix query parameter issues
|
2022-04-12 23:45:11 +08:00 |
|
c9s
|
6972838c34
|
add query attribute
|
2022-04-12 23:26:48 +08:00 |
|
c9s
|
a34dbf12e2
|
kucoin: fix trades sync
|
2022-04-12 23:25:56 +08:00 |
|
Yo-An Lin
|
fad9449ee6
|
Merge pull request #519 from narumiruna/grpc/fix-query-klines-time
grpc: add start/end time to fix queryklines
|
2022-04-12 22:30:00 +08:00 |
|
なるみ
|
d8361260a0
|
grpc: add start/end time to fix queryklines
|
2022-04-12 22:25:48 +08:00 |
|
c9s
|
8705f38220
|
grpc: allocate a stream pool
|
2022-04-12 17:48:30 +08:00 |
|
c9s
|
fb5703bf13
|
grpc: implement book stream
|
2022-04-12 17:12:16 +08:00 |
|
c9s
|
46cf220e2c
|
implement market data subscription
|
2022-04-12 17:12:16 +08:00 |
|
なるみ
|
4ed753bad6
|
Merge pull request #517 from c9s/narumi/rebalance-float-slice
strategy: rebalance: use float64slice to avoid map[string]fixedpoint.Value
|
2022-04-11 23:46:53 +08:00 |
|
なるみ
|
0de03e37fc
|
Rename AbsoluteValues to Abs
|
2022-04-11 23:39:25 +08:00 |
|
なるみ
|
859933d4ed
|
Avoid to use map[string]fixedpoint.Value
|
2022-04-11 23:26:05 +08:00 |
|
zenix
|
c7c856e84f
|
fix: add default value for kline series type. fix crossresult indexing
|
2022-04-11 17:04:56 +09:00 |
|
zenix
|
af61952e40
|
fix: series not been updated
|
2022-04-11 17:04:56 +09:00 |
|
zenix
|
be0755d755
|
fix: simplify stoch indicator using float64slice. add ToReverseArray
|
2022-04-11 17:04:56 +09:00 |
|
zenix
|
339d36d61b
|
feature: add mean, abs, sum, toArray, and dot operations on series. implement Float64Slice as series
|
2022-04-11 17:04:56 +09:00 |
|
zenix
|
d0c3390f84
|
fix log message to be lowercases
|
2022-04-11 17:04:56 +09:00 |
|
zenix
|
7778f9b590
|
feature: add NextCross function for future cross point prediction. modify line api to use index instead of timestamp as x.
|
2022-04-11 17:04:56 +09:00 |
|
zenix
|
5b75108992
|
feature: add series add and minus operation. add kline open/close/high/low series
|
2022-04-11 17:04:56 +09:00 |
|
zenix
|
e171101d90
|
fix: ad NaN error. feature: Line indicator init functions. feature: indicator manual
|
2022-04-11 17:04:56 +09:00 |
|
zenix
|
567e7bd214
|
add ad,macd,rsi,sma,stoch,vwap,vwma to Series interface
|
2022-04-11 17:04:56 +09:00 |
|
zenix
|
fac61f27dc
|
feature: add pinescript series interface
|
2022-04-11 17:04:56 +09:00 |
|
c9s
|
4df818e8e1
|
add v1.30.0 release note
|
2022-04-11 15:57:40 +08:00 |
|
c9s
|
95eab34512
|
bump version to v1.30.0
|
2022-04-11 15:57:40 +08:00 |
|
c9s
|
f2b283cc43
|
update command doc files
|
2022-04-11 15:57:40 +08:00 |
|
c9s
|
680261527c
|
binance: fix closed order query
|
2022-04-11 15:39:03 +08:00 |
|