zwitschi
  • Joined on 2024-10-03
zwitschi pushed to main at allucanget/arbitrade 2026-06-04 20:18:09 +02:00
170f59eb89 refactor: improve SQL query formatting and enhance readability across multiple files
zwitschi pushed to main at allucanget/arbitrade 2026-06-04 19:53:47 +02:00
8ceca2a7e4 feat: improve SQL query formatting and add type hints for better clarity
zwitschi pushed to main at allucanget/arbitrade 2026-06-04 19:05:07 +02:00
c8e3daeb57 Refactor code for improved readability and consistency
7d18bdf316 feat: add 'dist' directory to .dockerignore and .gitignore for build artifact exclusion
83f2064fa9 feat: remove obsolete wheel distribution file
Compare 3 commits »
zwitschi pushed to main at allucanget/arbitrade 2026-06-04 18:50:23 +02:00
7728f9a8cd feat: enhance backtesting functionality with database integration and UI updates
a83d231d06 feat: refactor health endpoint handling and improve job ID display in backtesting
1c2558cfb3 feat: refactor fee management by removing deprecated pair fee handling and updating dashboard to display equity
a0366f06ff feat: add health check endpoint and refactor templates for consistent header usage
86d1046862 feat: update documentation structure and add deployment guide
Compare 12 commits »
zwitschi pushed to main at allucanget/allucanget.biz 2026-06-02 19:30:09 +02:00
b8f8fc4e88 Fix typos and remove unnecessary image in index.md and update HTML structure in index.html
zwitschi pushed to main at allucanget/arbitrade 2026-06-02 17:24:01 +02:00
00bd2d664d feat: implement comprehensive configuration management system with web interface and database support
815284289e feat: add configuration management UI for fees, pairings, and application settings
107595826a refactor: update ConfigurationService to avoid circular imports and streamline repository usage
6b5973a0bb feat: implement configuration management with database support
Compare 4 commits »
zwitschi pushed to main at allucanget/arbitrade 2026-06-02 14:30:45 +02:00
1b21f2443a fix: remove package template smoke check from CI workflow
zwitschi pushed to main at allucanget/arbitrade 2026-06-02 14:16:57 +02:00
1df4b11aef Add HTML templates for dashboard, metrics, overview, and backtesting
zwitschi pushed to main at allucanget/arbitrade 2026-06-02 09:28:40 +02:00
38e1d64437 feat: add backtesting functionality with UI and API endpoints
f612c8533a feat: Add backtesting parameter sweep support and related functionality
Compare 2 commits »
zwitschi pushed to main at allucanget/arbitrade 2026-06-01 17:48:32 +02:00
8ef8dc801d fix: Update CI workflow to publish Docker image and document Coolify deployment process
zwitschi pushed to main at allucanget/arbitrade 2026-06-01 17:24:03 +02:00
df55953d31 fix: Update application port from 8000 to 9090 in configuration and deployment files
zwitschi pushed to main at allucanget/arbitrade 2026-06-01 17:13:33 +02:00
5051f2de83 fix: Update Dockerfile and docker-compose.yml for dependency installation and image reference
zwitschi pushed to main at allucanget/arbitrade 2026-06-01 16:57:06 +02:00
2845721797 refactor: Simplify strategy mode selection logic in controls template
zwitschi pushed to main at allucanget/arbitrade 2026-06-01 16:50:15 +02:00
9e2f08d40a fix: Update pip-audit command to specify requirements file for dependency audit
zwitschi pushed to main at allucanget/arbitrade 2026-06-01 16:31:21 +02:00
778b41910a chore: Update project dependencies and restructure requirements files
zwitschi pushed to main at allucanget/arbitrade 2026-06-01 15:46:25 +02:00
065dcbda20 style: Comment out Black code formatting step in CI workflow
zwitschi pushed to main at allucanget/arbitrade 2026-06-01 15:45:24 +02:00
c3c524724e fix: Correctly assign alerts_last_channel_results in dashboard controls
zwitschi pushed to main at allucanget/arbitrade 2026-06-01 15:44:19 +02:00
6c7dd0a715 refactor: Simplify variable names and improve readability in metrics and lifecycle modules
zwitschi pushed to main at allucanget/arbitrade 2026-06-01 15:18:03 +02:00
0d1f6961d6 style: Clean up code formatting for improved readability
d742577484 feat: Add dashboard controls for tradable pairs and strategy configuration
Compare 2 commits »
zwitschi pushed to main at allucanget/arbitrade 2026-06-01 14:57:49 +02:00
7c86e838fa feat: Add deterministic replay backtesting engine and related documentation