This website requires JavaScript.
Explore
Help
Sign In
Simon
/
orderflow_backtest
Watch
1
Star
0
Fork
0
You've already forked orderflow_backtest
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
a295a3f141
Refactor desktop application to remove unused depth data handling and improve metrics visualization. Commented out depth widget initialization and adjusted metrics data access for better clarity. Enhanced the update mechanism for real-time data integration in the UI.
2025-09-29 13:38:43 +08:00
.vscode
Refactor desktop application to remove unused depth data handling and improve metrics visualization. Commented out depth widget initialization and adjusted metrics data access for better clarity. Enhanced the update mechanism for real-time data integration in the UI.
2025-09-29 13:38:43 +08:00
.gitignore
Initial commit
2025-08-20 01:45:36 +00:00
.python-version
Add initial implementation of the Orderflow Backtest System with OBI and CVD metrics integration, including core modules for storage, strategies, and visualization. Introduced persistent metrics storage in SQLite, optimized memory usage, and enhanced documentation.
2025-08-26 17:22:07 +08:00
app.py
WIP UI rework with qt6
2025-09-10 15:39:16 +08:00
db_interpreter.py
WIP UI rework with qt6
2025-09-10 15:39:16 +08:00
desktop_app.py
Refactor desktop application to remove unused depth data handling and improve metrics visualization. Commented out depth widget initialization and adjusted metrics data access for better clarity. Enhanced the update mechanism for real-time data integration in the UI.
2025-09-29 13:38:43 +08:00
level_parser.py
Refactor desktop application to enhance OHLC and OBI visualizations. Introduced dynamic candle width based on timestamps, improved data handling for metrics, and added crosshair functionality for better data inspection. Updated UI layout for improved user experience and integrated real-time data updates from the processor.
2025-09-12 15:28:15 +08:00
main.py
Refactor desktop application to remove unused depth data handling and improve metrics visualization. Commented out depth widget initialization and adjusted metrics data access for better clarity. Enhanced the update mechanism for real-time data integration in the UI.
2025-09-29 13:38:43 +08:00
metrics_calculator.py
Refactor desktop application to remove unused depth data handling and improve metrics visualization. Commented out depth widget initialization and adjusted metrics data access for better clarity. Enhanced the update mechanism for real-time data integration in the UI.
2025-09-29 13:38:43 +08:00
ohlc_processor.py
Refactor desktop application to remove unused depth data handling and improve metrics visualization. Commented out depth widget initialization and adjusted metrics data access for better clarity. Enhanced the update mechanism for real-time data integration in the UI.
2025-09-29 13:38:43 +08:00
orderbook_manager.py
WIP UI rework with qt6
2025-09-10 15:39:16 +08:00
pyproject.toml
WIP UI rework with qt6
2025-09-10 15:39:16 +08:00
strategy.py
Refactor desktop application to remove unused depth data handling and improve metrics visualization. Commented out depth widget initialization and adjusted metrics data access for better clarity. Enhanced the update mechanism for real-time data integration in the UI.
2025-09-29 13:38:43 +08:00
uv.lock
WIP UI rework with qt6
2025-09-10 15:39:16 +08:00
Description
No description provided
475
KiB
Languages
Python
100%