# HMRZ-framework
A simple High Margin Requirement Zone framework to visualize limited HMR data from Exness Broker
### The poblem im trying to address
HMR Zones data from Exness Broker is not free and is limited. Therefore, users must be quick at interpreting this kind of data. For those who have AI agents, you are lucky cuz you could just train it using this repo to construct a related backend-frontend framework using Python or any language. Enjoy
### Sample Data
### Sample CSV framework
```csv
Start_Datetime,End_Datetime,Max_Leverage,Events
2026-02-25 05:28,2026-02-25 07:10,1000,
2026-02-25 14:45,2026-02-25 15:01,200,
2026-02-25 17:45,2026-02-25 18:01,200,
2026-02-25 23:15,2026-02-25 23:31,200,
2026-02-26 05:28,2026-02-26 07:10,1000,
2026-02-26 17:45,2026-02-26 18:01,200,
2026-02-26 21:15,2026-02-26 21:31,200,
2026-02-27 05:28,2026-02-27 07:10,1000,
2026-02-27 15:30,2026-02-27 16:01,200,
2026-02-27 16:40,2026-02-27 17:01,200,
2026-02-27 20:45,2026-02-27 21:01,200,
2026-02-27 21:15,2026-02-27 21:31,200,PPI MoM | PPI YoY | Core PPI MoM
2026-02-27 22:30,2026-02-27 23:01,200,Chicago PMI | Construction Spending MoM
```
### Sample output visualization
### How to use Python?
Learn your basics somewhere :C