Watchlist
Monitor the performance and recent updates of your favorite stocks.
{#if isLoaded}
{#if allList?.length !== 0}
{displayWatchList?.title?.length > 10 ? displayWatchList?.title?.slice(0,10) + '...' : displayWatchList?.title}
New Watchlist
{:else}
New Watchlist
{/if} {#if allList.length === 0}
Empty Watchlist
Fill it up with your favorite stocks and get realtime data and the latest news in one place!
{#if !data?.user}
Get Started
{/if}
{:else}
{/if} {:else}
{/if}
{#if $screenWidth < 640}
New Watchlist
Create
{:else}
New Watchlist
Create List
{/if}
Settings
Rename List
Delete List
Rename Watchlist
Update Name
Are you sure you want to delete the watchlist?
Proceed
Watchlists
{#each allList as item}
changeWatchList(item)} class="cursor-pointer w-full flex flex-row justify-start items-center mb-5">
{item?.title?.length > 40 ? item?.title?.slice(0,40) : item?.title}
{item?.ticker?.length} Companies
{#if item === displayWatchList}
ic_fluent_checkmark_circle_48_filled
Created with Sketch.
{/if}
{/each}