Commit Graph

70 Commits

Author SHA1 Message Date
6314ed7d5e Refactor: Increase bet size for bull-dip-buyer 2026-03-16 19:45:52 -07:00
fa5303d9dc Feat: support YES+NO late momentum 2026-03-16 18:43:02 -07:00
0301b8a0ae Delete lib/strategies/dont-doubt-bull.js 2026-03-16 18:18:36 -07:00
135f623789 Delete lib/strategies/martingale-alpha.js 2026-03-16 18:18:29 -07:00
05fd36ca1e Feat: Slightly raise momentum-rider bet size 2026-03-16 16:26:34 -07:00
55573ed7aa Feat: Slightly raise dip-buyer bet size 2026-03-16 16:26:30 -07:00
a034b26069 Feat: add late-momentum timing-gated strategy 2026-03-16 16:02:03 -07:00
0cb4a082b1 Feat: gate dip buys to first 6 minutes 2026-03-16 14:27:25 -07:00
10827a817c Delete lib/strategies/threshold.js 2026-03-16 13:57:50 -07:00
1c8dec1f17 Fix: settle delayed live results via orphan scan 2026-03-16 13:51:41 -07:00
24f1405a93 Fix: Support Kalshi v2 fixed-point fill fields 2026-03-16 13:14:27 -07:00
6faad2b28e Fix: Enforce minYesPrice floor, require orderbook for live 2026-03-16 12:58:15 -07:00
4553a82b0d Fix: Verify fills async, reject blind orders, track ghost fills 2026-03-16 12:58:07 -07:00
9e138b22c6 Feat: Expose orderbook in getState for strategies 2026-03-16 12:30:31 -07:00
b9c55fb650 Feat: Orderbook-aware pricing for live orders 2026-03-16 12:30:20 -07:00
c050829b3a Feat: Split paper/live tracking, orderbook pricing 2026-03-16 12:30:14 -07:00
7ba25a1eaa Feat: Split paper/live tracking, orderbook pricing 2026-03-16 12:30:09 -07:00
0fc244fcf1 Feat: Split paper/live tracking, orderbook pricing 2026-03-16 12:30:02 -07:00
2beb261bad Feat: Split paper/live tracking, orderbook pricing 2026-03-16 12:29:57 -07:00
3b302a671c Feat: Split paper/live tracking, orderbook pricing 2026-03-16 12:29:52 -07:00
83df308c37 Feat: Add orderbook context to strategy base 2026-03-16 12:29:47 -07:00
00e613e27a Fix: Strip query params from path before signing 2026-03-16 12:12:44 -07:00
4b403e4aba Fix: Use correct Kalshi time_in_force value 2026-03-16 12:02:55 -07:00
b1a442e129 Fix: Use IOC instead of FoK, fix count calc 2026-03-16 11:47:21 -07:00
9577e55c95 Fix: Import kalshiFetch from correct module path 2026-03-16 11:38:38 -07:00
556cdc0ff1 Feat: Export getPositions + getBalance for live 2026-03-16 11:31:45 -07:00
551db9d5bc Feat: Add live trading engine with Kalshi API 2026-03-16 11:30:34 -07:00
3eef181780 Refactor: Reduce default betSize from 2 to 1 2026-03-16 10:45:13 -07:00
d4b2830943 Delete lib/strategies/martingale.js 2026-03-16 10:23:55 -07:00
c649e6fb8f Delete lib/strategies/sniper-reversal.js 2026-03-16 10:23:41 -07:00
7ba11ecdcb Refactor: Set paper trade notifications to priority 1 2026-03-15 21:19:56 -07:00
caca6d29b6 Feat: Add Don't Doubt Bull strategy 2026-03-15 20:44:13 -07:00
cffb156231 Feat: Add Momentum Rider strategy 2026-03-15 20:44:07 -07:00
f3910603fb Feat: Add Sniper Reversal strategy 2026-03-15 20:44:02 -07:00
4feed18ce0 Feat: Add Bull Dip Buyer strategy 2026-03-15 20:43:40 -07:00
1999377682 Fix: SurrealDB v2 compatible record IDs for trade history 2026-03-15 20:14:08 -07:00
04bd2fada6 Fix: Auto-reconnect to SurrealDB on token expiration 2026-03-15 20:11:56 -07:00
11339a0900 Fix: Explicitly set Surreal record IDs to save history 2026-03-15 20:11:28 -07:00
9f0ff58118 Fix: Prevent bot from placing 100¢ trades with zero profit potential 2026-03-15 18:49:43 -07:00
cf35715302 Fix: Prevent bot from placing 100¢ trades with zero profit potential 2026-03-15 18:49:39 -07:00
b8f2406622 Fix: SurrealDB update syntax and add orphan checking 2026-03-15 18:39:51 -07:00
684ba9173c Fix: Add open ticker polling for delayed Kalshi results 2026-03-15 18:35:46 -07:00
c4fc90094e Fix: Reset preserves open positions, fixes balance race 2026-03-15 17:58:14 -07:00
0acc63c512 Fix: Normalize result case, settle orphans, add reset 2026-03-15 17:35:43 -07:00
c377c56975 Refactor: Per-strategy isolated balance and PnL 2026-03-15 16:50:34 -07:00
0adcc947ce Feat: Add martingale-alpha coin-flip 3-round strat 2026-03-15 16:50:25 -07:00
647b46d1b8 Fix: Handle dollar-string WS fields, fix orderbook 2026-03-15 15:47:51 -07:00
c2f878b23d Fix: Parse new Kalshi WS dollar-string format 2026-03-15 15:47:45 -07:00
aedb6aeda5 Fix: reduce Kalshi 400/429 spam 2026-03-15 15:34:14 -07:00
eda38cb58e Fix: normalize Surreal query response 2026-03-15 15:06:35 -07:00