${displayPrice}
Current Price: ${currentPrice}
Triggers once when price moves {values?.at(0) > 0 ? 'above' : 'below'}
{#if values?.at(0) > 0}
+{values?.at(0)?.toFixed(2)}%
{:else if values?.at(0) < 0}
{values?.at(0)?.toFixed(2)}%
{/if}
Set a trigger by moving the slider.