- Retail Trader Activity -
-| - # - | -- Symbol - | - -- Name - | - -- Daily Traded - | -- Volume in % - | -- Sentiment - | -
|---|---|---|---|---|---|
| - {index + 1} - | - -- - {item?.symbol} - - | - -- {item?.name?.length > charNumber - ? item?.name?.slice(0, charNumber) + "..." - : item?.name} - | - -- {abbreviateNumber(item?.traded, true)} - | - -- {item?.retailStrength}% - | - -- {item?.sentiment > 0 - ? "Bullish" - : item?.sentiment < 0 - ? "Bearish" - : "Mixed"} - | -