{#if isLoaded} {#if optionsWatchlist?.length !== 0}

{optionsWatchlist?.length} Options

{#if editMode} {/if}
{#each optionsWatchlist as item, index} {/each}
Time Symbol Date Expiry DTE Strike C/P Sent. Exec. Spot Price Prem. Type Vol. OI
{formatTime(item?.time)} handleFilter(item?.id)} class="{index % 2 ? 'bg-table' : 'bg-odd'} font-normal text-sm sm:text-[1rem] text-start" >
{#if !editMode} {:else} {item?.ticker} {/if}
{formatDate(item?.date)} {reformatDate(item?.date_expiration)} {item?.dte < 0 ? "expired" : item?.dte + "d"} {item?.strike_price} {item?.put_call} {item?.sentiment} {item?.execution_estimate} {item?.underlying_price} {item?.price} {abbreviateNumber(item?.cost_basis)} {item?.option_activity_type} {new Intl.NumberFormat("en", { minimumFractionDigits: 0, maximumFractionDigits: 0, }).format(item?.volume)} {new Intl.NumberFormat("en", { minimumFractionDigits: 0, maximumFractionDigits: 0, }).format(item?.open_interest)}
Add your unusual options contracts and start tracking them now! Follow the Whales
{:else}
Empty Options List Add your unusual options contracts and start tracking them now! {#if !data?.user} Get Started {:else} Follow the Whales {/if}
{/if} {:else}
{/if}