mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 15:37:44 +00:00
a52adf5b5a
EUR/USD synthetic data has \$volume=0 for all rows, causing any VWAP or volume-weighted factor to produce all-NaN output. Insert a guard after pd.read_hdf() that replaces zero volume with (\$high - \$low) range proxy so volume-dependent factors produce meaningful signals. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>