This website requires JavaScript.
Explore
Help
Sign In
Simon
/
OHLCVPredictor
Watch
1
Star
0
Fork
0
You've already forked OHLCVPredictor
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
6
Commits
1
Branch
0
Tags
Go to file
Code
Clone
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Simon Moisy
b56d9ea3a1
Remove print statements for loading cached features and replace pandas-ta with ta library for technical indicators in feature engineering and calculations. Simplify Supertrend implementation using ATR and moving averages.
2025-06-25 13:39:49 +08:00
.cursor
/rules
Add comprehensive rules for project management, including global development standards, architecture guidelines, code review processes, context management, task generation, and iterative workflows. Establish documentation standards and refactoring protocols to enhance maintainability and prevent technical debt.
2025-06-25 13:39:02 +08:00
.gitignore
Initial commit
2025-05-30 16:47:08 +00:00
.python-version
init
2025-05-31 00:57:31 +08:00
custom_xgboost.py
Did feature selection, moved from RMSE to MAE for accuracy testing (maybe not a good idea after all), fine tuned hyperparameters a bit (need to do more)
2025-06-03 15:40:43 +08:00
feature_engineering.py
Remove print statements for loading cached features and replace pandas-ta with ta library for technical indicators in feature engineering and calculations. Simplify Supertrend implementation using ATR and moving averages.
2025-06-25 13:39:49 +08:00
main.py
Remove print statements for loading cached features and replace pandas-ta with ta library for technical indicators in feature engineering and calculations. Simplify Supertrend implementation using ATR and moving averages.
2025-06-25 13:39:49 +08:00
plot_results.py
init
2025-05-31 00:57:31 +08:00
pyproject.toml
Remove print statements for loading cached features and replace pandas-ta with ta library for technical indicators in feature engineering and calculations. Simplify Supertrend implementation using ATR and moving averages.
2025-06-25 13:39:49 +08:00
README.md
Initial commit
2025-05-30 16:47:08 +00:00
requirements.txt
init
2025-05-31 00:57:31 +08:00
technical_indicator_functions.py
Remove print statements for loading cached features and replace pandas-ta with ta library for technical indicators in feature engineering and calculations. Simplify Supertrend implementation using ATR and moving averages.
2025-06-25 13:39:49 +08:00
uv.lock
Remove print statements for loading cached features and replace pandas-ta with ta library for technical indicators in feature engineering and calculations. Simplify Supertrend implementation using ATR and moving averages.
2025-06-25 13:39:49 +08:00
README.md
OHLCVPredictor
Description
No description provided
Readme
7.8
MiB
Languages
Python
100%