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
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
なるみ
18aa60077b
Make VWAP better
2022-03-29 17:18:04 +08:00
なるみ
e92a872059
Fix test case
2022-03-29 02:45:33 +08:00
なるみ
e68d5f0536
Rename variables
2022-03-29 02:40:08 +08:00
なるみ
42d6bf03b5
Rename functions
2022-03-29 02:36:34 +08:00
なるみ
2a6f1f410d
Simplify
2022-03-29 02:21:22 +08:00
なるみ
b074f03507
Add RSI indicator
2022-03-29 02:10:35 +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
9978a3cf90
fix unmarshal behavior to gain more precision
2022-02-15 12:01:39 +09:00
zenix
b8bf2af14d
fixedpoint for exchange and indicators, some fixes in types
2022-02-15 12:01:38 +09:00
zenix
e221f54397
add dnum as the fixedpoint implementation. change types float64 to fixedpoint.Value
...
change pnl report to use fixedpoint
fix: migrate kline to use fixedpoint
2022-02-15 12:00:39 +09:00
c9s
cb189d885c
fix backtest for limit maker order and bollpp strategy
2022-01-08 02:18:44 +08:00
c9s
8b93aeeeb2
fix ewma truncation
2021-12-22 00:54:13 +08:00
austin362667
f9cf71cef3
indicator: add kline close volatility
...
indicator: add kline close volatility
2021-12-19 14:20:09 +08:00
なるみ
b144d8e107
feature: add volume weighted moving average indicator
2021-12-17 14:36:39 +08:00
TonyQ
3e45035ab1
database: sqlite3 issue fix
...
database: upgrade gosqllite3 version for increasing variable amount limit
types: update kline starttime/endtime field to prevent sqlite3
time parsing issue.
fix #215
2021-12-15 14:34:31 +08:00
c9s
513a799ced
fix ewma calculation
2021-11-22 02:14:44 +08:00
c9s
540722e430
adjust ewma truncate size
2021-11-22 01:17:08 +08:00
Kakashi Liu
8938478d93
Truncate emwa slice to be the same size as given kLines
2021-10-19 21:38:12 +08:00
c9s
3581c1768c
fix SMA indicator value length check
2021-10-14 14:22:07 +08:00
c9s
01bdef502b
indicator: rename consts for max ma values
2021-06-28 14:33:27 +08:00
c9s
4ccbb82237
indicator: truncate values if length exceeded
2021-06-28 14:33:23 +08:00
なるみ
2052d05bb3
Move Float64Slice to types
2021-05-22 20:20:48 +08:00
なるみ
0377a7321e
Rename KD to STOCH
2021-05-22 05:52:10 +08:00
なるみ
b9ced0955d
Fix test
2021-05-22 05:36:38 +08:00
なるみ
ec6cbb05aa
Add kd_test.go
2021-05-22 05:00:27 +08:00
なるみ
b82fbbb2ab
Add pop, max, min, sum, mean and tail methods to Float64Slice
2021-05-22 03:28:25 +08:00
なるみ
c58e252ff2
Add stochastic oscillator indicator
2021-05-22 03:24:09 +08:00
なるみ
f1d88188e8
Fix test case
2021-05-12 14:39:10 +08:00
Yo-An Lin
3b61a16a81
Merge pull request #227 from narumiruna/feature/add-ad-indicator
2021-05-12 09:22:09 +08:00
なるみ
7cc5485bff
Add ad indicator
2021-05-10 20:39:27 +08:00
なるみ
f82a344964
Rename test function
2021-05-10 18:16:12 +08:00
なるみ
67f66153ab
Add obv test
2021-05-10 17:46:46 +08:00
なるみ
a2d7a40147
Add obv indicator
2021-05-10 17:17:50 +08:00
なるみ
52248fcf2e
feature: add MACD indicator ( #219 )
2021-05-09 00:56:44 +08:00
なるみ
3f39131d76
feature: add volume weighted average price (vwap) indicator ( #211 )
2021-05-08 02:09:45 +08:00
c9s
0222c33330
fix kline tail method
2020-12-08 10:26:20 +08:00
c9s
9eaf69388c
add fixedpoint json marshaling
2020-12-07 23:03:06 +08:00
c9s
c5d002a0b0
fix market data kline registration
2020-12-05 13:32:41 +08:00
c9s
900f822559
improve and fix ewma calculation
2020-12-05 13:32:41 +08:00
c9s
b188901ed0
fix ewma calculation
2020-12-05 13:32:41 +08:00
c9s
22771288eb
fix sma kline window check
2020-12-03 20:42:26 +08:00
c9s
177607e5fb
fix ewma kline window check
2020-12-03 20:42:00 +08:00
c9s
f4aee5234a
add updater to indicators
2020-12-03 18:14:16 +08:00
c9s
d226ec2e01
change field names to lower case so that we can use shorter name for the accessors
2020-12-02 22:21:13 +08:00
c9s
04a7c7a2cc
add stddev accessor
2020-11-10 16:55:35 +08:00
c9s
8e0b5d11a7
add max grid config and fix max price formatting
2020-10-31 20:38:20 +08:00
c9s
c3961024cf
implement grid strategy update orders method
2020-10-31 18:29:58 +08:00
c9s
224acd0ca9
add accessors for last up band and down band values
2020-10-31 18:29:58 +08:00
c9s
d49b2be543
add bollinger indicator
2020-10-29 17:51:20 +08:00
c9s
c71f013916
let SMA indicator and EWMA indicator use IntervalWindow type
2020-10-29 07:51:23 +08:00
c9s
6d8ec7894e
refactor standard indicator set with store
2020-10-29 07:40:02 +08:00
c9s
b1cf9db879
add reflink
2020-10-28 17:50:47 +08:00
c9s
f4474c6a6d
add check for sma caluclation
2020-10-28 17:48:16 +08:00
c9s
2680ad5072
refactor environment, market data store, injection and add swing strategy
2020-10-28 17:48:16 +08:00
c9s
e2df24f31c
support standard indicatorset
2020-10-28 09:43:19 +08:00
c9s
50693ae845
implement ewma and sma
2020-10-28 09:13:57 +08:00
c9s
75115774f6
rename kline store to market data store back
2020-10-18 20:44:12 +08:00
c9s
f9940a9c2f
rename market data store to kline store
2020-10-18 12:32:43 +08:00
c9s
028aef9402
move marketdata store to store package
2020-10-18 12:23:00 +08:00
c9s
90515855eb
move MovingAverageIndicator
2020-10-18 11:37:01 +08:00