June 8 Market Lean Report: Key Levels, Tailwinds, and Headwinds
Use today’s Lean Report to frame opportunity, risk, and key levels before chasing the next trade idea.
Today’s free section covers the S&P sectors, including where the report is showing Tailwinds, Headwinds, or a reason to Perch and wait for a clearer signal.
Upgrade to paid to unlock the full daily market read, including ES, NQ, YM, RTY and 100+ US and global tickers across equity indexes, stocks, bonds, commodities, currencies, and crypto.
Free subscribers also get the S&P sector TradingView levels and Excel file. Paid subscribers receive TradingView levels and downloadable Excel files for the full Futures and Stock Market Lean Reports.
S&P Sectors Lean Lines Indicator for TradingView
//@version=5
indicator("Little Bird Trading S&P Sectors Lean Report - LittleBirdTrading.com", overlay=true)
// XLB
is_XLB = syminfo.ticker == "XLB"
var line line_XLB_day = na
if is_XLB and timeframe.isintraday
if na(line_XLB_day)
line_XLB_day := line.new(bar_index - 100, 50.64, bar_index + 20, 50.64, color=color.red, width=2)
else
line.set_xy1(line_XLB_day, bar_index - 100, 50.64)
line.set_xy2(line_XLB_day, bar_index + 20, 50.64)
// XLC
is_XLC = syminfo.ticker == "XLC"
// XLE
is_XLE = syminfo.ticker == "XLE"
// XLF
is_XLF = syminfo.ticker == "XLF"
// XLI
is_XLI = syminfo.ticker == "XLI"
// XLK
is_XLK = syminfo.ticker == "XLK"
// XLP
is_XLP = syminfo.ticker == "XLP"
// XLRE
is_XLRE = syminfo.ticker == "XLRE"
var line line_XLRE_day = na
if is_XLRE and timeframe.isintraday
if na(line_XLRE_day)
line_XLRE_day := line.new(bar_index - 100, 44.72, bar_index + 20, 44.72, color=color.green, width=2)
else
line.set_xy1(line_XLRE_day, bar_index - 100, 44.72)
line.set_xy2(line_XLRE_day, bar_index + 20, 44.72)
// XLU
is_XLU = syminfo.ticker == "XLU"
var line line_XLU_day = na
if is_XLU and timeframe.isintraday
if na(line_XLU_day)
line_XLU_day := line.new(bar_index - 100, 44.36, bar_index + 20, 44.36, color=color.green, width=2)
else
line.set_xy1(line_XLU_day, bar_index - 100, 44.36)
line.set_xy2(line_XLU_day, bar_index + 20, 44.36)
// XLV
is_XLV = syminfo.ticker == "XLV"
// XLY
is_XLY = syminfo.ticker == "XLY"
var line line_XLY_day = na
if is_XLY and timeframe.isintraday
if na(line_XLY_day)
line_XLY_day := line.new(bar_index - 100, 114.85, bar_index + 20, 114.85, color=color.red, width=2)
else
line.set_xy1(line_XLY_day, bar_index - 100, 114.85)
line.set_xy2(line_XLY_day, bar_index + 20, 114.85)
var line line_XLY_trader = na
if is_XLY and (timeframe.isdaily or timeframe.isweekly or timeframe.ismonthly)
if na(line_XLY_trader)
line_XLY_trader := line.new(bar_index - 100, 114.85, bar_index + 20, 114.85, color=color.red, width=2)
else
line.set_xy1(line_XLY_trader, bar_index - 100, 114.85)
line.set_xy2(line_XLY_trader, bar_index + 20, 114.85)
Upgrade to paid to unlock the full daily market read
Paid subscribers receive the Futures Lean Report for ES, NQ, YM, and RTY, plus the full Stock Market Lean Report covering 100+ US and global tickers across equity indexes, stocks, bonds, commodities, currencies, and crypto. Paid also includes TradingView levels and downloadable Excel files built for chart review, backtesting, automation, and sharing.
Disclaimer: Little Bird Trading and any of its associations may or may not, whether long or short, have a position in any instruments. Not investment advice. Provided for informational purposes only. Not a recommendation or endorsement. Not registered or licensed. Model portfolios are property of their respective owners. All data is sourced from publicly available information. No guarantee is being made or offered. Not responsible for financial loss or ruin. Little Bird Trading may earn a commission if you purchase through links on the site.
Futures Market Lean Report for Monday, June 8th
Enjoying this content?
Subscribe on Substack

