This commit is contained in:
dosangyoon
2021-10-24 23:35:08 +09:00
parent c9e8f662e8
commit 52285278b6
3 changed files with 70 additions and 65 deletions

4
hts/data/sample.csv Normal file
View File

@@ -0,0 +1,4 @@
LABEL,DATETIME,index,open,high,low,close,volume,upper,lower,avg1,avg2,avg5,avg10,avg20,avg30,avg40,avg50,avg60,fast_k,slow_k,slow_d,rsi,rsis
NONE,,,,,,,,,,,,,,,,,,,,,,,
BUY,,,,,,,,,,,,,,,,,,,,,,,
SELL,,,,,,,,,,,,,,,,,,,,,,,
1 LABEL DATETIME index open high low close volume upper lower avg1 avg2 avg5 avg10 avg20 avg30 avg40 avg50 avg60 fast_k slow_k slow_d rsi rsis
2 NONE
3 BUY
4 SELL