This commit is contained in:
MuslemRahimi 2025-01-06 10:18:35 +01:00
parent 6cff463a34
commit aaef0a65c9
2 changed files with 14 additions and 24 deletions

View File

@ -299,16 +299,6 @@
</tbody> </tbody>
</table> </table>
</div> </div>
<div class="w-full flex flex-col items-start mt-3">
<div class="text-white text-[1rem] mt-2 mb-2 w-full">
Using the latest FTD data, we divide it with the monthly average
volume to determine that
<strong
>{weightedFTD < 0.01 ? "less than < 0.01" : weightedFTD}%</strong
> of shares failed to deliver.
</div>
</div>
{/if} {/if}
{:else} {:else}
<div class="flex justify-center items-center h-80"> <div class="flex justify-center items-center h-80">

View File

@ -65,24 +65,24 @@
> >
<div class="sm:p-7 w-full m-auto mt-2 sm:mt-0"> <div class="sm:p-7 w-full m-auto mt-2 sm:mt-0">
<div class="w-full mb-2"> <div class="w-full mb-2">
<div class="flex flex-row items-center mb-4 sm:mb-0">
<label
for="darkPoolInfo"
class="mr-1 cursor-pointer flex flex-row items-center text-white text-xl sm:text-2xl font-bold"
>
Dark Pool Data
</label>
<InfoModal
title={"Dark Pool Data"}
content={"Dark pool data refers to information on trading activities that occur in private, non-public financial exchanges known as dark pools. These venues are used by hedge funds and major institutional traders to buy and sell large blocks of securities without exposing their orders to the public, minimizing market impact and price fluctuations. Currently, nearly 50% of all trades are executed in these dark pools, highlighting their significant role in the trading landscape."}
id={"darkPoolInfo"}
/>
</div>
{#if priceLevel?.length === 0 && hottestTrades?.length === 0 && historicalDarkPool?.length === 0} {#if priceLevel?.length === 0 && hottestTrades?.length === 0 && historicalDarkPool?.length === 0}
<Infobox <Infobox
text={`No Dark Pool activity are detected for ${$displayCompanyName}`} text={`No Dark Pool activity are detected for ${$displayCompanyName}`}
/> />
{:else} {:else if priceLevel?.length === 0 && hottestTrades?.length === 0}{:else}
<div class="flex flex-row items-center mb-4 sm:mb-0">
<label
for="darkPoolInfo"
class="mr-1 cursor-pointer flex flex-row items-center text-white text-xl sm:text-2xl font-bold"
>
Dark Pool Data
</label>
<InfoModal
title={"Dark Pool Data"}
content={"Dark pool data refers to information on trading activities that occur in private, non-public financial exchanges known as dark pools. These venues are used by hedge funds and major institutional traders to buy and sell large blocks of securities without exposing their orders to the public, minimizing market impact and price fluctuations. Currently, nearly 50% of all trades are executed in these dark pools, highlighting their significant role in the trading landscape."}
id={"darkPoolInfo"}
/>
</div>
<Infobox <Infobox
text="Track the Dark Pool Trades of major whales to monitor hidden trading activity and trends." text="Track the Dark Pool Trades of major whales to monitor hidden trading activity and trends."
/> />