A modular Python system for detecting structural patterns in Forex datasets.
Coded in Python, developed by Sahantech Solutions.
- Modular data loading and preprocessing
- Detection models for Forex structuring
- Extensible utility functions
- Unit tests for reliability
forex_structuring_detection/
main.py # Entry point
config.py # Configuration settings
data/ # Data loaders, preprocessors
models/ # Detection models
utils/ # Helpers, logging
tests/ # Unit tests
pip install -r requirements.txtpython -m forex_structuring_detection.mainRun all tests:
python -m unittest discover forex_structuring_detection/tests