diff --git a/src/routes/reddit-tracker/+page.svelte b/src/routes/reddit-tracker/+page.svelte index 021c98cb..50e9b642 100644 --- a/src/routes/reddit-tracker/+page.svelte +++ b/src/routes/reddit-tracker/+page.svelte @@ -453,6 +453,9 @@ const optionCompanySpread = { Rank Symbol Mentions + Calls + Puts + Sentiment @@ -465,6 +468,9 @@ const optionCompanySpread = { {item?.symbol} {item?.count} + {item?.call} + {item?.put} + {item?.avgSentiment > 0.4 ? 'Bullish' : item?.avgSentiment <= -0.1 ? 'Bearish' : 'Neutral'} {/each}