|
|
a3675db92d
|
Decrease unit trade usdt
|
2024-05-21 14:17:39 +09:00 |
|
|
|
23066cf0f3
|
Formatting
|
2024-04-13 14:04:09 +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 |
|
|
|
6c32e12cab
|
Keep transaction time information
|
2024-02-25 02:42:15 +09:00 |
|
|
|
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 |
|
|
|
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 |
|
|
|
f0bf95e218
|
Increase unit trade usdt
|
2024-01-08 20:12:43 +09:00 |
|
|
|
53c74828b4
|
DIsable Filtering
|
2024-01-08 00:07:25 +09:00 |
|
|
|
bbc30cd242
|
Rollback sell_count
|
2024-01-07 04:25:50 +09:00 |
|
|
|
1c4b922752
|
Fix panic
|
2024-01-07 04:18:42 +09:00 |
|
|
|
5858b97667
|
Change filtering
|
2023-12-31 19:35:15 +09:00 |
|
|
|
53512aa57c
|
Change parameters for REAL
|
2023-12-25 21:06:42 +09:00 |
|
|
|
83a11a703a
|
Change print selling message
|
2023-12-09 21:56:04 +09:00 |
|
|
|
16440be796
|
Apply formatter
|
2023-12-02 03:00:17 +09:00 |
|
|
|
8d74ec64de
|
Rollback
|
2023-12-02 02:57:24 +09:00 |
|
|
|
f45d5da3c3
|
Change find() with position()
|
2023-11-20 20:25:56 +09:00 |
|
|
|
420173a361
|
Add stoploss
|
2023-11-19 23:29:29 +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 |
|
|
|
abd03aaeab
|
Fix searching symbols
|
2023-11-18 21:29:09 +09:00 |
|
|
|
7e45793d54
|
Add FIXME tags
|
2023-11-18 21:28:06 +09:00 |
|
|
|
5191a284d2
|
Fix searching symbols
|
2023-11-18 21:25:37 +09:00 |
|
|
|
bc1e429377
|
Add kelly criterion
|
2023-11-18 21:21:43 +09:00 |
|
|
|
f0f3384be4
|
Add strategists #2~#6
|
2023-10-15 15:22:35 +09:00 |
|
|
|
e7d9874347
|
Change initialization of variable by using method
|
2023-10-15 15:20:01 +09:00 |
|
|
|
fdd2623fba
|
Refactor code
|
2023-10-04 20:13:22 +09:00 |
|
|
|
39b8c31e30
|
Refactor codes
|
2023-10-04 20:12:13 +09:00 |
|
|
|
9d7e001860
|
Change set_unit_usdt() for Simulation
|
2023-10-04 20:10:05 +09:00 |
|
|
|
38d5a305ad
|
Move Client into function
|
2023-09-16 01:29:54 +09:00 |
|
|
|
be190a8c7a
|
Add more RSI criteria
|
2023-08-16 22:32:21 +09:00 |
|
|
|
a44901f537
|
Fix expire time and buy price expression
|
2023-08-16 22:09:50 +09:00 |
|
|
|
72aaa3bf60
|
Delete unused codes
|
2023-08-15 15:22:07 +09:00 |
|
|
|
4e5d12be8f
|
Rollback time
|
2023-08-15 15:16:11 +09:00 |
|
|
|
e01e7ce6f4
|
Fix calc bug of target_profit_percent
|
2023-08-15 15:15:25 +09:00 |
|
|
|
d05a8fb579
|
Change calculation way of set_unit_usdt()
|
2023-08-15 14:07:37 +09:00 |
|
|
|
90ea086a62
|
Change calculation of target_profit_percent with using closure
|
2023-08-15 13:05:11 +09:00 |
|
|
|
4823b01d09
|
Add new filtering based on StochRSI into strategy1
|
2023-08-15 02:02:14 +09:00 |
|
|
|
9f6678c69d
|
Make print message clearer
|
2023-08-13 01:04:12 +09:00 |
|
|
|
c695107681
|
Delete unnecessary code
|
2023-08-12 22:47:59 +09:00 |
|
|
|
764be22171
|
Replace legacy structure of stoch rsi
|
2023-08-12 22:46:00 +09:00 |
|
|
|
799afebefc
|
Change function name
|
2023-08-12 21:58:50 +09:00 |
|
|
|
5ead6052e9
|
Delete unnecessary code
|
2023-08-12 20:26:49 +09:00 |
|
|
|
25b2c5ad51
|
Fixed selling coin problem
|
2023-08-12 20:25:42 +09:00 |
|
|
|
52489fd359
|
Refactor buy_coin()
|
2023-08-12 19:05:09 +09:00 |
|
|
|
fbcee4a48b
|
Rename function
|
2023-08-12 18:54:24 +09:00 |
|
|
|
b88f779926
|
Refactor buy_coin()
|
2023-08-12 18:52:52 +09:00 |
|