mBA-Terminal / STRUCTURE.md
algorembrant's picture
Upload 29 files
c99df4c verified

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