June 11 Lean Report: Key Levels, Tailwinds, and Headwinds
Start with the S&P sector risk map. Paid readers get futures, 100+ tickers, TradingView levels, Excel files, and a daily decision framework.
Today’s Sector Brief gives free readers the S&P sector read, TradingView levels, and Excel file to compare against their own watchlist, charts, and risk plan.
Upgrade to the Full Market View for the futures risk map on ES, NQ, YM, and RTY, plus the full stock market read across 100+ US and global tickers.
Use the Sector Brief Excel file and TradingView levels for chart review, watchlist work, backtesting, automation, and decision support. Reply with one ticker and your timeframe. I’ll use the most common tickers readers send in to shape future Notes, examples, and market breakdowns.
S&P Sector Brief TradingView Levels
//@version=5
indicator("Little Bird Trading S&P Sectors Lean Report - LittleBirdTrading.com", overlay=true)
// XLB
is_XLB = syminfo.ticker == "XLB"
// 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"
var line line_XLK_day = na
if is_XLK and timeframe.isintraday
if na(line_XLK_day)
line_XLK_day := line.new(bar_index - 100, 176.5, bar_index + 20, 176.5, color=color.red, width=2)
else
line.set_xy1(line_XLK_day, bar_index - 100, 176.5)
line.set_xy2(line_XLK_day, bar_index + 20, 176.5)
var line line_XLK_trader = na
if is_XLK and (timeframe.isdaily or timeframe.isweekly or timeframe.ismonthly)
if na(line_XLK_trader)
line_XLK_trader := line.new(bar_index - 100, 172.88, bar_index + 20, 172.88, color=color.red, width=2)
else
line.set_xy1(line_XLK_trader, bar_index - 100, 172.88)
line.set_xy2(line_XLK_trader, bar_index + 20, 172.88)
// XLP
is_XLP = syminfo.ticker == "XLP"
var line line_XLP_day = na
if is_XLP and timeframe.isintraday
if na(line_XLP_day)
line_XLP_day := line.new(bar_index - 100, 85.46, bar_index + 20, 85.46, color=color.green, width=2)
else
line.set_xy1(line_XLP_day, bar_index - 100, 85.46)
line.set_xy2(line_XLP_day, bar_index + 20, 85.46)
var line line_XLP_trader = na
if is_XLP and (timeframe.isdaily or timeframe.isweekly or timeframe.ismonthly)
if na(line_XLP_trader)
line_XLP_trader := line.new(bar_index - 100, 85.46, bar_index + 20, 85.46, color=color.green, width=2)
else
line.set_xy1(line_XLP_trader, bar_index - 100, 85.46)
line.set_xy2(line_XLP_trader, bar_index + 20, 85.46)
var line line_XLP_investor = na
if is_XLP and (timeframe.isweekly or timeframe.ismonthly)
if na(line_XLP_investor)
line_XLP_investor := line.new(bar_index - 100, 85.46, bar_index + 20, 85.46, color=color.green, width=2)
else
line.set_xy1(line_XLP_investor, bar_index - 100, 85.46)
line.set_xy2(line_XLP_investor, bar_index + 20, 85.46)
// XLRE
is_XLRE = syminfo.ticker == "XLRE"
// XLU
is_XLU = syminfo.ticker == "XLU"
// 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, 113.47, bar_index + 20, 113.47, color=color.red, width=2)
else
line.set_xy1(line_XLY_day, bar_index - 100, 113.47)
line.set_xy2(line_XLY_day, bar_index + 20, 113.47)
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, 113.47, bar_index + 20, 113.47, color=color.red, width=2)
else
line.set_xy1(line_XLY_trader, bar_index - 100, 113.47)
line.set_xy2(line_XLY_trader, bar_index + 20, 113.47)
Full Market View: Futures + Stock Market Read
Paid readers receive the Futures Lean Report for ES, NQ, YM, and RTY, the full Stock Market Lean Report across 100+ US and global tickers, TradingView levels, and downloadable Excel files for chart review, backtesting, automation, and decision support.
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 Thursday, June 11th
Enjoying this content?
Subscribe on Substack

