- Build Strategy
-
-
-
-
-
+
+
+ Stock Screener
+
+
+ {ruleOfList?.length !== 0 ? filteredData?.length : 0} Matches Found
+
-
-
-
-
-
-
-
-
-
-
-
- {#if allRows.some(row => row.rule === ruleName)}
- {#each allRows as row (row.rule)}
- {#if ruleName === row.rule}
-
- {/if}
- {/each}
+
+
+
+
+
+
+
+
+
+
+ {#each allRows as row (row.rule)}
+ {#if ruleOfList.some(rule => rule.name === row.rule)}
+
{/if}
-
+ {/each}
+
+
+
+
-
+
@@ -1235,17 +1238,17 @@ function handleChangeValue(event) {
- | Symbol |
- Company Name |
- { sortBy = 'marketCap'; changeOrder(order); }} class="whitespace-nowrap cursor-pointer text-white font-semibold text-sm text-center">
+ | Symbol |
+ Company Name |
+ { sortBy = 'marketCap'; changeOrder(order); }} class="whitespace-nowrap cursor-pointer text-white font-semibold text-sm sm:text-[1rem] font-semibold text-center">
Market Cap
|
- { sortBy = 'change'; changeOrder(order); }} class="whitespace-nowrap cursor-pointer text-white font-semibold text-sm text-center">
+ | { sortBy = 'change'; changeOrder(order); }} class="whitespace-nowrap cursor-pointer text-white font-semibold text-sm sm:text-[1rem] font-semibold text-center">
% Change
|
- Price |
+ Price |
@@ -1259,7 +1262,7 @@ function handleChangeValue(event) {
-
+ |
{item?.name?.length > charNumber ? item?.name?.slice(0,charNumber) + "..." : item?.name}
|