Project Structure
mBA-Terminal/
βββ images/
β βββ filled_ticks_4panel.png
β βββ raw_ticks_4panel.png
βββ output/
β βββ filled_ask_XAUUSDc_20260212.csv
β βββ filled_bid_XAUUSDc_20260212.csv
β βββ raw_ticks_XAUUSDc_20260212.csv
βββ Python/
β βββ mt5_filled_ticks.py
β βββ mt5_raw_ticks.py
βββ scripts/
β βββ debug_mt5.py
βββ src/
β βββ core/
β β βββ data_worker.py
β β βββ market_profile.py
β β βββ mt5_interface.py
β βββ ui/
β β βββ chart_widget.py
β β βββ control_panel.py
β β βββ main_window.py
β βββ config.py
β βββ main.py
βββ tests/
β βββ test_interactive_chart.py
β βββ test_logic.py
β βββ test_profile_logic.py
β βββ verify_levels.py
βββ .gitattributes
βββ .gitignore
βββ IDEA.md
βββ LICENSE
βββ market_profile_paper.tex
βββ README.md
βββ requirements.txt
βββ TECHSTACK.md