Lumber demand proxies homebuilders 1-2 quarters early

This tests whether lumber demand proxies homebuilders 1-2 quarters early. Checked across 11,651 occurrences in 11,651 trading days. Nothing separates it from chance.

Conclusion: Null

No effect at any horizon tested.

Events
11,651
occurrences
Sessions
11,651
daily
Effect
-0.00807
mean abnormal
p
0.749
shift null

Method

Hypothesis

Lumber demand proxies homebuilders 1-2 quarters early

Rule

# daily frequency: this mechanism is invisible at monthly resolution
function test(returns, event_mask):
stat = mean(returns where event_mask) - mean(returns elsewhere)
# null: slide the event mask through the calendar, so any
# calendar structure in returns appears under the null too
null = [statistic(returns, roll(event_mask, k))
for k in all offsets, abs(k) >= 21 days]
p = (count(null beyond stat) + 1) / (len(null) + 1)
return stat, p
reject if Benjamini-Hochberg q <= 0.10 across the daily batch

Evaluation

Table 1 · Daily event study

MeasureValue
Trading sessions11,651
Events11,651
Mean abnormal return-0.008074
Shift-test p (directional)0.7494
Shift-test p (two-sided)0.5050
BH q-value0.7494
The null shifts the event mask through the calendar, so any calendar structure in returns appears under it too.

Reference

Instruments

last price and one-month change, live from Yahoo Finance
SymbolNotes
see ruleNot in the instrument table.

Sample

11,651 trading sessions

Sources

NOAA Climate Prediction Center. Teleconnection indices. AO, NAO, PNA, SAM. www.cpc.ncep.noaa.gov/products/precip/CWlink/daily_ao_index/ao.shtml
NOAA National Hurricane Center. HURDAT2 Atlantic hurricane database. www.nhc.noaa.gov/data/#hurdat
Yahoo Finance. Historical market prices. Adjusted close, month-end. Retrieved with yfinance. finance.yahoo.com
Computed, not sourced
Moon phase computed analytically (synodic 29.530588 d)

Revision history

RevStageStatusChange
01DraftDirection and criteria fixed before the experiment ran
02TestedNullDaily event study; corrected across the daily batch
algorithmic-trading-anthology-july-2026-lumber-homebuilders | d/rksci