{title} Exposure By Strike

{#if options !== null}
{:else}
{/if}
{#each data?.user?.tier === "Pro" ? displayList : displayList?.slice(0, 3) as item, index} {/each}
{item?.strike?.toFixed(2)} {@html abbreviateNumberWithColor( (isGamma ? item?.call_gex : item?.call_delta)?.toFixed(2), false, true, )} {@html abbreviateNumberWithColor( (isGamma ? item?.put_gex : item?.put_delta)?.toFixed(2), false, true, )} {@html abbreviateNumberWithColor( (isGamma ? item?.net_gex : item?.net_delta)?.toFixed(2), false, true, )} {#if item?.put_call_ratio <= 1 && item?.put_call_ratio !== null} {item?.put_call_ratio?.toFixed(2)} {:else if item?.put_call_ratio > 1 && item?.put_call_ratio !== null} {item?.put_call_ratio?.toFixed(2)} {:else} n/a {/if}