New to Lingtoon? Here is a quick guide to writing your first filter rule.
Key fields
-
volume24hr— 24-hour trading volume -
endDate— when the event closes -
closed— is the event closed -
markets— sub-markets withliquidity
Start simple
volume24hr > 100000 && !closed
Add time constraints
volume24hr > 100000 && !closed && endDate - now() > "1d"
Filter by liquidity
volume24hr > 100000 && !closed && any(markets, "liquidity > 500000")
Try the rule editor at lingtoon.com — free, no signup needed.
Top comments (0)