TimeMap - StrategyQuant ResultsPlugin
=====================================

Shows WHEN each strategy in a portfolio traded, as a time map:
  - one row per strategy (sorted by time in market)
  - green block = winning trade, red block = losing trade
  - blue line   = portfolio equity (right axis)
  - orange line = SPY benchmark (optional, fetched from the web)

Controls
  - Window (All / 10y / 5y / 2y / 1y): zoom the time range
  - SPY: toggle the benchmark overlay
  - Start eq: starting capital for the equity curve
  - Strategy chips (all / none / click): show or hide individual strategies;
    the equity is recomputed instantly from the selected ones (no re-backtest)
  - The map scrolls vertically when there are many strategies; the axes stay fixed

Purpose: spot strategies that overlap in time (correlated risk) vs. strategies
that complement each other (diversification). Red flag: all strategies losing in
the same period = systemic risk.

Pure HTML/JS - no Python, no backend, no configuration.
See "INSTALL - read me first.txt" for setup.
