find what is the POC & VA in currently market structure in order to better filter entries.
Implementation Status
Research Complete
- POC (Point of Control): Price level with highest traded volume - acts as price magnet
- VAH/VAL: Value Area boundaries (~70% of volume) - key S/R levels
- HVN/LVN: High/Low volume nodes for filtering entries
Volume Profile Indicator
- Location: MQL5/Indicators/Examples/VolumeProfile.mq5
- Compiled: VolumeProfile.ex5
- Features: POC, VAH, VAL lines, VA shading, HVN/LVN detection
EA Integration Helper
- Location: OBInclude/volumeProfile.mqh
- CVPHelper class with GetPOC(), GetVAH(), GetVAL(), IsPriceInValueArea()
Forensics Analysis
- Module H added to forensics.py
- Analyzes entry distance to POC and VA zone
Next Steps
- Add VP levels to dataset export (exportOB.mqh)
- Run forensics with VP analysis
- Test VP-based filters in backtest
find what is the POC & VA in currently market structure in order to better filter entries.
Implementation Status
Research Complete
Volume Profile Indicator
EA Integration Helper
Forensics Analysis
Next Steps