Alexandr Savinov
|
cf324107cb
|
Fix calls of health check function and remove redundant code
|
2026-02-28 13:30:00 +01:00 |
|
Alexandr Savinov
|
234cb2a46c
|
collector client initialization and closing
|
2026-02-16 10:46:40 +01:00 |
|
Alexandr Savinov
|
7a2f154381
|
refactor the usage of collector functions
|
2026-02-06 11:34:13 +01:00 |
|
Alexandr Savinov
|
e41fbf9472
|
add initialization of binance collector and fix import bug in its downloader
|
2026-02-06 10:09:38 +01:00 |
|
Alexandr Savinov
|
0469c44e84
|
refactor and unify the logic of collector functions
|
2026-02-05 12:51:46 +01:00 |
|
Alexandr Savinov
|
9d385951b2
|
simplify connector by returning data frames instead of lists of values
|
2026-02-01 15:25:26 +01:00 |
|
Alexandr Savinov
|
9175ef66de
|
move mt5 connector function from the service to the collector module
|
2026-01-31 16:59:29 +01:00 |
|
Alexandr Savinov
|
291150fcb4
|
move collector client from app-level to connector-specific module level
|
2026-01-31 15:32:34 +01:00 |
|
Alexandr Savinov
|
915e130bf6
|
move venue-specific data retrieval functions from the analyzer to the collector
|
2026-01-25 17:11:28 +01:00 |
|
Alexandr Savinov
|
dfd4c5cc6f
|
fix analyzer imports
|
2026-01-09 17:47:08 +01:00 |
|
Alexandr Savinov
|
984f843a81
|
move individual classifiers into separate modules imported only if used
|
2026-01-08 16:19:13 +01:00 |
|
Alexandr Savinov
|
cdb3a2f605
|
refactor analyzer
|
2025-11-02 12:51:54 +01:00 |
|
Alexandr Savinov
|
f40ab923ec
|
simplify data collectors by doing only retrieval
|
2025-10-28 12:09:10 +01:00 |
|
Alexandr Savinov
|
8a43a954d1
|
add binance client arguments to solve the problem with API access from US and other special locations
|
2025-10-12 12:35:34 +02:00 |
|
Alexandr Savinov
|
a085f2666d
|
refactor and improve the logic of incremental data analysis based on new parameters
|
2025-07-28 19:05:49 +02:00 |
|
Alexandr Savinov
|
62664e1529
|
move main data frame from App to Analyzer
|
2025-07-27 14:32:31 +02:00 |
|
Alexandr Savinov
|
a55a2e7bbd
|
pass model store to feature generators and unify their signatures
|
2025-06-15 12:17:00 +02:00 |
|
Alexandr Savinov
|
bc22ed70b8
|
fix problem with a new version of apscheduler
|
2025-05-24 20:13:41 +02:00 |
|
Alexandr Savinov
|
3b7cecfb94
|
do not import MetaTrader5 if it is not used
|
2025-05-12 22:45:19 +02:00 |
|
Alexandr Savinov
|
9263a5a32d
|
fix small problems with notifier and apscheduler
|
2025-05-12 20:12:27 +02:00 |
|
Alexandr Savinov
|
dda97fe618
|
minor changes
|
2025-05-12 19:52:47 +02:00 |
|
tradershubspace
|
606d934748
|
refactor server.py for improved readability and organization
|
2025-05-12 18:15:16 +02:00 |
|
tradershubspace
|
aa35c304b8
|
Add Venue type
|
2025-05-12 18:15:16 +02:00 |
|
tradershubspace
|
ada762f74e
|
updated account info usage
|
2025-05-12 18:15:16 +02:00 |
|
Alexandr Savinov
|
0c8ecd361f
|
change signature of output functions and pass explicitly data and config
|
2025-03-25 19:56:20 +01:00 |
|
Alexandr Savinov
|
e3012483c7
|
swtich to async calls for output functions
|
2025-02-16 12:46:03 +01:00 |
|
Alexandr Savinov
|
1093298895
|
refactor: move all output functions like notifiers and traders into a standard extandable set of outputs
|
2025-02-15 13:32:24 +01:00 |
|
Alexandr Savinov
|
3f3af10982
|
refactor: move notifiers and traders into a new separate package
|
2025-02-15 12:01:25 +01:00 |
|
Alexandr Savinov
|
a2a8be8610
|
refactor: move collector functions to a new serparate package
|
2025-02-15 11:48:02 +01:00 |
|
Alexandr Savinov
|
9f07301032
|
allow for empty algorithm set
|
2025-02-12 20:52:50 +01:00 |
|
Alexandr Savinov
|
bffbcfb47b
|
logging parameters of the server
|
2024-12-15 15:25:11 +01:00 |
|
Alexandr Savinov
|
5dd9e2d5eb
|
replace prints with logging
|
2024-12-15 15:06:03 +01:00 |
|
Alexandr Savinov
|
70b1802bd5
|
fix problems with binance trader
|
2024-06-22 09:58:08 +02:00 |
|
Alexandr Savinov
|
9988f1645e
|
custom frequency for sending diagrams
|
2024-05-15 19:15:00 +02:00 |
|
Alexandr Savinov
|
c4ee440158
|
processing arbitrary frequencies rather than hard-cded 1min
|
2024-05-12 19:17:10 +02:00 |
|
Alexandr Savinov
|
5a797f6c7c
|
better organize binance specific functions
|
2024-05-11 15:32:07 +02:00 |
|
Alexandr Savinov
|
2d974ed3bb
|
Analyze all data at the server start
|
2023-12-25 17:14:37 +01:00 |
|
Alexandr Savinov
|
8c24ef07c1
|
refactor the structure of processing for online/stream part (batch scripts to be updated)
|
2023-12-09 19:59:29 +01:00 |
|
Alexandr Savinov
|
8928990827
|
rename config section for trade model
|
2023-10-29 11:09:20 +01:00 |
|
Alexandr Savinov
|
d2f03342eb
|
restructure configuration by separateing different notifications and trade simulation
|
2023-10-28 13:33:11 +02:00 |
|
Alexandr Savinov
|
682a748936
|
introduce a new score notification logic
|
2023-10-28 11:43:20 +02:00 |
|
Alexandr Savinov
|
382cd03926
|
improve notification logic
|
2023-09-30 12:58:45 +02:00 |
|
Alexandr Savinov
|
b276675073
|
improve sending notifications
|
2023-09-26 21:21:45 +02:00 |
|
Alexandr Savinov
|
09ad6355bc
|
add visualization functions
|
2023-09-24 15:20:24 +02:00 |
|
Alexandr Savinov
|
99e7c3a84b
|
fix server by integrating new conventions and functions
|
2022-07-18 20:23:36 +02:00 |
|
Alexandr Savinov
|
ce44a74b1e
|
refactor label generation and signals
|
2022-03-25 22:49:33 +01:00 |
|
Alexandr Savinov
|
f1a28fe077
|
initial commit
|
2022-03-20 10:09:33 +01:00 |
|