# Smart Money Index

A Volume & Order Flow concept (Cumulative flow lines) in the LuxAlgo Library, with 1 indicator implementation.

## What is the Smart Money Index?

The Smart Money Index (SMI) is a cumulative sentiment line for stock indexes, usually credited to money manager Don Hays. It rests on a premise about [intraday time-of-day effects](https://www.luxalgo.com/library/concept/intraday-time-of-day-effects/): the first half hour of the cash session is dominated by emotional, news-driven trading, while the final hour is where more deliberate, well-capitalized participants position. Each day the running total subtracts the index's net change over the first 30 minutes and adds the net change over the last hour.

A market that habitually sells off early and firms late therefore builds a rising SMI even if closing prices go nowhere. The absolute level means little; practitioners track its direction and its divergences from the underlying index. New index highs the SMI refuses to confirm are read as distribution into strength, and SMI resilience under a falling tape as accumulation. Like [OBV](https://www.luxalgo.com/library/concept/obv/) and other cumulative lines it is slow and contextual, and it depends on a defined session open and close, which is why it is applied to cash-session index data rather than 24-hour markets.

The behavioral premise has real anatomy behind it. The open concentrates overnight news reactions and [relative volume](https://www.luxalgo.com/library/concept/relative-volume/) spikes from orders queued while the market was closed, while the close concentrates institutional execution: benchmark-tracking flows, index rebalancing and market-on-close auctions all cram deliberate size into the final hour. The SMI formalizes that asymmetry into one line. Variants circulate under names like the Smart Money Flow Index with different window lengths and weightings, which is why published series from different sources track each other loosely but rarely match.

Two modern caveats keep the tool honest. First, the close's information content has shifted: closing auctions are now dominated by passive and mechanical flows, which are deliberate but not directional bets, so late-session strength reads less purely as informed accumulation than it did when the concept was coined. Second, around-the-clock futures blur the open, since much of the overnight news is priced before the cash bell. Modern reinterpretations, like AlgoAlpha's volume-weighted Smart Money Volume Index, rework the premise with participation data, and most practitioners have downgraded the SMI from oracle to context: one line describing session anatomy, weighed alongside breadth.

## How to identify Smart Money Index readings

The construction is one subtraction and one addition a day; the reading discipline is where the craft lives.

1. Use cash-session index data with a defined open and close; the calculation needs both anchors, which is why 24-hour products need synthetic sessions or exclusion.
2. Each day, subtract the index's net change over the first 30 minutes and add the net change over the final hour to the running total.
3. Pin down the variant: window lengths and weightings differ across sources, and comparisons only mean something within one formula.
4. Plot the line against its index and read direction and divergence over multi-week windows, ignoring the absolute level entirely.
5. Demand confirmation: a divergence becomes actionable when breadth, volume, and eventually price agree, not on its own schedule.

## How it's calculated

A cumulative line that subtracts each session's emotional first 30 minutes and adds the final hour, where informed flow is assumed to trade.

```
FH_t = P30_t - O_t
LH_t = C_t - P60_t
SMI_t = SMI_{t-1} - FH_t + LH_t

  O_t: opening price of day t
  P30_t: price 30 minutes after the open of day t
  C_t: closing price of day t
  P60_t: price 60 minutes before the close of day t
  FH_t: first-30-minutes change of day t
  LH_t: last-hour change of day t
  SMI_t: Smart Money Index value for day t
  SMI_{t-1}: prior day's value; the series is seeded with an arbitrary starting level
  t: trading day
```

Popularized by money manager Don Hays and classically computed on the Dow Jones Industrial Average; Lynn Elgert described a similar gauge in Barron's in 1988.

The absolute level is meaningless because it depends on the seed; only the slope and divergences from price are read.

Variants use the first 60 minutes instead of 30, or weight the two windows differently.

## How traders use it

- As a divergence study: multi-week disagreement between the SMI and its index is the classic read, flagging distribution beneath a strong tape or accumulation beneath a weak one. Divergences can persist for months before mattering, so they are context, not triggers.
- As trend confirmation: an index advance accompanied by a same-direction SMI is treated as better supported than one where late-session flows consistently lean the other way.
- As one input among internals: the premise that informed money trades late is an assumption rather than a law, so most users weigh the SMI alongside breadth and volume measures instead of acting on it alone.
- Beside faster money-flow reads: pairing the slow SMI line with bounded short-window tools like the [Money Flow Index](https://www.luxalgo.com/library/concept/money-flow-index/) separates regime-scale session behavior from swing-scale pressure, two questions one line cannot answer alone.
- As session-anatomy context: the same open-versus-close asymmetry the SMI accumulates can be cross-checked bar by bar against where price closes relative to the [session VWAP](https://www.luxalgo.com/library/concept/session-vwap/), late-session strength above the session's average price being the intraday version of the SMI's daily addition.

## Smart Money Index vs related cumulative reads

- **OBV** (https://www.luxalgo.com/library/concept/obv/): OBV accumulates each day's full volume signed by the close's direction; the SMI ignores volume entirely and accumulates two time slices of price change. Both are unbounded lines read through divergence, but one measures participation, the other measures when in the day the buying happens.
- **Money Flow Index** (https://www.luxalgo.com/library/concept/money-flow-index/): MFI is a bounded 0-100 oscillator over a short window, built for overbought and oversold timing. The SMI is an unbounded cumulative line whose message emerges over weeks. They operate on different clocks and answer different questions, which is precisely why they pair without redundancy.
- **Session VWAP** (https://www.luxalgo.com/library/concept/session-vwap/): Session VWAP benchmarks every trade against the day's average price, an execution-quality lens on the same institutional behavior the SMI tries to capture. VWAP answers where the day's business cleared; the SMI answers whether the close keeps outrunning the open across many days.

## FAQ

### How is the Smart Money Index calculated?

It is a running total. Take the prior day's SMI, subtract the index's net change over the first 30 minutes of the session, and add the net change over the final hour. Variants use different window lengths or weightings, which is why published SMI series from different sources rarely match exactly.

### Why does the Smart Money Index treat the last hour as smart money?

It is a behavioral assumption inherited from the concept's origin: the open is dominated by reactions to overnight news and retail order flow, while institutions concentrate execution toward the close. The tendency is long-observed but not a law, so SMI readings are best treated as sentiment context that needs confirmation from price and breadth.

### Is the SMI the same as the Smart Money Flow Index?

They are variants of one idea rather than one indicator. Both subtract early-session change and add late-session change into a cumulative line, but the window definitions and weightings differ across sources, and the Smart Money Flow Index name is associated with a specific published methodology. Practical consequence: never splice readings from different providers, and check the formula before comparing anyone's chart with yours.

### Has the SMI's premise weakened over time?

Materially, yes. The modern close is crowded with passive rebalancing and market-on-close auction flow, deliberate but mechanical, so late strength no longer maps cleanly to informed conviction; and 24-hour futures price much of the overnight news before the cash open, diluting the emotional-open half of the story. The line still describes a real asymmetry in session behavior; the smart-versus-dumb interpretation deserves lighter weight than its name implies.

### Can the Smart Money Index be applied to crypto or single stocks?

It requires a defined open and close, so continuously traded crypto has no native SMI; imposing a synthetic session is possible but tests a premise the market does not share. Single stocks compute mechanically but noisily, since idiosyncratic news swamps the time-of-day signal that averages out across an index. The tool was built for, and still belongs to, cash-session equity indexes.

### How long do SMI divergences take to resolve?

Weeks to months, when they resolve at all. The celebrated historical examples cited by proponents involved divergences that built for months before the index followed, and plenty of others simply repaired as late-session behavior normalized. That timing profile dictates the use: the SMI adjusts how much trust a trend deserves, while entries and exits stay with price, breadth and faster tools.

## Implementations in the Library

- Smart Money Index (LuxAlgo): https://www.luxalgo.com/library/indicator/smart-money-index/

## Related concepts

- Money Flow Index: https://www.luxalgo.com/library/concept/money-flow-index/
- Weis Wave Volume: https://www.luxalgo.com/library/concept/weis-wave-volume/
- OBV: https://www.luxalgo.com/library/concept/obv/
- OBV Divergence: https://www.luxalgo.com/library/concept/obv-divergence/
- Accumulation/Distribution Line: https://www.luxalgo.com/library/concept/accumulation-distribution-line/
- Chaikin Oscillator: https://www.luxalgo.com/library/concept/chaikin-oscillator/
- Chaikin Money Flow: https://www.luxalgo.com/library/concept/chaikin-money-flow/
- Twiggs Money Flow: https://www.luxalgo.com/library/concept/twiggs-money-flow/
- Williams A/D: https://www.luxalgo.com/library/concept/williams-a-d/
- Price Volume Trend: https://www.luxalgo.com/library/concept/price-volume-trend/

---

Source: https://www.luxalgo.com/library/concept/smart-money-index/ (LuxAlgo Library, the encyclopedia of trading & technical analysis). Free to use with attribution: https://www.luxalgo.com/library/license/