{#if isLoaded} {#if trendList?.length !== 0}
Our model uses technical indicators to predict the next trend. Here are the stats of the model for {$displayCompanyName} to ensure transparency and reliability.
Trend Sentiment {flowSentiment}
Accuracy {accuracy >= 65 ? "Good" : accuracy >= 50 ? "Moderate" : "Bad"}
{accuracy}%
Precision {precision >= 65 ? "Good" : precision >= 50 ? "Moderate" : "Bad"}
{precision}%
Over the next {displayData === "threeMonth" ? "3 months" : displayData === "oneMonth" ? "1 month" : "1 week"}, the model forecasts a {flowSentiment} trend, indicating that the future price is expected to {flowSentiment === "Bullish" ? "exceed" : "to be less than"} the previous price of ${lastPrice ?? "n/a"}.
{:else}
{/if} {:else}
{/if}