Commit Graph

46 Commits

Author SHA1 Message Date
653c3835d4 Update filtering 2024-06-06 02:39:26 +09:00
0ba0d3702d Implement linear regression 2024-06-06 02:19:03 +09:00
bbaf39173d Update filtering 2024-06-02 01:59:41 +09:00
f3cb66f5f6 Chnage strategy from 1m to 30m 2024-06-01 20:00:54 +09:00
a4ecc2df5b Update filtering 2024-05-26 00:48:46 +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
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
23066cf0f3 Formatting 2024-04-13 14:04:09 +09:00
4a323815c8 New tema indicator 2024-03-24 06:04:15 +09:00
a6e610f02c Delete unnecessary code 2024-03-24 05:37:34 +09:00
e149cdc2eb Complete debugging dema 2024-03-24 05:34:00 +09:00
2108b42b6c Debug dema 2024-03-24 05:28:08 +09:00
249db79a3d New dema function 2024-03-24 04:51:00 +09:00
725bcec59c Fix bound condition 2024-03-12 13:03:25 +09:00
0ef2d381da Fix refer wrong index 2024-02-03 20:06:13 +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
a00cc601c7 Add indicators using opclo price 2024-01-07 01:04:34 +09:00
e3b6f9e293 Implement thread 2024-01-01 13:36:06 +09:00
f4435da178 Change input parameters 2024-01-01 12:59:11 +09:00
ba4629f5e4 Simplify code 2024-01-01 12:53:57 +09:00
43b0423d30 Move thread task starting point 2024-01-01 12:49:25 +09:00
c0344961bf Change input pamaneters 2024-01-01 12:36:53 +09:00
d559e51c25 Change MACD calculation 2023-12-31 19:04:38 +09:00
c66c24ff81 Fix typo 2023-12-18 02:25:47 +09:00
832ebd76fb Fix wrong calculation 2023-12-18 01:53:21 +09:00
aca9eff415 Add strategy_test 2023-12-18 01:17:05 +09:00
17dd137abf Add ADX indicator 2023-12-18 00:39:35 +09:00
73a968b839 Add filtering 2023-12-11 00:00:42 +09:00
f8e702a462 Change parameter data type 2023-12-02 03:02:06 +09:00
5b7c4a9acb Apply Cargo fmt 2023-11-19 01:58:09 +09:00
de71293f0b Make mod.rs 2023-11-18 23:51:29 +09:00
f5ca681f9b Change code to apply thread 2023-09-09 01:38:59 +09:00
bae564bf68 Add comment 2023-08-13 00:22:22 +09:00
45f640e3bc Make calculation in parallel 2023-08-13 00:02:42 +09:00
ddbaaa0508 Make calculation in parallel 2023-08-12 23:23:01 +09:00
1a242da6b3 Delete unnecessary code 2023-08-12 22:51:45 +09:00
b0631921d3 Change parameter type 2023-08-03 00:01:57 +09:00
a147535dc7 Apply formatter 2023-07-22 20:28:32 +09:00
500026212f Apply threading for iteration work 2023-07-22 20:17:19 +09:00
f846d0e978 Apply threading for iteratoration 2023-07-22 19:28:44 +09:00
f0b3224e49 Apply formatter 2023-07-16 17:29:48 +09:00
b978a9038f Move parameter to return value of sma() 2023-07-16 17:25:04 +09:00
a0ede8e8be Move parameter to return value of bollingerband() 2023-07-16 17:22:37 +09:00
593d963af3 Apply Lint 2023-07-16 02:08:28 +09:00
0c4e8ada55 Fork from tradingbot_sandbox 2023-07-15 19:41:36 +09:00