{$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""} Price Alert · stocknear

Price Alerts

Stock Indexes - {getCurrentDateFormatted()}
{#if priceAlertList?.length === 0}
No Alerts set Create price alerts for your stocks that have the most potential in your opinion. {#if !data?.user} Get Started {/if}
{:else}
{#if editMode} {/if}
{#each priceAlertList as item, index} stockSelector(item?.symbol, item?.assetType)} class="sm:hover:bg-[#245073] sm:hover:bg-opacity-[0.2] odd:bg-[#27272A] border-b-[#09090B] cursor-pointer" > {/each}
Symbol Company Volume Price when Created Price Target Current Price Change
handleFilter(item?.id)} class="text-blue-400 font-medium text-sm sm:text-[1rem] whitespace-nowrap text-start border-b-[#09090B] flex flex-row items-center" > {item?.symbol} handleFilter(item?.id)} class="text-white text-sm sm:text-[1rem] whitespace-nowrap border-b-[#09090B]" > {item?.name?.length > charNumber ? item?.name?.slice(0, charNumber) + "..." : item?.name} {abbreviateNumber(item?.volume)} {item?.priceWhenCreated} {item?.targetPrice} {item.price?.toFixed(2)} {#if item?.changesPercentage >= 0} +{item?.changesPercentage?.toFixed(2)}% {:else} {item?.changesPercentage?.toFixed(2)}% {/if}
{/if}