Tell Turbine a prediction-market strategy in plain English and get it running in minutes.

Powered by Avalanche & OrangeDAO.

Product

Kalshi TradingPolymarketAI Strategy BuilderBacktesting EngineStudio DocsSandbox RuntimeEdge Data FeedsStrategy LibraryLive Performance

Pages

StudioStrategiesBacktestsPricingAffiliates

Community

BlogX (Twitter)Discord

Legal

Terms of ServicePrivacy Policy

© 2026 turbinefi. All rights reserved.

Trading involves risk. Past performance does not guarantee future results. We are not a financial advisor or money transmitter.

Turbine — AI Trading Bot Platform
StudioStrategiesResearchCommunityPricingAffiliates
Kalshi TradingPolymarketAI Strategy BuilderBacktesting EngineStudio DocsSandbox RuntimeEdge Data FeedsStrategy LibraryBacktested StrategiesLive Performance
BlogXDiscord
StudioStrategiesResearchCommunityPricingAffiliates
SocialsBlogXDiscord
Product · Edge Data

Your edge is in the data. Turbine wires it for you.

Coinbase prices and NWS weather forecasts, referenceable from one English sentence. Turbine can handle the historical replay and live polling.

Build with Turbine
strategy.pyfeeds wired
# one line. all the plumbing.
if feeds.coinbase.btc.drop(2, "1h"):
buy("KXBTCBELOW_FRI", usd=200)
 
# weather forecast spread
if feeds.nws.forecast_spread > 0.08:
fade("KXHIGHNY", usd=200)
Inspecting
Live feedsCoinbase, NWS
Historical replayYes
Keys to manageZero
I · Catalogue

What Turbine can use today.

Two feeds wired for backtest and live. More on the roadmap.

Crypto prices

Coinbase spot

BTC, ETH, SOL and other top pairs from Coinbase. Useful for crypto contracts and macro signals on Kalshi.

Weather

NWS forecasts and observations

National Weather Service forecasts, alerts, and station observations. Useful for the Kalshi weather contract complex.

Roadmap

More feeds on the way

News headlines, macro nowcasts, sports scores, and on-chain feeds are on the roadmap.

II · How to use it

Reference a feed in plain English.

One sentence. The compiler wires the feed.

You write a sentence. Turbine wires the feed, the threshold, and the order. No SDK to install, no webhook to register, no rate limit to babysit.
turbinefi
if BTC drops more than 2% in an hour, take YES on "BTC below $X by Friday"
Wired the Coinbase BTC feed and the Kalshi BTC weekly contract. Threshold check at 2% / 1h. Position cap at $500 unless you say otherwise.
Drafting
Type a message
III · Freshness

Turbine respects feed cadence.

The DSL spec surfaces freshness on every feed so the strategy knows what it is working with.

The backtest replays each feed at its native cadence.

Coinbase: minute-bar history with sub-minute live polling. NWS: hourly forecast updates plus alerts when issued. The backtester replays each at its own cadence so the strategy sees what it would have seen live.
freshness.speccadence
coinbase.btc ~ minute
nws.forecast ~ hourly
nws.alerts on issue
# replayed at native cadence
Checking
IV · Patterns

Strategy patterns that use edge data.

Pre-wired feeds open up patterns that are awkward to build by hand.

Weather hedge

Forecast fade

NWS forecasts vs Kalshi weather contracts. When the book overreacts to forecast noise, fade it.

Crypto threshold

BTC drop trigger

Coinbase BTC vs Kalshi BTC weekly contract. Take YES when BTC drops more than 2% in an hour.

Calendar arb

Crypto term structure

Coinbase spot vs Kalshi crypto contracts at different maturities. Trade the cheaper leg long, the richer leg short.

V · Pricing

Included on Basic.

Starter
$19/ month

Start at $19/month with 10 deploys per week. Cancel anytime.

Build with Turbine
Starter · BasicBoth edge data feeds, cloud deployments, every supported venue.
$19 · $99/mo10 · 100 deploys/week
Pro400 deploys per week with concierge support.
$199/mo
VI · FAQ

Common questions.

What data feeds give you an edge on Kalshi?
Anything that prices the underlying faster or more accurately than the Kalshi orderbook does. Coinbase spot for crypto contracts and NWS forecasts for weather contracts are the two we ship today. Turbine wires them so you can reference them in one sentence.
Can I bring my own data feed to turbinefi?
Bring-your-own feeds are not yet supported. Custom feeds need to be replayable historically for the backtest to be meaningful, so the integration is non-trivial. Tell us what feed you need.
Are the edge data feeds on turbinefi included in the price?
Yes. Coinbase and NWS are included on every paid plan, starting with Starter at $19 per month, for both backtesting and live execution.
Can I combine weather data with Coinbase prices in the same strategy?
Yes. A turbinefi strategy can reference any combination of wired feeds in a single English sentence.
More

Keep exploring.

Backtesting EngineReplays feeds with Kalshi candles at native cadence.AI Strategy BuilderSentence in. Strategy out.Strategy LibraryBrowse what works. Copy what fits.
Turbine is ready when you are.

Your edge is one sentence away.

Build with Turbine