-
-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
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
.pyor.tsfile. - Use the
Exchangeclasses to fetch data and log calculated results to the console.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request