TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Making Markets on Kalshi

56 点作者 andes3143 个月前

7 条评论

ammario3 个月前
Cool to see. I&#x27;m currently #1 on the Kalshi volume leaderboard (<a href="https:&#x2F;&#x2F;kalshi.com&#x2F;social&#x2F;leaderboard" rel="nofollow">https:&#x2F;&#x2F;kalshi.com&#x2F;social&#x2F;leaderboard</a>) with a proprietary market making algorithm.<p>There is plenty of money to be made on Kalshi, but I had to rethink the math from the ground up as most of the literature describes highly liquid, somewhat stable markets.<p>One small change you could make to your algorithm is to calculate the skews&#x2F;spreads in log-odds space. A change in price from 50c to 49c represents a very small delta in expected return whereas 2c to 1c is a doubling. Dealing with probability contracts in log-odds controls for this effect.
评论 #43097328 未加载
评论 #43085788 未加载
andes3143 个月前
I built a market making algorithm for Kalshi, an event futures exchange. The algorithm dynamically places bids and asks to capture the spread while managing inventory risk. It supports multiple strategies running in parallel, each with its own configuration. The codebase is located at <a href="https:&#x2F;&#x2F;github.com&#x2F;rodlaf&#x2F;kalshimarketmaker">https:&#x2F;&#x2F;github.com&#x2F;rodlaf&#x2F;kalshimarketmaker</a>.
评论 #43075399 未加载
vagab0nd3 个月前
Arbitraging is so 2024. The future is prediction market manipulation&#x2F;crowd funding. Imagine shorting &quot;asteroid hitting earth&quot; and using the proceeds to divert the asteroid.
评论 #43084218 未加载
wslh3 个月前
ELI5: how market making works in event prediction? I logged in into Kalshi and I only yes&#x2F;no ossible answers with two probabilities associated. Their page on market making doesn&#x27;t explain it [1].<p>[1] <a href="https:&#x2F;&#x2F;help.kalshi.com&#x2F;faq&#x2F;what-is-the-market-maker-program" rel="nofollow">https:&#x2F;&#x2F;help.kalshi.com&#x2F;faq&#x2F;what-is-the-market-maker-program</a>
评论 #43084916 未加载
mmcallister3 个月前
It&#x27;s interesting that sigma is static and defined ahead of time, how do you determine the initial sigma?
zietzm3 个月前
Nice work! Code is super readable. Are you planning to keep improving it, or was this more an experiment to learn?
评论 #43081392 未加载
maest3 个月前
How big are the kalshi markets anyway?
评论 #43082870 未加载
评论 #43083203 未加载
评论 #43081917 未加载