Commit graph

497 commits

Author SHA1 Message Date
Alexandr Savinov
2a63e3a2d1 documentation: automatic grammar and style correction by LLM 2026-06-01 10:30:16 +02:00
Alexandr Savinov
d8478ba281 documentation: minor additions 2026-05-18 12:45:04 +02:00
Alexandr Savinov
4f78290d39 Merge branch 'master' of https://github.com/asavinov/intelligent-trading-bot 2026-05-18 12:41:13 +02:00
Alexandr Savinov
83fe9a68e3 documentation: add column-orientation figure 2026-05-18 12:36:39 +02:00
Alexandr Savinov
0342502a87
Merge pull request #85 from pikammmmm/fix/typo-previuos
Fix `previuos` -> `previous` typo in configuration docs
2026-05-18 12:31:13 +02:00
pikammmmm
3f76f98890 Fix previuos -> previous typo in configuration docs 2026-05-01 22:38:03 +02:00
Alexandr Savinov
d3a886c971 minor changes to visualizations 2026-04-26 17:19:56 +02:00
Alexandr Savinov
5b5db262d8 documentation column-oriented design 2026-04-25 15:19:47 +02:00
Alexandr Savinov
efcc3f8756
Merge pull request #83 from 144126/patch-2
Update README.md
2026-04-25 11:17:45 +02:00
Alexandr Savinov
83f941efd7
Merge pull request #82 from 144126/patch-1
Refine description of label generation process
2026-04-25 11:16:31 +02:00
Gold Edem Hogan
40e54be76d
Update README.md 2026-04-25 09:27:18 +01:00
Gold Edem Hogan
fc1b2d897b
Refine description of label generation process
Clarify the explanation of label generation in online mode.
2026-04-25 09:21:01 +01:00
Alexandr Savinov
367742eabb restructure code for high-low label generator 2026-04-21 12:21:32 +02:00
Alexandr Savinov
0851f8d3fd documentation server description 2026-04-21 11:23:18 +02:00
Alexandr Savinov
11377e6733 documentation - scripts 2026-04-20 18:59:14 +02:00
Alexandr Savinov
1854f849da remove file from documentation 2026-04-20 14:52:32 +02:00
Alexandr Savinov
ea298322ff documentation configuration 2026-04-20 12:42:30 +02:00
Alexandr Savinov
de4abef657 pass all parameters from config to gradient boosting algorithm 2026-04-18 12:13:40 +02:00
Alexandr Savinov
5289048f65 update documentation 2026-04-14 13:45:17 +02:00
Alexandr Savinov
35c4241ee6 documentation data inputs 2026-04-14 12:34:26 +02:00
Alexandr Savinov
dda461bd6a documentation - custom trainable features 2026-04-07 20:18:03 +02:00
Alexandr Savinov
8ea2d66bd0 documentation - trainable features 2026-04-07 17:46:51 +02:00
Alexandr Savinov
2e2f0dc3b1 documentation - rename and delete files 2026-04-06 18:14:52 +02:00
Alexandr Savinov
43b3e90c01 documentation labels highlow2 generator 2026-04-06 13:31:29 +02:00
Alexandr Savinov
94c4b46ba5 documentation labels topbot2 generator 2026-04-06 12:13:23 +02:00
Alexandr Savinov
4fe2b91fe3 documentation: add labels description 2026-04-05 14:58:26 +02:00
Alexandr Savinov
bb2a6d4953 documentation: add description of features 2026-04-05 13:40:19 +02:00
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
422c62b5b3 move download functions to the modules with other collector functions 2026-02-06 12:36:12 +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
4bfd815576 add two utility functions with interval arithmetics and replace the corresponding code 2026-02-05 15:31:44 +01:00
Alexandr Savinov
fd9eccd951 move collector-specific functions in separate modules of inputs package 2026-02-05 15:03:23 +01:00
Alexandr Savinov
c4c05af900 compute latest available data in case of no data available 2026-02-05 13:17:14 +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
4523f1d6e9 improve initialization of the analyzer 2026-01-25 20:22:12 +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
7e4b4d9361 fix package version in requirements 2026-01-23 10:38:27 +01:00
Alexandr Savinov
76707900c9 add build file and update requirements 2026-01-23 10:36:53 +01:00
Alexandr Savinov
804c3c7b78 fix an issue with tensorflow/keras import 2026-01-21 13:10:46 +01:00
Alexandr Savinov
64d51dbcdd improve download script by introducing a dispatch function returning a downloader 2026-01-19 12:22:28 +01:00
Alexandr Savinov
5bcceb21ca make downloader scrript venue-aware and move venue-specific downloaders to separate modules 2026-01-19 12:02:37 +01:00
Alexandr Savinov
24efefa74b fix problems with the label generator 2026-01-16 10:20:03 +01:00
Alexandr Savinov
dfd4c5cc6f fix analyzer imports 2026-01-09 17:47:08 +01:00
Alexandr Savinov
080fd9c3cb move analyzer to the common package 2026-01-09 17:42:44 +01:00
Alexandr Savinov
26bf6c72ce move merge function from script to utilities 2026-01-09 16:50:52 +01:00