diff --git a/src/routes/market-flow/+page.svelte b/src/routes/market-flow/+page.svelte index 45352f8f..eca36ca0 100644 --- a/src/routes/market-flow/+page.svelte +++ b/src/routes/market-flow/+page.svelte @@ -1,21 +1,13 @@ @@ -517,21 +532,21 @@ >
- {#if optionsData !== null && data?.user?.tier === "Pro"} + {#if optionsData !== null}
Learn more"} - id={"marketTideInfo"} + title={"Sector Tide"} + content={`Sector Tide evaluates the balance between advancing and declining stocks by analyzing ${selectedSector} sector price movements, net call premiums, and net put premiums, providing a real-time snapshot of market sentiment and momentum. Learn more`} + id={"sectorTideInfo"} />
@@ -608,21 +623,24 @@
{/if} -
+
+
+
+
@@ -630,253 +648,15 @@ class="table table-sm table-compact no-scrollbar rounded-none sm:rounded-md text-white w-full bg-table border border-gray-800 m-auto" > - + - {#each stockList as item, index} - - - - - - - listItem?.title === item?.name, - )?.link} - class="sm:hover:underline sm:hover:underline-offset-4 text-white" - > - {item?.name} - - - - - {item?.price} - - - - {item?.changesPercentage}% - - - - {@html abbreviateNumberWithColor( - item?.call_volume, - false, - true, - )} - - - - {@html abbreviateNumberWithColor( - item?.avg30_call_volume, - false, - true, - )} - - - - {@html abbreviateNumberWithColor( - item?.put_volume, - false, - true, - )} - - - - {@html abbreviateNumberWithColor( - item?.avg30_put_volume, - false, - true, - )} - - - - - -
- -
- -
- - -
- - -
-
-
-
- -
-
-
- Bearish: {@html abbreviateNumberWithColor( - item?.premium_ratio[0], - false, - true, - )} -
-
- Neutral: {@html abbreviateNumberWithColor( - item?.premium_ratio[1], - false, - true, - )} -
-
- Bullish: {@html abbreviateNumberWithColor( - item?.premium_ratio[2], - false, - true, - )} -
-
-
-
-
- - - {/each} - - -
- -
- {#if data?.user?.tier === "Pro"} -
-
-
- - -
- -
-
- - - - - - - Select Sector - - - - {#each sectorList as sector} - (selectedSector = sector)} - class="cursor-pointer hover:bg-primary" - > - {sector} - - {/each} - - - -
-
-
- -
- - - - - - {#each displayTopTickers as item, index} + {#each displayTopTickers as item, index} + {#if index < 3}