Commit Graph

30 Commits

Author SHA1 Message Date
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
fbf0cccfc8 Add candle day/week commands 2023-06-01 09:36:47 +09:00
62e67fe441 Disable candle logging, set prefered tps with 19 (max 20 for REST api spec) 2023-05-31 20:13:15 +09:00
ee76299ac9 Validate candle csv files 2023-05-31 10:05:45 +09:00
ee491c3107 Implement buy, sell, cancel command 2023-05-30 19:30:22 +09:00
97a39e7d68 Implement synchronously candle all command for batch job 2023-05-30 01:23:03 +09:00
9a14fa41aa Parse command line arguments instead of interactive input 2023-05-29 22:31:02 +09:00
8c190a3d76 Collect all minute prices for today 2023-05-29 19:01:03 +09:00
79ab809e9e Write candle data 2023-05-29 15:49:39 +09:00
51725b1826 Update document 2023-05-29 09:13:44 +09:00
72ee834f6d Migrate to swift package manager 2023-05-28 16:56:23 +09:00