Screening Filters
turnover_24h > 0
- Purpose: Keep only crypto assets that have traded in the last 24 hours.
- Rationale: This removes inactive or illiquid coins and ensures the screen focuses on currently tradable assets that could appear in a “top gainers” list.
dollar_volume_24h > 0
- Purpose: Require positive trading value over the last 24 hours.
- Rationale: This is another liquidity filter. Even if a coin has moved in price, it should also have real market activity behind it so the gain is meaningful and tradable.
price_change_pct_24h > 0
- Purpose: Select assets that are up on the day.
- Rationale: This is the core “gainer” filter. It ensures the results are only cryptocurrencies with positive 24-hour price performance.
dollar_volume_24h > monthly_average_dollar_volume
- Purpose: Find assets trading above their usual volume.
- Rationale: Top gainers often attract unusual attention and stronger participation. Comparing current volume to the monthly average helps surface coins that are seeing a surge in activity, which often accompanies sharp upward moves.
is_trending = True
- Purpose: Identify assets currently gaining market attention.
- Rationale: Trending assets are more likely to be widely discussed, actively traded, and moving sharply, which makes them relevant candidates for a “top crypto gainers” screen.
Why These Filters Work Together
- Price filter:
price_change_pct_24h > 0 ensures the assets are actually gaining.
- Liquidity filters:
turnover_24h > 0 and dollar_volume_24h > 0 make sure the gainers are tradable and supported by real market activity.
- Momentum filter:
dollar_volume_24h > monthly_average_dollar_volume helps identify stronger moves backed by rising interest.
- Attention filter:
is_trending = True prioritizes assets that are currently hot in the market.
Why Results Match the Query
- The query asks for “Top crypto gainers”, which means coins that are up the most recently.
- These filters focus on positive 24-hour performance, active trading, and increasing momentum, which are exactly the traits you’d want when searching for the strongest current winners in crypto.
This list is generated based on data from one or more third party data providers. It is provided for informational purposes only by Intellectia.AI, and is not investment advice or a recommendation. Intellectia does not make any warranty or guarantee relating to the accuracy, timeliness or completeness of any third-party information, and the provision of this information does not constitute a recommendation.