folder stricture reorganize

This commit is contained in:
Dobromir Popov
2025-06-25 11:42:12 +03:00
parent 61b31a3089
commit 03fa28a12d
127 changed files with 3108 additions and 1774 deletions

18
debug/README.md Normal file
View File

@ -0,0 +1,18 @@
# Debug Files
This folder contains debug scripts and utilities for troubleshooting various components of the trading system.
## Contents
- `debug_callback_simple.py` - Simple callback debugging
- `debug_dashboard.py` - Dashboard debugging utilities
- `debug_dashboard_500.py` - Dashboard 500 error debugging
- `debug_dashboard_issue.py` - Dashboard issue debugging
- `debug_mexc_auth.py` - MEXC authentication debugging
- `debug_orchestrator_methods.py` - Orchestrator method debugging
- `debug_simple_callback.py` - Simple callback testing
- `debug_trading_activity.py` - Trading activity debugging
## Usage
These files are used for debugging specific issues and should not be run in production. They contain diagnostic code and temporary fixes for troubleshooting purposes.