Commit Graph

349 Commits

Author SHA1 Message Date
a4ecc2df5b Update filtering 2024-05-26 00:48:46 +09:00
f438ae502b Update filtering 2024-05-25 23:42:27 +09:00
5dd0873add Update filtering 2024-05-25 21:19:48 +09:00
d50ac9b12e Update filtering 2024-05-25 21:16:26 +09:00
64e6e92747 Update filtering 2024-05-25 19:20:06 +09:00
1e64873e4c Update filtering 2024-05-25 17:45:09 +09:00
26bd898d25 Update filtering 2024-05-25 16:28:00 +09:00
143e06b1b1 Fix time comparison 2024-05-25 16:15:29 +09:00
9c5a3f0a93 Update filtering 2024-05-25 07:56:10 +09:00
12d97c109a Update filtering 2024-05-25 07:54:37 +09:00
c691999599 Update filtering 2024-05-25 06:55:29 +09:00
c1ed9af720 Update filtering 2024-05-25 06:29:23 +09:00
566ea51ee6 Update filtering 2024-05-25 05:38:19 +09:00
e1f50efd79 Update filtering 2024-05-25 05:15:55 +09:00
bc8b1f12d5 Update filtering 2024-05-25 04:50:10 +09:00
ab6ae5e667 Update filtering 2024-05-25 04:22:41 +09:00
583787432e Update filtering 2024-05-25 03:24:43 +09:00
0425911286 Update filtering 2024-05-25 03:05:34 +09:00
83a20c4393 Fix wrong index 2024-05-25 03:02:46 +09:00
0778575b74 Add checking boundary 2024-05-25 02:57:20 +09:00
a0a9f254e1 Change trade fee 2024-05-25 02:49:14 +09:00
ddd690fd66 Delete unnecessary code 2024-05-25 02:48:59 +09:00
2f83c28077 Update filtering 2024-05-25 02:27:24 +09:00
2561a1081d Update filtering 2024-05-25 00:37:31 +09:00
b867d231fa Update filtering 2024-05-24 22:57:19 +09:00
80741086d9 Make retrieve vector reversed 2024-05-24 22:30:51 +09:00
ede6c9e29d Update filtering 2024-05-24 22:07:46 +09:00
d61cc14bd5 shorten timeup 2024-05-24 21:21:25 +09:00
40193b171a Change to reterive all symbols 2024-05-24 17:02:08 +09:00
87cde15b37 Renaming 2024-05-24 17:01:31 +09:00
5937ee9be0 Add filtering 2024-05-23 00:14:50 +09:00
512bc46b39 Add strategy for long position 2024-05-23 00:14:30 +09:00
367809a919 Delete unnecessary code 2024-05-21 18:42:21 +09:00
4bce70f7b7 Fix wrong update 2024-05-21 18:40:15 +09:00
982a679703 Fix selection of filled positions 2024-05-21 16:10:51 +09:00
80252e235b Fix update record 2024-05-21 16:02:06 +09:00
1e06080ce6 Implement test code of closing query 2024-05-21 14:40:52 +09:00
a3675db92d Decrease unit trade usdt 2024-05-21 14:17:39 +09:00
5e5f0cbc05 Implement closing position 2024-05-21 14:16:45 +09:00
1337a78d73 Fix wrong insertion of characters 2024-05-21 12:57:08 +09:00
2d50f9cdbb Fix wrong column name 2024-05-21 12:47:28 +09:00
2fbce18948 Change term 2024-05-21 12:06:00 +09:00
2d19927048 Fix wrong calculation of PNL 2024-05-21 11:44:35 +09:00
6fad7b0ec4 Fix calculation of trade fee 2024-05-21 01:00:00 +09:00
970971e005 Fix calculation of profit 2024-05-21 00:43:11 +09:00
26e32279eb Replace right function 2024-05-20 23:44:23 +09:00
e68804aaf7 Change function 2024-05-20 23:29:41 +09:00
229a4c38ae Make parallel operation of setting future 2024-05-20 23:19:15 +09:00
b9621ccc72 Remove unwrap() 2024-05-20 22:41:25 +09:00
3549fbf289 Make to delete timeup LISTUP positions 2024-05-20 22:34:34 +09:00
6a1541bc95 Fix wrong subtract operation 2024-05-20 22:27:34 +09:00
6bec61cb2f Change timeout 2024-05-20 22:22:02 +09:00
30bc530f21 Change variable type 2024-05-20 22:05:07 +09:00
d2efd67c4f Change to lowercase 2024-05-20 04:08:09 +09:00
f92786fdcf Fix wrong print message 2024-05-20 04:05:37 +09:00
162ff464c3 Change code not to show unnecessary error print 2024-05-20 03:57:57 +09:00
3152d79e5c Arrange colsole print 2024-05-20 03:49:57 +09:00
5849f924e8 Increase receive window 2024-05-20 03:48:43 +09:00
5bc08eaf10 Change order 2024-05-20 03:37:32 +09:00
1822e82bb0 Merge branch 'master' of http://192.168.1.100:3000/Sik/tradingbot into future 2024-05-20 03:28:08 +09:00
cbac498c3a Specify function 2024-05-20 03:21:37 +09:00
0eca6971db Implement entry positioning 2024-05-20 03:16:21 +09:00
d8592f65f6 Set urls 2024-05-17 23:53:30 +09:00
5ed1dc4f6a Make code simple 2024-05-17 23:28:06 +09:00
abde76e875 Delete unnecessary code 2024-05-17 01:47:56 +09:00
c952119628 Delete unnecessary parameter 2024-05-17 00:02:28 +09:00
7ee0abc465 Add checking value boundary 2024-05-15 22:22:04 +09:00
fd6edef5a6 Fix candle type to follow binance standard 2024-05-15 22:08:29 +09:00
7476f46d66 New strategy 2024-05-15 03:46:49 +09:00
574f4f41f7 Update filtering 2024-05-12 19:09:49 +09:00
6d843dc0e2 Update filtering 2024-05-11 16:34:44 +09:00
d6fbe5307a Merge branch 'master' of http://192.168.1.100:3000/Sik/tradingbot 2024-05-07 22:06:28 +09:00
da96d5a983 Update filtering 2024-05-07 22:06:05 +09:00
Sik
f1d2e3e48c Add recommendation of future tradepairs (#7)
Co-authored-by: Sik Yoon <younxxxx@gmail.com>
Reviewed-on: http://192.168.1.100:3000/Sik/tradingbot/pulls/7
2024-05-05 15:15:00 +00:00
ebbcf01b5e Update filtering 2024-05-05 22:02:30 +09:00
df2a494506 Fix wrong calculation of target profit percent 2024-05-02 23:37:01 +09:00
a6831d7f3e Update filtering 2024-05-02 23:16:59 +09:00
89d10e7ab8 Move selling condition 2024-05-02 18:11:21 +09:00
47b122acd9 Fix selling bug 2024-05-02 17:57:48 +09:00
Sik
29d773e36f Add wiliams percent r indicator (#6)
Co-authored-by: Sik Yoon <younxxxx@gmail.com>
Reviewed-on: http://192.168.1.100:3000/Sik/tradingbot/pulls/6
2024-04-29 12:59:11 +00:00
8dd2b12ee6 Update filtering 2024-04-26 19:47:04 +09:00
7ab84cbe05 Update filtering 2024-04-23 09:26:52 +09:00
e36005f11e Update filtering 2024-04-21 22:58:23 +09:00
d005c2a2cb Increase candle data 2024-04-21 01:36:34 +09:00
6c16cbd271 Update filtering 2024-04-20 23:49:38 +09:00
7d0a4383ca Update filtering 2024-04-20 23:47:08 +09:00
23066cf0f3 Formatting 2024-04-13 14:04:09 +09:00
e85690fd41 Update selling filtering 2024-04-12 04:37:44 +09:00
6933823fc4 Update filtering 2024-04-12 04:22:09 +09:00
51ad971321 Update filtering 2024-04-07 18:26:28 +09:00
8322623878 New filtering 2024-04-07 18:00:21 +09:00
3b5ef82d44 Update filtering 2024-04-07 17:13:27 +09:00
a227a0bfcf Update filtering 2024-04-07 02:07:55 +09:00
1bd4b30418 Update filtering 2024-04-07 01:23:56 +09:00
eb44e21768 Round percentage 2024-04-06 20:41:22 +09:00
7ac4f6a544 Round percentage 2024-04-06 20:18:38 +09:00
712922fc3e Round percentage 2024-04-06 20:08:52 +09:00
f6dd5730ea Update filtering 2024-04-04 00:09:16 +09:00
c31abbb863 Update filtering rules 2024-04-02 23:33:22 +09:00
490ca68a5c Change base quantity 2024-03-31 05:00:34 +09:00