| {item?.strike?.toFixed(2)} | {abbreviateNumber( (isGamma ? item?.call_gex : item?.call_dex)?.toFixed(2), )} | {abbreviateNumber( (isGamma ? item?.put_gex : item?.put_dex)?.toFixed(2), )} | {abbreviateNumber( (isGamma ? item?.net_gex : item?.net_dex)?.toFixed(2), )} | {#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} |