Commit Graph

60 Commits

Author SHA1 Message Date
aababdae8e Parsing websocket data 2023-08-26 15:46:30 +09:00
19dbc2ca05 Parsing websocket data (working) 2023-08-26 01:05:41 +09:00
0fc07264c1 Setup web socket delegate 2023-08-22 18:12:47 +09:00
42e6c0304c General subscribe/unsubscribe for web socket connection 2023-08-21 23:34:55 +09:00
2f81e398b1 Implement subscribe/unsubscribe for ContractPriceWebSocket 2023-08-21 23:13:17 +09:00
02dcb4423e Handling for websocket 2023-08-13 23:13:27 +09:00
c25fc1f25d Collect news title and write to json file 2023-08-02 22:04:02 +09:00
d4714cac99 Crawling naver news data 2023-07-29 19:48:34 +09:00
824733ba45 Fix bug on "candle day all resume" 2023-07-07 02:35:49 +09:00
3a43542040 Fix bug on "shorts all resume" when getting last date 2023-07-04 23:32:07 +09:00
86fe89ed82 Rename shorts.csv header field 2023-06-29 20:20:16 +09:00
358be5d167 Update document & fix index/prices csv file 2023-06-29 11:21:44 +09:00
3a9fcd4a5e Implement "index portfolio", "load index", "update index" command 2023-06-29 11:01:34 +09:00
50dca4c4c4 Add index request APIs (under testing) 2023-06-27 10:02:36 +09:00
2ab7c9eaac Implement KMI-0002 index set 2023-06-26 18:23:45 +09:00
5185f27c14 Implment "candle day all resume", "candle week all resume" command with minor function 2023-06-26 15:58:02 +09:00
e5c56c5d12 Implement KMI-0004 index set 2023-06-23 14:02:04 +09:00
e9ab446a89 Fix merge condition for prices.csv 2023-06-23 14:01:13 +09:00
b31c9a8b86 Split prices.csv file by montly data 2023-06-23 05:04:20 +09:00
995b79810d Split investor.csv by monthly data 2023-06-23 00:32:02 +09:00
a113749d48 Adjust prices.csv by deleting comma in csv data 2023-06-22 17:51:22 +09:00
0fc39aae9d Add environment variable "KISS_ASSERT_COMMA_CSV_DATA" 2023-06-22 14:42:11 +09:00
18ae62a540 Validate comma before writing csv file 2023-06-22 12:23:19 +09:00
ae643fda35 Rewrite holiday merging 2023-06-20 23:36:10 +09:00
f28f6277c4 Implement "shorts all resume" command 2023-06-20 23:22:02 +09:00
f66375d39c Implement "top all" command 2023-06-20 21:15:27 +09:00
bbf7d03827 Add KMI-0005 initial code 2023-06-20 18:30:04 +09:00
5760daaf1f Implement "holiday", "holiday 20230617" command 2023-06-15 07:05:20 +09:00
9503f02f92 Limit 10 tps for "now all" command 2023-06-14 23:56:39 +09:00
1355d789f6 Write top30 at specific file path 2023-06-14 23:50:44 +09:00
b0315a64e1 Implement "short", "shorts all" command 2023-06-12 07:50:41 +09:00
ebf85a5105 Implement "now all" command to capture all current prices 2023-06-11 19:02:15 +09:00
89f398862c Implement "invest", "invest all" command 2023-06-11 16:39:55 +09:00
3880033e4d Implement "candle all resume" command 2023-06-11 13:39:19 +09:00
a3788f15af Fix minute candle csv header field 2023-06-11 12:39:39 +09:00
f37b797e6e Add localize on/off command 2023-06-10 13:21:51 +09:00
3a15a054c5 Save csv file current product price using "now" command 2023-06-10 13:07:05 +09:00
f4f452f7b5 Scan if today candle files exist 2023-06-08 23:41:57 +09:00
6d28d680e3 Clean code for candle validation 2023-06-08 23:08:41 +09:00
9d72842b12 Add candle validate command 2023-06-08 22:54:26 +09:00
adca64721f Check if today is holiday for stock business date 2023-06-07 01:42:07 +09:00
fa70e7b148 Add localized names for csv header 2023-06-05 00:58:43 +09:00
e91141251d Write account stock to csv file 2023-06-03 08:20:12 +09:00
dab4e8d659 Clean code 2023-06-03 08:03:10 +09:00
8a6fc7b799 Write csv pretty method 2023-06-03 07:56:55 +09:00
d1888928cc Fix candle day, week command 2023-06-03 00:29:29 +09:00
944f621424 Fix bugs on candle day request 2023-06-02 10:23:28 +09:00
18cb0e5541 Fix candle day bug 2023-06-02 08:22:36 +09:00
f80a2ffb0c Implement candle period 2023-06-02 02:19:32 +09:00
7bf087b3ed Update batch function & data 2023-06-01 09:46:32 +09:00