+
-
+
+
+
+
{#if editMode}
-
+
+
+
+
+ {#if inputValue?.length !== 0}
+
+ {#each filteredStocks as item}
+ handleAddTicker(event, item?.symbol)}
+ >
+
+ {item?.symbol}
+ {item?.name}
+
+
+ {:else}
+
+ No results found
+
+ {/each}
+
+ {/if}
+
+
+
+
+
+
-
+
Indicators
@@ -533,7 +703,8 @@ $: {
-
+
+