Commit Graph

26 Commits

Author SHA1 Message Date
cb37d0b39b New strategist 2024-03-27 01:40:22 +09:00
5799fa5bb7 New strategy 2024-03-12 02:50:54 +09:00
ec217f8a9a Off rest strategies 2024-02-09 07:37:52 +09:00
8010c23f20 New strategy 2024-02-04 01:48:48 +09:00
Sik
223c6760c1 Replace Vec with HashMap (#3)
All vec operation was replaced with HashMap.

Increase outstanding performance.

Co-authored-by: Sik Yoon <younxxxx@gmail.com>
Reviewed-on: http://192.168.1.100:3000/Sik/tradingbot/pulls/3
2024-01-29 16:03:04 +00:00
53f53a1af1 Disable threading 2024-01-14 18:02:29 +09:00
2d82a17f0e Delete unnecessary threading 2024-01-13 19:50:35 +09:00
ec4ea20d84 Rollback threading 2024-01-13 17:14:09 +09:00
1a35cf73d4 Disable threading 2024-01-13 16:10:54 +09:00
c6758549f9 New filtering 2024-01-13 04:19:47 +09:00
ae12688b5f Change filtering 2024-01-08 20:09:19 +09:00
53c74828b4 DIsable Filtering 2024-01-08 00:07:25 +09:00
36aba8b864 Add buy and sell of strategy 003 2024-01-07 02:54:10 +09:00
f023ac22c8 New strategy_004 2024-01-01 18:15:26 +09:00
5858b97667 Change filtering 2023-12-31 19:35:15 +09:00
d559e51c25 Change MACD calculation 2023-12-31 19:04:38 +09:00
115c7fda72 Add strategy005, 006 2023-12-18 04:11:12 +09:00
08ef3cf59a Rollback strategist004 2023-12-18 02:36:51 +09:00
832ebd76fb Fix wrong calculation 2023-12-18 01:53:21 +09:00
b09edb9796 Change code to test 2023-12-18 01:20:31 +09:00
16440be796 Apply formatter 2023-12-02 03:00:17 +09:00
689a3cd8a7 Define FilteredData struct 2023-11-19 23:29:56 +09:00
efd0bd5b10 Add target_price column 2023-11-19 13:38:51 +09:00
5b7c4a9acb Apply Cargo fmt 2023-11-19 01:58:09 +09:00
dc0cc8234a Separate selling function 2023-11-19 01:27:51 +09:00
de71293f0b Make mod.rs 2023-11-18 23:51:29 +09:00