Purpose / Goal
Move beyond simple 'search and fetch' examples. We want to show developers how to build robust trading bots and portfolio trackers using PMXT.
Proposed Examples
- Dynamic Limit Orders: Logic that checks the order book spread and places a bid 1 tick above the best bid.
- Unified Portfolio Tracker: A script that aggregates balances and positions across BOTH Poly and Kalshi and calculates total net worth.
- Slippage Calculator: An example that walks the order book to estimate how much $1,000 would move the price.
Easy Way to Get Started
- Browse the existing
examples/ folders for both Python and TypeScript.
- Pick one of the scenarios above and create a new
.py or .ts file.
- Use the
Exchange classes to fetch data and log calculated results to the console.
Purpose / Goal
Move beyond simple 'search and fetch' examples. We want to show developers how to build robust trading bots and portfolio trackers using PMXT.
Proposed Examples
Easy Way to Get Started
examples/folders for both Python and TypeScript..pyor.tsfile.Exchangeclasses to fetch data and log calculated results to the console.