Commit Graph

26 Commits

Author SHA1 Message Date
0eca6971db Implement entry positioning 2024-05-20 03:16:21 +09:00
23066cf0f3 Formatting 2024-04-13 14:04:09 +09:00
Sik
4c4d947b99 Add filtering delist trades (#5)
Co-authored-by: Sik Yoon <younxxxx@gmail.com>
Reviewed-on: http://192.168.1.100:3000/Sik/tradingbot/pulls/5
2024-03-30 19:10:20 +00:00
Sik
a247ee63f0 Add log level and input argument (#4)
Co-authored-by: Sik Yoon <younxxxx@gmail.com>
Reviewed-on: http://siknas.duckdns.org:3000/Sik/tradingbot/pulls/4
2024-02-03 16:28:14 +00: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
6adf6cab88 Delete unnecessary code 2024-01-15 23:03:00 +09:00
daddbed2b0 Delete codes in loop in main 2023-12-09 21:59:58 +09:00
e75d70120a Make main loop to repeat every 1 sec 2023-12-04 22:53:14 +09:00
6cb6d1710b Add debug to check vectors capacity 2023-12-02 22:18:08 +09:00
116edcbe07 Move client variable into loop 2023-12-02 20:33:35 +09:00
c6df1ac360 Move collection data type into loop 2023-12-02 20:03:41 +09:00
cbbfac0162 Disable using webdriver 2023-12-02 18:52:30 +09:00
70e6b7c690 Change print content for task#1 2023-12-02 18:39:22 +09:00
9f1f49f761 Change expression of countdown 2023-12-02 02:56:11 +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
13f1e59e7a Add retry code 2023-10-04 20:08:21 +09:00
0100c36191 Remove unused imports 2023-09-16 01:35:14 +09:00
764be22171 Replace legacy structure of stoch rsi 2023-08-12 22:46:00 +09:00
2d3b340123 Delete unnecessary code 2023-08-12 19:41:18 +09:00
ed5d6f86b0 Move Task#10 into Task#4 2023-08-12 19:15:18 +09:00
dd37415e1d Move Task#10 into task#4 2023-08-02 23:56:45 +09:00
ce61f28e40 Change sleep time from 1000ms to 500ms 2023-07-22 20:25:30 +09:00
65dd318aaa Disable Task#11 2023-07-16 17:17:22 +09:00
0c4e8ada55 Fork from tradingbot_sandbox 2023-07-15 19:41:36 +09:00