Skip to main content

Video 10: Kalshi Trading Bot Version 4

This fourth iteration expands the Version 3 Kalshi backend approach with two new capabilities: multi-agent execution and delta-aware entries. Version 3 moved order routing away from the front end and into Kalshi's backend API. Version 4 keeps that foundation, then extends it so the bot can evaluate several Kalshi 15 minute crypto markets in parallel across different assets while also accounting for how far the underlying market price is from the current target.

YouTube Video

Version 4 Focus

  • Multi-agent execution: run the same trading logic across multiple assets in the Kalshi 15 minute crypto market so BTC, ETH, SOL, XRP, DOGE, HYPE, and BNB can each behave like their own bot lane.
  • Delta: incorporate the underlying price distance from the current price before taking a trade, so entries can consider both contract price and how far the underlying market still has to move.
  • Version 3 foundation: keep the backend API order routing, credential loading, retry handling, and position tracking from the previous version.
Latest Nightshark Build Required

This version requires downloading the latest Nightshark build.

Download Latest Nightshark

API key Filename

apikey

Private Key Filename

privatekey

Nightshark Code