{#if $screenWidth >= 640} Price Alerts ${displayPrice} Current Price: ${currentPrice} (displayPrice = ( currentPrice * (1 + values?.at(0) / 100) )?.toFixed(2))} suffix="%" min={-100} max={100} all={false} first={false} last={false} rest={false} hoverable={false} bind:values /> {#if values?.at(0) !== 0} 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} {:else} Set a trigger by moving the slider. {/if} Create {:else}