AI Score

{tier === 'Pro' || ['AAPL','NVDA','GOOGL','META','AMD']?.includes($stockTicker) ? score : 0}
{#if tier === 'Pro' || ['AAPL','NVDA','GOOGL','META','AMD']?.includes($stockTicker) } {score} {:else} XX
{/if}

{#if score === 10} Strong Buy {:else if score >=7} Buy {:else if score >=4} Hold {:else if score >=2} Sell {:else} Strong Sell {/if}