polly-gamba 1.0.40 → 1.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/claude-trader.js +1 -1
- package/package.json +1 -1
- package/service.log +762 -0
- package/src/claude-trader.ts +1 -1
package/dist/claude-trader.js
CHANGED
|
@@ -317,7 +317,7 @@ CLOSE RULES — apply ALL that match, no thesis override allowed:
|
|
|
317
317
|
6. Position is UP >25% from entry AND has been held >48h — CLOSE to lock in profits. The market has moved significantly in your favor; gains are now vulnerable to reversion. Use take_profit reason. Exception: if the resolution event is within 7 days AND the position is still clearly on the right side, you may hold until resolution.
|
|
318
318
|
7. STALE POSITION: Position held >7 days AND price has moved <5% from entry AND resolution event is >30 days away — CLOSE to redeploy capital. A position that doesn't move over 7 days means the mispricing wasn't as large as estimated. Cut it, accept the small loss/gain, and redeploy to markets with active price movement.
|
|
319
319
|
8. CONCENTRATION VIOLATION: Count open positions by underlying theme (the single real-world event that resolves all of them). Examples: "Will Jesus return before GTA VI", "Will BTC hit $1M before GTA VI", "Will China invade Taiwan before GTA VI" all share the theme "GTA VI release date". Similarly "Will Spurs win NBA Finals", "Will OKC win NBA Finals", "Will Celtics win NBA Finals" all share the theme "2026 NBA Finals". IMPORTANT: All positions tied to the 2028 US election cycle share one theme — "2028 US election". This includes: 2028 Dem primary nominees (Newsom, etc.), 2028 Rep primary nominees (Vance, Rubio, etc.), and the 2028 general election winner — regardless of which stage of the race resolves each market. If you have 3+ positions in the same theme: close positions one by one (starting with the one whose current price is closest to 50/50) until you have ≤2 in that theme. If you have 4, you must close 2. If you have 5, close 3. Do NOT stop after closing just one if the theme still has 3+ positions. Apply this BEFORE checking other rules. This check requires the FULL position list — which is why Step 0 mandates calling get_positions first.
|
|
320
|
-
9. SPORTSBOOK THESIS DECAY: If the original reasoning cited a sportsbook cross-reference (e.g. "sportsbooks imply X%, Polymarket shows Y%") AND the position is currently down >20%:
|
|
320
|
+
9. SPORTSBOOK THESIS DECAY: If the original reasoning cited a sportsbook cross-reference (e.g. "sportsbooks imply X%, Polymarket shows Y%") AND the position is currently down >20%: CLOSE immediately with reason "thesis_decayed". This is a mechanical rule — a -20% drawdown on a sportsbook arb trade is itself the signal that the cross-market gap has closed or the thesis was wrong. Do NOT attempt to re-estimate current sportsbook consensus or override based on "the sportsbook line is still there." The drawdown is the verdict. No exceptions.
|
|
321
321
|
|
|
322
322
|
HOLD RULES: If NONE of the close rules apply and exit trigger NOT triggered, do nothing (no output needed).
|
|
323
323
|
|
package/package.json
CHANGED
package/service.log
CHANGED
|
@@ -3961,3 +3961,765 @@ npm warn deprecated prebuild-install@7.1.3: No longer maintained. Please contact
|
|
|
3961
3961
|
[gamma] Loaded 498 markets (filtered from 500)
|
|
3962
3962
|
[expiring] 0 expiring markets for review
|
|
3963
3963
|
[expiring] no expiring markets found this cycle
|
|
3964
|
+
[polly-gamba] Starting paper trading service
|
|
3965
|
+
[polly-gamba] Claude cwd: /Users/feral/polly-gamba
|
|
3966
|
+
[polly-gamba] Expiring trader cwd: /Users/feral/polly-gamba-expiring
|
|
3967
|
+
[coinbase-ws] Connecting to wss://ws-feed.exchange.coinbase.com
|
|
3968
|
+
[polly-gamba] Listening for BTC/ETH price signals (threshold: 0.5% in 60s)...
|
|
3969
|
+
[scan] fetching high-quality markets (vol24h>$50k, liq>$50k, price 0.10-0.90)
|
|
3970
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
3971
|
+
[expiring] fetching expiring markets (closing within 72h, vol24h>$10k, liq>$10k, price 0.05-0.95)
|
|
3972
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
3973
|
+
[coinbase-ws] Connected
|
|
3974
|
+
[gamma] Loaded 498 markets (filtered from 500)
|
|
3975
|
+
[scan] 17 high-quality markets for autonomous review
|
|
3976
|
+
[gamma] Loaded 498 markets (filtered from 500)
|
|
3977
|
+
[expiring] 0 expiring markets for review
|
|
3978
|
+
[expiring] no expiring markets found this cycle
|
|
3979
|
+
[position-monitor] checked=24 review_candidates=7 hard_stops=0 (moved>5% or <72h expiry)
|
|
3980
|
+
[claude-trader:anthropic] ready
|
|
3981
|
+
[claude-trader:ollama] ready
|
|
3982
|
+
[claude-trader:expiring] ready
|
|
3983
|
+
[scan] fetching high-quality markets (vol24h>$50k, liq>$50k, price 0.10-0.90)
|
|
3984
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
3985
|
+
[expiring] fetching expiring markets (closing within 72h, vol24h>$10k, liq>$10k, price 0.05-0.95)
|
|
3986
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
3987
|
+
[expiring] failed to fetch markets: fetch failed
|
|
3988
|
+
[gamma] Loaded 498 markets (filtered from 500)
|
|
3989
|
+
[scan] 17 high-quality markets for autonomous review
|
|
3990
|
+
[position-monitor] checked=24 review_candidates=7 hard_stops=0 (moved>5% or <72h expiry)
|
|
3991
|
+
[signal] ETH up 0.50% @ $2,128.7 over 61s
|
|
3992
|
+
[signal] ETH up 0.50% @ $2,128.7
|
|
3993
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
3994
|
+
[scan] fetching high-quality markets (vol24h>$50k, liq>$50k, price 0.10-0.90)
|
|
3995
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
3996
|
+
[expiring] fetching expiring markets (closing within 72h, vol24h>$10k, liq>$10k, price 0.05-0.95)
|
|
3997
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
3998
|
+
[expiring] failed to fetch markets: fetch failed
|
|
3999
|
+
[scan] failed to fetch markets: fetch failed
|
|
4000
|
+
[position-monitor] WARNING: no price data for 553830 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4001
|
+
[position-monitor] WARNING: no price data for 558934 YES — first miss recorded, watching (market may be resolved or delisted)
|
|
4002
|
+
[position-monitor] WARNING: no price data for 566140 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4003
|
+
[position-monitor] WARNING: no price data for 540819 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4004
|
+
[position-monitor] WARNING: no price data for 568629 YES — first miss recorded, watching (market may be resolved or delisted)
|
|
4005
|
+
[position-monitor] WARNING: no price data for 553866 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4006
|
+
[position-monitor] WARNING: no price data for 567689 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4007
|
+
[position-monitor] WARNING: no price data for 566142 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4008
|
+
[position-monitor] WARNING: no price data for 566188 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4009
|
+
[position-monitor] WARNING: no price data for 561974 YES — first miss recorded, watching (market may be resolved or delisted)
|
|
4010
|
+
[position-monitor] WARNING: no price data for 567687 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4011
|
+
[position-monitor] checked=24 review_candidates=5 hard_stops=0 (moved>5% or <72h expiry)
|
|
4012
|
+
[gamma] Loaded 496 markets (filtered from 500)
|
|
4013
|
+
[match] 20 markets for ETH signal
|
|
4014
|
+
[scan] fetching high-quality markets (vol24h>$50k, liq>$50k, price 0.10-0.90)
|
|
4015
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4016
|
+
[expiring] fetching expiring markets (closing within 72h, vol24h>$10k, liq>$10k, price 0.05-0.95)
|
|
4017
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4018
|
+
[expiring] failed to fetch markets: fetch failed
|
|
4019
|
+
[position-monitor] WARNING: no price data for 553830 NO — missing 0.3h (closes after 24h continuous)
|
|
4020
|
+
[position-monitor] WARNING: no price data for 558934 YES — missing 0.3h (closes after 24h continuous)
|
|
4021
|
+
[position-monitor] WARNING: no price data for 566140 NO — missing 0.3h (closes after 24h continuous)
|
|
4022
|
+
[position-monitor] WARNING: no price data for 540819 NO — missing 0.3h (closes after 24h continuous)
|
|
4023
|
+
[position-monitor] WARNING: no price data for 568629 YES — missing 0.3h (closes after 24h continuous)
|
|
4024
|
+
[position-monitor] WARNING: no price data for 561974 YES — missing 0.3h (closes after 24h continuous)
|
|
4025
|
+
[position-monitor] WARNING: no price data for 567560 YES — first miss recorded, watching (market may be resolved or delisted)
|
|
4026
|
+
[position-monitor] checked=24 review_candidates=5 hard_stops=0 (moved>5% or <72h expiry)
|
|
4027
|
+
[gamma] Loaded 498 markets (filtered from 500)
|
|
4028
|
+
[scan] 17 high-quality markets for autonomous review
|
|
4029
|
+
[scan] fetching high-quality markets (vol24h>$50k, liq>$50k, price 0.10-0.90)
|
|
4030
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4031
|
+
[expiring] fetching expiring markets (closing within 72h, vol24h>$10k, liq>$10k, price 0.05-0.95)
|
|
4032
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4033
|
+
[expiring] failed to fetch markets: fetch failed
|
|
4034
|
+
[position-monitor] WARNING: no price data for 553830 NO — missing 0.5h (closes after 24h continuous)
|
|
4035
|
+
[position-monitor] WARNING: no price data for 558934 YES — missing 0.5h (closes after 24h continuous)
|
|
4036
|
+
[position-monitor] WARNING: no price data for 566140 NO — missing 0.5h (closes after 24h continuous)
|
|
4037
|
+
[position-monitor] WARNING: no price data for 540819 NO — missing 0.5h (closes after 24h continuous)
|
|
4038
|
+
[position-monitor] WARNING: no price data for 568629 YES — missing 0.5h (closes after 24h continuous)
|
|
4039
|
+
[position-monitor] WARNING: no price data for 559652 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4040
|
+
[position-monitor] WARNING: no price data for 558936 YES — first miss recorded, watching (market may be resolved or delisted)
|
|
4041
|
+
[position-monitor] WARNING: no price data for 567689 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4042
|
+
[position-monitor] WARNING: no price data for 566142 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4043
|
+
[position-monitor] WARNING: no price data for 562828 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4044
|
+
[position-monitor] WARNING: no price data for 566188 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4045
|
+
[position-monitor] WARNING: no price data for 559651 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4046
|
+
[position-monitor] WARNING: no price data for 560317 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4047
|
+
[position-monitor] WARNING: no price data for 561230 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4048
|
+
[position-monitor] WARNING: no price data for 561975 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4049
|
+
[position-monitor] WARNING: no price data for 561974 YES — missing 0.5h (closes after 24h continuous)
|
|
4050
|
+
[position-monitor] WARNING: no price data for 567561 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4051
|
+
[position-monitor] WARNING: no price data for 567560 YES — missing 0.3h (closes after 24h continuous)
|
|
4052
|
+
[position-monitor] WARNING: no price data for 567687 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4053
|
+
[position-monitor] WARNING: no price data for 562187 YES — first miss recorded, watching (market may be resolved or delisted)
|
|
4054
|
+
[position-monitor] checked=24 review_candidates=1 hard_stops=0 (moved>5% or <72h expiry)
|
|
4055
|
+
[gamma] Loaded 498 markets (filtered from 500)
|
|
4056
|
+
[scan] 17 high-quality markets for autonomous review
|
|
4057
|
+
[scan] fetching high-quality markets (vol24h>$50k, liq>$50k, price 0.10-0.90)
|
|
4058
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4059
|
+
[expiring] fetching expiring markets (closing within 72h, vol24h>$10k, liq>$10k, price 0.05-0.95)
|
|
4060
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4061
|
+
[expiring] failed to fetch markets: fetch failed
|
|
4062
|
+
[position-monitor] WARNING: no price data for 558934 YES — missing 0.8h (closes after 24h continuous)
|
|
4063
|
+
[position-monitor] WARNING: no price data for 566140 NO — missing 0.8h (closes after 24h continuous)
|
|
4064
|
+
[position-monitor] WARNING: no price data for 540819 NO — missing 0.8h (closes after 24h continuous)
|
|
4065
|
+
[position-monitor] WARNING: no price data for 568629 YES — missing 0.8h (closes after 24h continuous)
|
|
4066
|
+
[position-monitor] WARNING: no price data for 559652 NO — missing 0.2h (closes after 24h continuous)
|
|
4067
|
+
[position-monitor] WARNING: no price data for 558936 YES — missing 0.2h (closes after 24h continuous)
|
|
4068
|
+
[position-monitor] WARNING: no price data for 567689 NO — missing 0.2h (closes after 24h continuous)
|
|
4069
|
+
[position-monitor] WARNING: no price data for 566142 NO — missing 0.2h (closes after 24h continuous)
|
|
4070
|
+
[position-monitor] WARNING: no price data for 540844 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4071
|
+
[position-monitor] WARNING: no price data for 559651 NO — missing 0.2h (closes after 24h continuous)
|
|
4072
|
+
[position-monitor] WARNING: no price data for 561975 NO — missing 0.2h (closes after 24h continuous)
|
|
4073
|
+
[position-monitor] WARNING: no price data for 561974 YES — missing 0.8h (closes after 24h continuous)
|
|
4074
|
+
[position-monitor] WARNING: no price data for 567561 NO — missing 0.2h (closes after 24h continuous)
|
|
4075
|
+
[position-monitor] WARNING: no price data for 567560 YES — missing 0.5h (closes after 24h continuous)
|
|
4076
|
+
[position-monitor] WARNING: no price data for 567687 NO — missing 0.2h (closes after 24h continuous)
|
|
4077
|
+
[position-monitor] WARNING: no price data for 562187 YES — missing 0.2h (closes after 24h continuous)
|
|
4078
|
+
[position-monitor] checked=24 review_candidates=1 hard_stops=0 (moved>5% or <72h expiry)
|
|
4079
|
+
[gamma] Loaded 498 markets (filtered from 500)
|
|
4080
|
+
[scan] 17 high-quality markets for autonomous review
|
|
4081
|
+
[scan] fetching high-quality markets (vol24h>$50k, liq>$50k, price 0.10-0.90)
|
|
4082
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4083
|
+
[expiring] fetching expiring markets (closing within 72h, vol24h>$10k, liq>$10k, price 0.05-0.95)
|
|
4084
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4085
|
+
[position-monitor] WARNING: no price data for 558934 YES — missing 1.0h (closes after 24h continuous)
|
|
4086
|
+
[position-monitor] WARNING: no price data for 540819 NO — missing 1.0h (closes after 24h continuous)
|
|
4087
|
+
[position-monitor] WARNING: no price data for 568629 YES — missing 1.0h (closes after 24h continuous)
|
|
4088
|
+
[position-monitor] WARNING: no price data for 559652 NO — missing 0.5h (closes after 24h continuous)
|
|
4089
|
+
[position-monitor] WARNING: no price data for 558936 YES — missing 0.5h (closes after 24h continuous)
|
|
4090
|
+
[position-monitor] WARNING: no price data for 553866 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4091
|
+
[position-monitor] WARNING: no price data for 567689 NO — missing 0.5h (closes after 24h continuous)
|
|
4092
|
+
[position-monitor] WARNING: no price data for 566142 NO — missing 0.5h (closes after 24h continuous)
|
|
4093
|
+
[position-monitor] WARNING: no price data for 540844 NO — missing 0.2h (closes after 24h continuous)
|
|
4094
|
+
[position-monitor] WARNING: no price data for 562828 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4095
|
+
[position-monitor] WARNING: no price data for 566188 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4096
|
+
[position-monitor] WARNING: no price data for 559651 NO — missing 0.5h (closes after 24h continuous)
|
|
4097
|
+
[position-monitor] WARNING: no price data for 561230 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4098
|
+
[position-monitor] checked=24 review_candidates=5 hard_stops=0 (moved>5% or <72h expiry)
|
|
4099
|
+
[gamma] Loaded 498 markets (filtered from 500)
|
|
4100
|
+
[scan] 17 high-quality markets for autonomous review
|
|
4101
|
+
[gamma] Loaded 498 markets (filtered from 500)
|
|
4102
|
+
[expiring] 0 expiring markets for review
|
|
4103
|
+
[expiring] no expiring markets found this cycle
|
|
4104
|
+
[scan] fetching high-quality markets (vol24h>$50k, liq>$50k, price 0.10-0.90)
|
|
4105
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4106
|
+
[expiring] fetching expiring markets (closing within 72h, vol24h>$10k, liq>$10k, price 0.05-0.95)
|
|
4107
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4108
|
+
[scan] failed to fetch markets: fetch failed
|
|
4109
|
+
[position-monitor] WARNING: no price data for 553830 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4110
|
+
[position-monitor] WARNING: no price data for 558934 YES — missing 1.3h (closes after 24h continuous)
|
|
4111
|
+
[position-monitor] WARNING: no price data for 566140 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4112
|
+
[position-monitor] WARNING: no price data for 540819 NO — missing 1.3h (closes after 24h continuous)
|
|
4113
|
+
[position-monitor] WARNING: no price data for 568629 YES — missing 1.3h (closes after 24h continuous)
|
|
4114
|
+
[position-monitor] WARNING: no price data for 553866 NO — missing 0.3h (closes after 24h continuous)
|
|
4115
|
+
[position-monitor] checked=22 review_candidates=6 hard_stops=0 (moved>5% or <72h expiry)
|
|
4116
|
+
[gamma] Loaded 498 markets (filtered from 500)
|
|
4117
|
+
[expiring] 0 expiring markets for review
|
|
4118
|
+
[expiring] no expiring markets found this cycle
|
|
4119
|
+
[signal] ETH down -0.50% @ $2,110.72 over 55s
|
|
4120
|
+
[signal] ETH down 0.50% @ $2,110.72
|
|
4121
|
+
[match] 20 markets for ETH signal
|
|
4122
|
+
[scan] fetching high-quality markets (vol24h>$50k, liq>$50k, price 0.10-0.90)
|
|
4123
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4124
|
+
[scan] failed to fetch markets: fetch failed
|
|
4125
|
+
[expiring] fetching expiring markets (closing within 72h, vol24h>$10k, liq>$10k, price 0.05-0.95)
|
|
4126
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4127
|
+
[position-monitor] WARNING: no price data for 553830 NO — missing 0.2h (closes after 24h continuous)
|
|
4128
|
+
[position-monitor] WARNING: no price data for 558934 YES — missing 1.5h (closes after 24h continuous)
|
|
4129
|
+
[position-monitor] WARNING: no price data for 566140 NO — missing 0.2h (closes after 24h continuous)
|
|
4130
|
+
[position-monitor] WARNING: no price data for 540819 NO — missing 1.5h (closes after 24h continuous)
|
|
4131
|
+
[position-monitor] WARNING: no price data for 568629 YES — missing 1.5h (closes after 24h continuous)
|
|
4132
|
+
[position-monitor] WARNING: no price data for 567689 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4133
|
+
[position-monitor] WARNING: no price data for 566142 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4134
|
+
[position-monitor] WARNING: no price data for 540844 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4135
|
+
[position-monitor] WARNING: no price data for 567621 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4136
|
+
[position-monitor] WARNING: no price data for 562187 YES — first miss recorded, watching (market may be resolved or delisted)
|
|
4137
|
+
[position-monitor] checked=22 review_candidates=5 hard_stops=0 (moved>5% or <72h expiry)
|
|
4138
|
+
[gamma] Loaded 498 markets (filtered from 500)
|
|
4139
|
+
[expiring] 0 expiring markets for review
|
|
4140
|
+
[expiring] no expiring markets found this cycle
|
|
4141
|
+
[scan] fetching high-quality markets (vol24h>$50k, liq>$50k, price 0.10-0.90)
|
|
4142
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4143
|
+
[expiring] fetching expiring markets (closing within 72h, vol24h>$10k, liq>$10k, price 0.05-0.95)
|
|
4144
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4145
|
+
[scan] failed to fetch markets: fetch failed
|
|
4146
|
+
[expiring] failed to fetch markets: fetch failed
|
|
4147
|
+
[position-monitor] WARNING: no price data for 553830 NO — missing 0.5h (closes after 24h continuous)
|
|
4148
|
+
[position-monitor] WARNING: no price data for 558934 YES — missing 1.8h (closes after 24h continuous)
|
|
4149
|
+
[position-monitor] WARNING: no price data for 566140 NO — missing 0.5h (closes after 24h continuous)
|
|
4150
|
+
[position-monitor] WARNING: no price data for 540819 NO — missing 1.8h (closes after 24h continuous)
|
|
4151
|
+
[position-monitor] WARNING: no price data for 568629 YES — missing 1.8h (closes after 24h continuous)
|
|
4152
|
+
[position-monitor] WARNING: no price data for 553866 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4153
|
+
[position-monitor] WARNING: no price data for 567689 NO — missing 0.3h (closes after 24h continuous)
|
|
4154
|
+
[position-monitor] WARNING: no price data for 566142 NO — missing 0.3h (closes after 24h continuous)
|
|
4155
|
+
[position-monitor] WARNING: no price data for 540844 NO — missing 0.3h (closes after 24h continuous)
|
|
4156
|
+
[position-monitor] WARNING: no price data for 553862 YES — first miss recorded, watching (market may be resolved or delisted)
|
|
4157
|
+
[position-monitor] WARNING: no price data for 562828 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4158
|
+
[position-monitor] WARNING: no price data for 566188 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4159
|
+
[position-monitor] WARNING: no price data for 559651 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4160
|
+
[position-monitor] WARNING: no price data for 567621 NO — missing 0.3h (closes after 24h continuous)
|
|
4161
|
+
[position-monitor] WARNING: no price data for 561230 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4162
|
+
[position-monitor] WARNING: no price data for 561975 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4163
|
+
[position-monitor] WARNING: no price data for 567561 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4164
|
+
[position-monitor] WARNING: no price data for 567560 YES — first miss recorded, watching (market may be resolved or delisted)
|
|
4165
|
+
[position-monitor] checked=22 review_candidates=3 hard_stops=0 (moved>5% or <72h expiry)
|
|
4166
|
+
[scan] fetching high-quality markets (vol24h>$50k, liq>$50k, price 0.10-0.90)
|
|
4167
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4168
|
+
[scan] failed to fetch markets: fetch failed
|
|
4169
|
+
[expiring] fetching expiring markets (closing within 72h, vol24h>$10k, liq>$10k, price 0.05-0.95)
|
|
4170
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4171
|
+
[position-monitor] WARNING: no price data for 558934 YES — missing 2.0h (closes after 24h continuous)
|
|
4172
|
+
[position-monitor] WARNING: no price data for 566140 NO — missing 0.7h (closes after 24h continuous)
|
|
4173
|
+
[position-monitor] WARNING: no price data for 540819 NO — missing 2.0h (closes after 24h continuous)
|
|
4174
|
+
[position-monitor] WARNING: no price data for 568629 YES — missing 2.0h (closes after 24h continuous)
|
|
4175
|
+
[position-monitor] WARNING: no price data for 567560 YES — missing 0.2h (closes after 24h continuous)
|
|
4176
|
+
[position-monitor] checked=22 review_candidates=5 hard_stops=0 (moved>5% or <72h expiry)
|
|
4177
|
+
[gamma] Loaded 498 markets (filtered from 500)
|
|
4178
|
+
[expiring] 0 expiring markets for review
|
|
4179
|
+
[expiring] no expiring markets found this cycle
|
|
4180
|
+
[scan] fetching high-quality markets (vol24h>$50k, liq>$50k, price 0.10-0.90)
|
|
4181
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4182
|
+
[scan] failed to fetch markets: fetch failed
|
|
4183
|
+
[expiring] fetching expiring markets (closing within 72h, vol24h>$10k, liq>$10k, price 0.05-0.95)
|
|
4184
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4185
|
+
[position-monitor] WARNING: no price data for 553830 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4186
|
+
[position-monitor] WARNING: no price data for 558934 YES — missing 2.3h (closes after 24h continuous)
|
|
4187
|
+
[position-monitor] WARNING: no price data for 566140 NO — missing 1.0h (closes after 24h continuous)
|
|
4188
|
+
[position-monitor] WARNING: no price data for 540819 NO — missing 2.3h (closes after 24h continuous)
|
|
4189
|
+
[position-monitor] WARNING: no price data for 568629 YES — missing 2.3h (closes after 24h continuous)
|
|
4190
|
+
[position-monitor] WARNING: no price data for 562187 YES — first miss recorded, watching (market may be resolved or delisted)
|
|
4191
|
+
[position-monitor] checked=22 review_candidates=5 hard_stops=0 (moved>5% or <72h expiry)
|
|
4192
|
+
[gamma] Loaded 498 markets (filtered from 500)
|
|
4193
|
+
[expiring] 0 expiring markets for review
|
|
4194
|
+
[expiring] no expiring markets found this cycle
|
|
4195
|
+
[scan] fetching high-quality markets (vol24h>$50k, liq>$50k, price 0.10-0.90)
|
|
4196
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4197
|
+
[expiring] fetching expiring markets (closing within 72h, vol24h>$10k, liq>$10k, price 0.05-0.95)
|
|
4198
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4199
|
+
[position-monitor] WARNING: no price data for 558934 YES — missing 2.5h (closes after 24h continuous)
|
|
4200
|
+
[position-monitor] WARNING: no price data for 566140 NO — missing 1.3h (closes after 24h continuous)
|
|
4201
|
+
[position-monitor] WARNING: no price data for 540819 NO — missing 2.5h (closes after 24h continuous)
|
|
4202
|
+
[position-monitor] WARNING: no price data for 568629 YES — missing 2.5h (closes after 24h continuous)
|
|
4203
|
+
[position-monitor] WARNING: no price data for 558936 YES — first miss recorded, watching (market may be resolved or delisted)
|
|
4204
|
+
[position-monitor] WARNING: no price data for 553866 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4205
|
+
[position-monitor] WARNING: no price data for 559651 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4206
|
+
[position-monitor] WARNING: no price data for 560317 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4207
|
+
[position-monitor] WARNING: no price data for 561975 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4208
|
+
[position-monitor] WARNING: no price data for 567561 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4209
|
+
[position-monitor] WARNING: no price data for 567560 YES — first miss recorded, watching (market may be resolved or delisted)
|
|
4210
|
+
[position-monitor] checked=22 review_candidates=3 hard_stops=0 (moved>5% or <72h expiry)
|
|
4211
|
+
[gamma] Loaded 498 markets (filtered from 500)
|
|
4212
|
+
[scan] 16 high-quality markets for autonomous review
|
|
4213
|
+
[gamma] Loaded 498 markets (filtered from 500)
|
|
4214
|
+
[expiring] 0 expiring markets for review
|
|
4215
|
+
[expiring] no expiring markets found this cycle
|
|
4216
|
+
[scan] fetching high-quality markets (vol24h>$50k, liq>$50k, price 0.10-0.90)
|
|
4217
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4218
|
+
[expiring] fetching expiring markets (closing within 72h, vol24h>$10k, liq>$10k, price 0.05-0.95)
|
|
4219
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4220
|
+
[scan] failed to fetch markets: fetch failed
|
|
4221
|
+
[expiring] failed to fetch markets: fetch failed
|
|
4222
|
+
[position-monitor] WARNING: no price data for 553830 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4223
|
+
[position-monitor] WARNING: no price data for 566140 NO — missing 1.5h (closes after 24h continuous)
|
|
4224
|
+
[position-monitor] WARNING: no price data for 540819 NO — missing 2.8h (closes after 24h continuous)
|
|
4225
|
+
[position-monitor] WARNING: no price data for 568629 YES — missing 2.8h (closes after 24h continuous)
|
|
4226
|
+
[position-monitor] WARNING: no price data for 540844 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4227
|
+
[position-monitor] WARNING: no price data for 567621 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4228
|
+
[position-monitor] WARNING: no price data for 567560 YES — missing 0.3h (closes after 24h continuous)
|
|
4229
|
+
[position-monitor] checked=22 review_candidates=5 hard_stops=0 (moved>5% or <72h expiry)
|
|
4230
|
+
[signal] ETH down -0.50% @ $2,077.9 over 59s
|
|
4231
|
+
[signal] ETH down 0.50% @ $2,077.9
|
|
4232
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4233
|
+
[gamma] Loaded 496 markets (filtered from 500)
|
|
4234
|
+
[match] 20 markets for ETH signal
|
|
4235
|
+
[scan] fetching high-quality markets (vol24h>$50k, liq>$50k, price 0.10-0.90)
|
|
4236
|
+
[scan] 16 high-quality markets for autonomous review
|
|
4237
|
+
[expiring] fetching expiring markets (closing within 72h, vol24h>$10k, liq>$10k, price 0.05-0.95)
|
|
4238
|
+
[expiring] 0 expiring markets for review
|
|
4239
|
+
[expiring] no expiring markets found this cycle
|
|
4240
|
+
[position-monitor] WARNING: no price data for 553830 NO — missing 0.3h (closes after 24h continuous)
|
|
4241
|
+
[position-monitor] WARNING: no price data for 558934 YES — first miss recorded, watching (market may be resolved or delisted)
|
|
4242
|
+
[position-monitor] WARNING: no price data for 566140 NO — missing 1.9h (closes after 24h continuous)
|
|
4243
|
+
[position-monitor] WARNING: no price data for 540819 NO — missing 3.1h (closes after 24h continuous)
|
|
4244
|
+
[position-monitor] WARNING: no price data for 568629 YES — missing 3.1h (closes after 24h continuous)
|
|
4245
|
+
[position-monitor] WARNING: no price data for 558936 YES — first miss recorded, watching (market may be resolved or delisted)
|
|
4246
|
+
[position-monitor] WARNING: no price data for 553866 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4247
|
+
[position-monitor] WARNING: no price data for 567689 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4248
|
+
[position-monitor] WARNING: no price data for 566142 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4249
|
+
[position-monitor] WARNING: no price data for 540844 NO — missing 0.3h (closes after 24h continuous)
|
|
4250
|
+
[position-monitor] WARNING: no price data for 553862 YES — first miss recorded, watching (market may be resolved or delisted)
|
|
4251
|
+
[position-monitor] WARNING: no price data for 562828 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4252
|
+
[position-monitor] WARNING: no price data for 566188 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4253
|
+
[position-monitor] WARNING: no price data for 559651 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4254
|
+
[position-monitor] WARNING: no price data for 567621 NO — missing 0.3h (closes after 24h continuous)
|
|
4255
|
+
[position-monitor] WARNING: no price data for 561230 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4256
|
+
[position-monitor] WARNING: no price data for 561975 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4257
|
+
[position-monitor] WARNING: no price data for 567561 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4258
|
+
[position-monitor] WARNING: no price data for 567560 YES — missing 0.6h (closes after 24h continuous)
|
|
4259
|
+
[position-monitor] WARNING: no price data for 567687 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4260
|
+
[position-monitor] WARNING: no price data for 562187 YES — first miss recorded, watching (market may be resolved or delisted)
|
|
4261
|
+
[position-monitor] checked=22 review_candidates=0 hard_stops=0 (moved>5% or <72h expiry)
|
|
4262
|
+
[scan] fetching high-quality markets (vol24h>$50k, liq>$50k, price 0.10-0.90)
|
|
4263
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4264
|
+
[expiring] fetching expiring markets (closing within 72h, vol24h>$10k, liq>$10k, price 0.05-0.95)
|
|
4265
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4266
|
+
[position-monitor] WARNING: no price data for 558934 YES — missing 0.2h (closes after 24h continuous)
|
|
4267
|
+
[position-monitor] WARNING: no price data for 566140 NO — missing 2.1h (closes after 24h continuous)
|
|
4268
|
+
[position-monitor] WARNING: no price data for 540819 NO — missing 3.3h (closes after 24h continuous)
|
|
4269
|
+
[position-monitor] WARNING: no price data for 568629 YES — missing 3.3h (closes after 24h continuous)
|
|
4270
|
+
[position-monitor] WARNING: no price data for 558936 YES — missing 0.2h (closes after 24h continuous)
|
|
4271
|
+
[position-monitor] WARNING: no price data for 553866 NO — missing 0.2h (closes after 24h continuous)
|
|
4272
|
+
[position-monitor] WARNING: no price data for 567689 NO — missing 0.2h (closes after 24h continuous)
|
|
4273
|
+
[position-monitor] WARNING: no price data for 566142 NO — missing 0.2h (closes after 24h continuous)
|
|
4274
|
+
[position-monitor] WARNING: no price data for 540844 NO — missing 0.6h (closes after 24h continuous)
|
|
4275
|
+
[position-monitor] WARNING: no price data for 567621 NO — missing 0.6h (closes after 24h continuous)
|
|
4276
|
+
[position-monitor] WARNING: no price data for 561230 NO — missing 0.2h (closes after 24h continuous)
|
|
4277
|
+
[position-monitor] WARNING: no price data for 561975 NO — missing 0.2h (closes after 24h continuous)
|
|
4278
|
+
[position-monitor] WARNING: no price data for 567561 NO — missing 0.2h (closes after 24h continuous)
|
|
4279
|
+
[position-monitor] WARNING: no price data for 567560 YES — missing 0.8h (closes after 24h continuous)
|
|
4280
|
+
[position-monitor] WARNING: no price data for 567687 NO — missing 0.2h (closes after 24h continuous)
|
|
4281
|
+
[position-monitor] checked=22 review_candidates=2 hard_stops=0 (moved>5% or <72h expiry)
|
|
4282
|
+
[gamma] Loaded 498 markets (filtered from 500)
|
|
4283
|
+
[expiring] 0 expiring markets for review
|
|
4284
|
+
[expiring] no expiring markets found this cycle
|
|
4285
|
+
[gamma] Loaded 498 markets (filtered from 500)
|
|
4286
|
+
[scan] 16 high-quality markets for autonomous review
|
|
4287
|
+
[scan] fetching high-quality markets (vol24h>$50k, liq>$50k, price 0.10-0.90)
|
|
4288
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4289
|
+
[expiring] fetching expiring markets (closing within 72h, vol24h>$10k, liq>$10k, price 0.05-0.95)
|
|
4290
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4291
|
+
[position-monitor] WARNING: no price data for 553830 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4292
|
+
[position-monitor] WARNING: no price data for 566140 NO — missing 2.3h (closes after 24h continuous)
|
|
4293
|
+
[position-monitor] WARNING: no price data for 540819 NO — missing 3.5h (closes after 24h continuous)
|
|
4294
|
+
[position-monitor] WARNING: no price data for 568629 YES — missing 3.5h (closes after 24h continuous)
|
|
4295
|
+
[position-monitor] WARNING: no price data for 540844 NO — missing 0.7h (closes after 24h continuous)
|
|
4296
|
+
[position-monitor] WARNING: no price data for 560317 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4297
|
+
[position-monitor] WARNING: no price data for 561230 NO — missing 0.4h (closes after 24h continuous)
|
|
4298
|
+
[position-monitor] WARNING: no price data for 561975 NO — missing 0.4h (closes after 24h continuous)
|
|
4299
|
+
[position-monitor] WARNING: no price data for 567561 NO — missing 0.4h (closes after 24h continuous)
|
|
4300
|
+
[position-monitor] WARNING: no price data for 567560 YES — missing 1.0h (closes after 24h continuous)
|
|
4301
|
+
[position-monitor] WARNING: no price data for 562187 YES — first miss recorded, watching (market may be resolved or delisted)
|
|
4302
|
+
[position-monitor] checked=22 review_candidates=3 hard_stops=0 (moved>5% or <72h expiry)
|
|
4303
|
+
[gamma] Loaded 498 markets (filtered from 500)
|
|
4304
|
+
[scan] 16 high-quality markets for autonomous review
|
|
4305
|
+
[gamma] Loaded 498 markets (filtered from 500)
|
|
4306
|
+
[expiring] 0 expiring markets for review
|
|
4307
|
+
[expiring] no expiring markets found this cycle
|
|
4308
|
+
[polly-gamba] Starting paper trading service
|
|
4309
|
+
[polly-gamba] Claude cwd: /Users/feral/polly-gamba
|
|
4310
|
+
[polly-gamba] Expiring trader cwd: /Users/feral/polly-gamba-expiring
|
|
4311
|
+
[coinbase-ws] Connecting to wss://ws-feed.exchange.coinbase.com
|
|
4312
|
+
[polly-gamba] Listening for BTC/ETH price signals (threshold: 0.5% in 60s)...
|
|
4313
|
+
[scan] fetching high-quality markets (vol24h>$50k, liq>$50k, price 0.10-0.90)
|
|
4314
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4315
|
+
[expiring] fetching expiring markets (closing within 72h, vol24h>$10k, liq>$10k, price 0.05-0.95)
|
|
4316
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4317
|
+
[coinbase-ws] Connected
|
|
4318
|
+
[gamma] Loaded 498 markets (filtered from 500)
|
|
4319
|
+
[scan] 16 high-quality markets for autonomous review
|
|
4320
|
+
[gamma] Loaded 498 markets (filtered from 500)
|
|
4321
|
+
[expiring] 0 expiring markets for review
|
|
4322
|
+
[expiring] no expiring markets found this cycle
|
|
4323
|
+
[position-monitor] checked=22 review_candidates=7 hard_stops=0 (moved>5% or <72h expiry)
|
|
4324
|
+
[claude-trader:anthropic] ready
|
|
4325
|
+
[claude-trader:ollama] ready
|
|
4326
|
+
[claude-trader:expiring] ready
|
|
4327
|
+
[scan] fetching high-quality markets (vol24h>$50k, liq>$50k, price 0.10-0.90)
|
|
4328
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4329
|
+
[expiring] fetching expiring markets (closing within 72h, vol24h>$10k, liq>$10k, price 0.05-0.95)
|
|
4330
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4331
|
+
[scan] failed to fetch markets: fetch failed
|
|
4332
|
+
[position-monitor] WARNING: no price data for 568629 YES — first miss recorded, watching (market may be resolved or delisted)
|
|
4333
|
+
[position-monitor] checked=22 review_candidates=6 hard_stops=0 (moved>5% or <72h expiry)
|
|
4334
|
+
[gamma] Loaded 498 markets (filtered from 500)
|
|
4335
|
+
[expiring] 0 expiring markets for review
|
|
4336
|
+
[expiring] no expiring markets found this cycle
|
|
4337
|
+
[scan] fetching high-quality markets (vol24h>$50k, liq>$50k, price 0.10-0.90)
|
|
4338
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4339
|
+
[expiring] fetching expiring markets (closing within 72h, vol24h>$10k, liq>$10k, price 0.05-0.95)
|
|
4340
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4341
|
+
[scan] failed to fetch markets: fetch failed
|
|
4342
|
+
[expiring] failed to fetch markets: fetch failed
|
|
4343
|
+
[position-monitor] WARNING: no price data for 553830 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4344
|
+
[position-monitor] WARNING: no price data for 558934 YES — first miss recorded, watching (market may be resolved or delisted)
|
|
4345
|
+
[position-monitor] WARNING: no price data for 566140 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4346
|
+
[position-monitor] WARNING: no price data for 540819 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4347
|
+
[position-monitor] WARNING: no price data for 568629 YES — missing 0.3h (closes after 24h continuous)
|
|
4348
|
+
[position-monitor] WARNING: no price data for 567689 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4349
|
+
[position-monitor] WARNING: no price data for 566142 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4350
|
+
[position-monitor] WARNING: no price data for 540844 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4351
|
+
[position-monitor] WARNING: no price data for 566188 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4352
|
+
[position-monitor] WARNING: no price data for 567621 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4353
|
+
[position-monitor] checked=22 review_candidates=6 hard_stops=0 (moved>5% or <72h expiry)
|
|
4354
|
+
[scan] fetching high-quality markets (vol24h>$50k, liq>$50k, price 0.10-0.90)
|
|
4355
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4356
|
+
[scan] failed to fetch markets: fetch failed
|
|
4357
|
+
[expiring] fetching expiring markets (closing within 72h, vol24h>$10k, liq>$10k, price 0.05-0.95)
|
|
4358
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4359
|
+
[gamma] Loaded 498 markets (filtered from 500)
|
|
4360
|
+
[expiring] 0 expiring markets for review
|
|
4361
|
+
[expiring] no expiring markets found this cycle
|
|
4362
|
+
[position-monitor] WARNING: no price data for 553830 NO — missing 0.3h (closes after 24h continuous)
|
|
4363
|
+
[position-monitor] WARNING: no price data for 558934 YES — missing 0.3h (closes after 24h continuous)
|
|
4364
|
+
[position-monitor] WARNING: no price data for 540819 NO — missing 0.3h (closes after 24h continuous)
|
|
4365
|
+
[position-monitor] WARNING: no price data for 568629 YES — missing 0.5h (closes after 24h continuous)
|
|
4366
|
+
[position-monitor] WARNING: no price data for 558936 YES — first miss recorded, watching (market may be resolved or delisted)
|
|
4367
|
+
[position-monitor] WARNING: no price data for 553866 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4368
|
+
[position-monitor] WARNING: no price data for 567689 NO — missing 0.3h (closes after 24h continuous)
|
|
4369
|
+
[position-monitor] WARNING: no price data for 566142 NO — missing 0.3h (closes after 24h continuous)
|
|
4370
|
+
[position-monitor] WARNING: no price data for 540844 NO — missing 0.3h (closes after 24h continuous)
|
|
4371
|
+
[position-monitor] WARNING: no price data for 562828 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4372
|
+
[position-monitor] WARNING: no price data for 566188 NO — missing 0.3h (closes after 24h continuous)
|
|
4373
|
+
[position-monitor] WARNING: no price data for 559651 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4374
|
+
[position-monitor] WARNING: no price data for 567621 NO — missing 0.3h (closes after 24h continuous)
|
|
4375
|
+
[position-monitor] checked=22 review_candidates=5 hard_stops=0 (moved>5% or <72h expiry)
|
|
4376
|
+
[scan] fetching high-quality markets (vol24h>$50k, liq>$50k, price 0.10-0.90)
|
|
4377
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4378
|
+
[expiring] fetching expiring markets (closing within 72h, vol24h>$10k, liq>$10k, price 0.05-0.95)
|
|
4379
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4380
|
+
[gamma] Loaded 498 markets (filtered from 500)
|
|
4381
|
+
[scan] 16 high-quality markets for autonomous review
|
|
4382
|
+
[gamma] Loaded 498 markets (filtered from 500)
|
|
4383
|
+
[expiring] 0 expiring markets for review
|
|
4384
|
+
[expiring] no expiring markets found this cycle
|
|
4385
|
+
[position-monitor] WARNING: no price data for 566140 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4386
|
+
[position-monitor] checked=22 review_candidates=7 hard_stops=0 (moved>5% or <72h expiry)
|
|
4387
|
+
[scan] fetching high-quality markets (vol24h>$50k, liq>$50k, price 0.10-0.90)
|
|
4388
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4389
|
+
[expiring] fetching expiring markets (closing within 72h, vol24h>$10k, liq>$10k, price 0.05-0.95)
|
|
4390
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4391
|
+
[scan] failed to fetch markets: fetch failed
|
|
4392
|
+
[expiring] failed to fetch markets: fetch failed
|
|
4393
|
+
[position-monitor] WARNING: no price data for 540819 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4394
|
+
[position-monitor] WARNING: no price data for 568629 YES — first miss recorded, watching (market may be resolved or delisted)
|
|
4395
|
+
[position-monitor] WARNING: no price data for 566142 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4396
|
+
[position-monitor] WARNING: no price data for 540844 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4397
|
+
[position-monitor] WARNING: no price data for 553862 YES — first miss recorded, watching (market may be resolved or delisted)
|
|
4398
|
+
[position-monitor] WARNING: no price data for 562828 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4399
|
+
[position-monitor] WARNING: no price data for 566188 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4400
|
+
[position-monitor] WARNING: no price data for 559651 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4401
|
+
[position-monitor] WARNING: no price data for 567621 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4402
|
+
[position-monitor] WARNING: no price data for 561230 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4403
|
+
[position-monitor] WARNING: no price data for 561975 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4404
|
+
[position-monitor] WARNING: no price data for 567561 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4405
|
+
[position-monitor] WARNING: no price data for 567560 YES — first miss recorded, watching (market may be resolved or delisted)
|
|
4406
|
+
[position-monitor] WARNING: no price data for 567687 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4407
|
+
[position-monitor] checked=22 review_candidates=2 hard_stops=0 (moved>5% or <72h expiry)
|
|
4408
|
+
[scan] fetching high-quality markets (vol24h>$50k, liq>$50k, price 0.10-0.90)
|
|
4409
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4410
|
+
[expiring] fetching expiring markets (closing within 72h, vol24h>$10k, liq>$10k, price 0.05-0.95)
|
|
4411
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4412
|
+
[scan] failed to fetch markets: fetch failed
|
|
4413
|
+
[gamma] Loaded 498 markets (filtered from 500)
|
|
4414
|
+
[expiring] 0 expiring markets for review
|
|
4415
|
+
[expiring] no expiring markets found this cycle
|
|
4416
|
+
[position-monitor] WARNING: no price data for 553830 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4417
|
+
[position-monitor] WARNING: no price data for 558936 YES — first miss recorded, watching (market may be resolved or delisted)
|
|
4418
|
+
[position-monitor] WARNING: no price data for 553866 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4419
|
+
[position-monitor] WARNING: no price data for 567689 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4420
|
+
[position-monitor] WARNING: no price data for 566142 NO — missing 0.2h (closes after 24h continuous)
|
|
4421
|
+
[position-monitor] WARNING: no price data for 540844 NO — missing 0.2h (closes after 24h continuous)
|
|
4422
|
+
[position-monitor] checked=22 review_candidates=6 hard_stops=0 (moved>5% or <72h expiry)
|
|
4423
|
+
[scan] fetching high-quality markets (vol24h>$50k, liq>$50k, price 0.10-0.90)
|
|
4424
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4425
|
+
[expiring] fetching expiring markets (closing within 72h, vol24h>$10k, liq>$10k, price 0.05-0.95)
|
|
4426
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4427
|
+
[expiring] failed to fetch markets: fetch failed
|
|
4428
|
+
[gamma] Loaded 498 markets (filtered from 500)
|
|
4429
|
+
[scan] 16 high-quality markets for autonomous review
|
|
4430
|
+
[position-monitor] WARNING: no price data for 558934 YES — first miss recorded, watching (market may be resolved or delisted)
|
|
4431
|
+
[position-monitor] WARNING: no price data for 566140 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4432
|
+
[position-monitor] WARNING: no price data for 540819 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4433
|
+
[position-monitor] WARNING: no price data for 568629 YES — first miss recorded, watching (market may be resolved or delisted)
|
|
4434
|
+
[position-monitor] checked=22 review_candidates=6 hard_stops=0 (moved>5% or <72h expiry)
|
|
4435
|
+
[coinbase-ws] Disconnected — reconnecting in 5s
|
|
4436
|
+
[coinbase-ws] Connecting to wss://ws-feed.exchange.coinbase.com
|
|
4437
|
+
[coinbase-ws] Error: write EPIPE
|
|
4438
|
+
[coinbase-ws] Disconnected — reconnecting in 5s
|
|
4439
|
+
[coinbase-ws] Connecting to wss://ws-feed.exchange.coinbase.com
|
|
4440
|
+
[coinbase-ws] Connected
|
|
4441
|
+
[scan] fetching high-quality markets (vol24h>$50k, liq>$50k, price 0.10-0.90)
|
|
4442
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4443
|
+
[expiring] fetching expiring markets (closing within 72h, vol24h>$10k, liq>$10k, price 0.05-0.95)
|
|
4444
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4445
|
+
[scan] failed to fetch markets: fetch failed
|
|
4446
|
+
[expiring] failed to fetch markets: fetch failed
|
|
4447
|
+
[position-monitor] WARNING: no price data for 553830 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4448
|
+
[position-monitor] WARNING: no price data for 558934 YES — missing 0.3h (closes after 24h continuous)
|
|
4449
|
+
[position-monitor] WARNING: no price data for 566140 NO — missing 0.3h (closes after 24h continuous)
|
|
4450
|
+
[position-monitor] WARNING: no price data for 540819 NO — missing 0.3h (closes after 24h continuous)
|
|
4451
|
+
[position-monitor] WARNING: no price data for 568629 YES — missing 0.3h (closes after 24h continuous)
|
|
4452
|
+
[position-monitor] WARNING: no price data for 558936 YES — first miss recorded, watching (market may be resolved or delisted)
|
|
4453
|
+
[position-monitor] WARNING: no price data for 553866 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4454
|
+
[position-monitor] WARNING: no price data for 567689 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4455
|
+
[position-monitor] WARNING: no price data for 566142 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4456
|
+
[position-monitor] WARNING: no price data for 540844 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4457
|
+
[position-monitor] WARNING: no price data for 553862 YES — first miss recorded, watching (market may be resolved or delisted)
|
|
4458
|
+
[position-monitor] WARNING: no price data for 562828 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4459
|
+
[position-monitor] WARNING: no price data for 566188 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4460
|
+
[position-monitor] WARNING: no price data for 559651 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4461
|
+
[position-monitor] WARNING: no price data for 567621 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4462
|
+
[position-monitor] WARNING: no price data for 560317 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4463
|
+
[position-monitor] WARNING: no price data for 561975 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4464
|
+
[position-monitor] WARNING: no price data for 567561 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4465
|
+
[position-monitor] WARNING: no price data for 567560 YES — first miss recorded, watching (market may be resolved or delisted)
|
|
4466
|
+
[position-monitor] WARNING: no price data for 562187 YES — first miss recorded, watching (market may be resolved or delisted)
|
|
4467
|
+
[position-monitor] checked=22 review_candidates=1 hard_stops=0 (moved>5% or <72h expiry)
|
|
4468
|
+
[position-monitor] WARNING: no price data for 553830 NO — missing 0.1h (closes after 24h continuous)
|
|
4469
|
+
[position-monitor] WARNING: no price data for 558934 YES — missing 0.5h (closes after 24h continuous)
|
|
4470
|
+
[position-monitor] WARNING: no price data for 566140 NO — missing 0.5h (closes after 24h continuous)
|
|
4471
|
+
[position-monitor] WARNING: no price data for 540819 NO — missing 0.5h (closes after 24h continuous)
|
|
4472
|
+
[position-monitor] WARNING: no price data for 568629 YES — missing 0.5h (closes after 24h continuous)
|
|
4473
|
+
[position-monitor] checked=22 review_candidates=6 hard_stops=0 (moved>5% or <72h expiry)
|
|
4474
|
+
[scan] fetching high-quality markets (vol24h>$50k, liq>$50k, price 0.10-0.90)
|
|
4475
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4476
|
+
[expiring] fetching expiring markets (closing within 72h, vol24h>$10k, liq>$10k, price 0.05-0.95)
|
|
4477
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4478
|
+
[expiring] failed to fetch markets: fetch failed
|
|
4479
|
+
[scan] failed to fetch markets: fetch failed
|
|
4480
|
+
[position-monitor] WARNING: no price data for 553830 NO — missing 0.4h (closes after 24h continuous)
|
|
4481
|
+
[position-monitor] WARNING: no price data for 558934 YES — missing 0.7h (closes after 24h continuous)
|
|
4482
|
+
[position-monitor] WARNING: no price data for 566140 NO — missing 0.7h (closes after 24h continuous)
|
|
4483
|
+
[position-monitor] WARNING: no price data for 540819 NO — missing 0.7h (closes after 24h continuous)
|
|
4484
|
+
[position-monitor] WARNING: no price data for 568629 YES — missing 0.7h (closes after 24h continuous)
|
|
4485
|
+
[position-monitor] checked=22 review_candidates=6 hard_stops=0 (moved>5% or <72h expiry)
|
|
4486
|
+
[scan] fetching high-quality markets (vol24h>$50k, liq>$50k, price 0.10-0.90)
|
|
4487
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4488
|
+
[expiring] fetching expiring markets (closing within 72h, vol24h>$10k, liq>$10k, price 0.05-0.95)
|
|
4489
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4490
|
+
[expiring] failed to fetch markets: fetch failed
|
|
4491
|
+
[scan] failed to fetch markets: fetch failed
|
|
4492
|
+
[scan] fetching high-quality markets (vol24h>$50k, liq>$50k, price 0.10-0.90)
|
|
4493
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4494
|
+
[expiring] fetching expiring markets (closing within 72h, vol24h>$10k, liq>$10k, price 0.05-0.95)
|
|
4495
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4496
|
+
[expiring] failed to fetch markets: fetch failed
|
|
4497
|
+
[scan] failed to fetch markets: fetch failed
|
|
4498
|
+
[position-monitor] WARNING: no price data for 553830 NO — missing 0.7h (closes after 24h continuous)
|
|
4499
|
+
[position-monitor] WARNING: no price data for 558934 YES — missing 1.1h (closes after 24h continuous)
|
|
4500
|
+
[position-monitor] WARNING: no price data for 566140 NO — missing 1.1h (closes after 24h continuous)
|
|
4501
|
+
[position-monitor] WARNING: no price data for 540819 NO — missing 1.1h (closes after 24h continuous)
|
|
4502
|
+
[position-monitor] WARNING: no price data for 568629 YES — missing 1.1h (closes after 24h continuous)
|
|
4503
|
+
[position-monitor] WARNING: no price data for 558936 YES — first miss recorded, watching (market may be resolved or delisted)
|
|
4504
|
+
[position-monitor] WARNING: no price data for 553866 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4505
|
+
[position-monitor] WARNING: no price data for 567689 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4506
|
+
[position-monitor] WARNING: no price data for 566142 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4507
|
+
[position-monitor] WARNING: no price data for 540844 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4508
|
+
[position-monitor] WARNING: no price data for 553862 YES — first miss recorded, watching (market may be resolved or delisted)
|
|
4509
|
+
[position-monitor] WARNING: no price data for 562828 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4510
|
+
[position-monitor] WARNING: no price data for 566188 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4511
|
+
[position-monitor] WARNING: no price data for 559651 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4512
|
+
[position-monitor] WARNING: no price data for 567621 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4513
|
+
[position-monitor] checked=22 review_candidates=4 hard_stops=0 (moved>5% or <72h expiry)
|
|
4514
|
+
[scan] fetching high-quality markets (vol24h>$50k, liq>$50k, price 0.10-0.90)
|
|
4515
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4516
|
+
[expiring] fetching expiring markets (closing within 72h, vol24h>$10k, liq>$10k, price 0.05-0.95)
|
|
4517
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4518
|
+
[expiring] failed to fetch markets: fetch failed
|
|
4519
|
+
[scan] failed to fetch markets: fetch failed
|
|
4520
|
+
[position-monitor] WARNING: no price data for 553830 NO — missing 1.0h (closes after 24h continuous)
|
|
4521
|
+
[position-monitor] WARNING: no price data for 558934 YES — missing 1.4h (closes after 24h continuous)
|
|
4522
|
+
[position-monitor] WARNING: no price data for 566140 NO — missing 1.4h (closes after 24h continuous)
|
|
4523
|
+
[position-monitor] WARNING: no price data for 540819 NO — missing 1.4h (closes after 24h continuous)
|
|
4524
|
+
[position-monitor] WARNING: no price data for 568629 YES — missing 1.4h (closes after 24h continuous)
|
|
4525
|
+
[position-monitor] WARNING: no price data for 562828 NO — missing 0.3h (closes after 24h continuous)
|
|
4526
|
+
[position-monitor] WARNING: no price data for 566188 NO — missing 0.3h (closes after 24h continuous)
|
|
4527
|
+
[position-monitor] WARNING: no price data for 559651 NO — missing 0.3h (closes after 24h continuous)
|
|
4528
|
+
[position-monitor] WARNING: no price data for 567621 NO — missing 0.3h (closes after 24h continuous)
|
|
4529
|
+
[position-monitor] WARNING: no price data for 561230 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4530
|
+
[position-monitor] WARNING: no price data for 561975 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4531
|
+
[position-monitor] WARNING: no price data for 567561 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4532
|
+
[position-monitor] WARNING: no price data for 567560 YES — first miss recorded, watching (market may be resolved or delisted)
|
|
4533
|
+
[position-monitor] checked=22 review_candidates=4 hard_stops=0 (moved>5% or <72h expiry)
|
|
4534
|
+
[signal] ETH up 0.50% @ $2,089.97 over 60s
|
|
4535
|
+
[signal] ETH up 0.50% @ $2,089.97
|
|
4536
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4537
|
+
[gamma] Loaded 496 markets (filtered from 500)
|
|
4538
|
+
[match] 20 markets for ETH signal
|
|
4539
|
+
[signal] ETH down -0.50% @ $2,079.52 over 3s
|
|
4540
|
+
[signal] ETH down 0.50% @ $2,079.52
|
|
4541
|
+
[match] 20 markets for ETH signal
|
|
4542
|
+
[scan] fetching high-quality markets (vol24h>$50k, liq>$50k, price 0.10-0.90)
|
|
4543
|
+
[scan] 17 high-quality markets for autonomous review
|
|
4544
|
+
[expiring] fetching expiring markets (closing within 72h, vol24h>$10k, liq>$10k, price 0.05-0.95)
|
|
4545
|
+
[expiring] 0 expiring markets for review
|
|
4546
|
+
[expiring] no expiring markets found this cycle
|
|
4547
|
+
[position-monitor] WARNING: no price data for 553830 NO — missing 1.2h (closes after 24h continuous)
|
|
4548
|
+
[position-monitor] WARNING: no price data for 558934 YES — missing 1.5h (closes after 24h continuous)
|
|
4549
|
+
[position-monitor] WARNING: no price data for 566140 NO — missing 1.5h (closes after 24h continuous)
|
|
4550
|
+
[position-monitor] WARNING: no price data for 540819 NO — missing 1.5h (closes after 24h continuous)
|
|
4551
|
+
[position-monitor] WARNING: no price data for 568629 YES — missing 1.5h (closes after 24h continuous)
|
|
4552
|
+
[position-monitor] WARNING: no price data for 558936 YES — first miss recorded, watching (market may be resolved or delisted)
|
|
4553
|
+
[position-monitor] WARNING: no price data for 553866 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4554
|
+
[position-monitor] WARNING: no price data for 567689 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4555
|
+
[position-monitor] WARNING: no price data for 566142 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4556
|
+
[position-monitor] WARNING: no price data for 540844 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4557
|
+
[position-monitor] WARNING: no price data for 559651 NO — missing 0.5h (closes after 24h continuous)
|
|
4558
|
+
[position-monitor] checked=22 review_candidates=5 hard_stops=0 (moved>5% or <72h expiry)
|
|
4559
|
+
[signal] BTC up 0.51% @ $68,534.41 over 60s
|
|
4560
|
+
[signal] BTC up 0.51% @ $68,534.41
|
|
4561
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4562
|
+
[signal] BTC up 0.50% @ $68,900 over 41s
|
|
4563
|
+
[signal] BTC up 0.50% @ $68,900
|
|
4564
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4565
|
+
[gamma] Loaded 496 markets (filtered from 500)
|
|
4566
|
+
[match] 1 markets for BTC signal
|
|
4567
|
+
[scan] fetching high-quality markets (vol24h>$50k, liq>$50k, price 0.10-0.90)
|
|
4568
|
+
[scan] 17 high-quality markets for autonomous review
|
|
4569
|
+
[expiring] fetching expiring markets (closing within 72h, vol24h>$10k, liq>$10k, price 0.05-0.95)
|
|
4570
|
+
[expiring] 0 expiring markets for review
|
|
4571
|
+
[expiring] no expiring markets found this cycle
|
|
4572
|
+
[signal] BTC down -0.74% @ $68,480 over 51s
|
|
4573
|
+
[signal] BTC down 0.74% @ $68,480
|
|
4574
|
+
[match] 1 markets for BTC signal
|
|
4575
|
+
[position-monitor] WARNING: no price data for 553830 NO — missing 1.5h (closes after 24h continuous)
|
|
4576
|
+
[position-monitor] WARNING: no price data for 558934 YES — missing 1.8h (closes after 24h continuous)
|
|
4577
|
+
[position-monitor] WARNING: no price data for 566140 NO — missing 1.8h (closes after 24h continuous)
|
|
4578
|
+
[position-monitor] WARNING: no price data for 540819 NO — missing 1.8h (closes after 24h continuous)
|
|
4579
|
+
[position-monitor] WARNING: no price data for 568629 YES — missing 1.8h (closes after 24h continuous)
|
|
4580
|
+
[position-monitor] WARNING: no price data for 558936 YES — missing 0.3h (closes after 24h continuous)
|
|
4581
|
+
[position-monitor] WARNING: no price data for 553866 NO — missing 0.3h (closes after 24h continuous)
|
|
4582
|
+
[position-monitor] WARNING: no price data for 566142 NO — missing 0.3h (closes after 24h continuous)
|
|
4583
|
+
[position-monitor] WARNING: no price data for 540844 NO — missing 0.3h (closes after 24h continuous)
|
|
4584
|
+
[position-monitor] checked=22 review_candidates=5 hard_stops=0 (moved>5% or <72h expiry)
|
|
4585
|
+
[gamma] Loaded 496 markets (filtered from 500)
|
|
4586
|
+
[match] 1 markets for BTC signal
|
|
4587
|
+
[scan] fetching high-quality markets (vol24h>$50k, liq>$50k, price 0.10-0.90)
|
|
4588
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4589
|
+
[expiring] fetching expiring markets (closing within 72h, vol24h>$10k, liq>$10k, price 0.05-0.95)
|
|
4590
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4591
|
+
[position-monitor] WARNING: no price data for 558934 YES — missing 2.0h (closes after 24h continuous)
|
|
4592
|
+
[position-monitor] WARNING: no price data for 566140 NO — missing 2.0h (closes after 24h continuous)
|
|
4593
|
+
[position-monitor] WARNING: no price data for 540819 NO — missing 2.1h (closes after 24h continuous)
|
|
4594
|
+
[position-monitor] WARNING: no price data for 568629 YES — missing 2.1h (closes after 24h continuous)
|
|
4595
|
+
[position-monitor] WARNING: no price data for 566142 NO — missing 0.5h (closes after 24h continuous)
|
|
4596
|
+
[position-monitor] WARNING: no price data for 540844 NO — missing 0.5h (closes after 24h continuous)
|
|
4597
|
+
[position-monitor] WARNING: no price data for 553862 YES — first miss recorded, watching (market may be resolved or delisted)
|
|
4598
|
+
[position-monitor] WARNING: no price data for 566188 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4599
|
+
[position-monitor] WARNING: no price data for 559651 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4600
|
+
[position-monitor] WARNING: no price data for 567621 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4601
|
+
[position-monitor] WARNING: no price data for 560317 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4602
|
+
[position-monitor] WARNING: no price data for 561230 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4603
|
+
[position-monitor] WARNING: no price data for 561975 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4604
|
+
[position-monitor] WARNING: no price data for 567561 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4605
|
+
[position-monitor] WARNING: no price data for 567560 YES — first miss recorded, watching (market may be resolved or delisted)
|
|
4606
|
+
[position-monitor] checked=22 review_candidates=3 hard_stops=0 (moved>5% or <72h expiry)
|
|
4607
|
+
[gamma] Loaded 498 markets (filtered from 500)
|
|
4608
|
+
[scan] 17 high-quality markets for autonomous review
|
|
4609
|
+
[gamma] Loaded 498 markets (filtered from 500)
|
|
4610
|
+
[expiring] 0 expiring markets for review
|
|
4611
|
+
[expiring] no expiring markets found this cycle
|
|
4612
|
+
[scan] fetching high-quality markets (vol24h>$50k, liq>$50k, price 0.10-0.90)
|
|
4613
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4614
|
+
[expiring] fetching expiring markets (closing within 72h, vol24h>$10k, liq>$10k, price 0.05-0.95)
|
|
4615
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4616
|
+
[expiring] failed to fetch markets: fetch failed
|
|
4617
|
+
[position-monitor] WARNING: no price data for 558934 YES — missing 2.4h (closes after 24h continuous)
|
|
4618
|
+
[position-monitor] WARNING: no price data for 566140 NO — missing 2.4h (closes after 24h continuous)
|
|
4619
|
+
[position-monitor] WARNING: no price data for 540819 NO — missing 2.4h (closes after 24h continuous)
|
|
4620
|
+
[position-monitor] WARNING: no price data for 568629 YES — missing 2.4h (closes after 24h continuous)
|
|
4621
|
+
[position-monitor] WARNING: no price data for 567689 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4622
|
+
[position-monitor] WARNING: no price data for 566142 NO — missing 0.8h (closes after 24h continuous)
|
|
4623
|
+
[position-monitor] WARNING: no price data for 540844 NO — missing 0.8h (closes after 24h continuous)
|
|
4624
|
+
[position-monitor] WARNING: no price data for 553862 YES — missing 0.3h (closes after 24h continuous)
|
|
4625
|
+
[position-monitor] WARNING: no price data for 562828 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4626
|
+
[position-monitor] WARNING: no price data for 566188 NO — missing 0.3h (closes after 24h continuous)
|
|
4627
|
+
[position-monitor] WARNING: no price data for 559651 NO — missing 0.3h (closes after 24h continuous)
|
|
4628
|
+
[position-monitor] WARNING: no price data for 567621 NO — missing 0.3h (closes after 24h continuous)
|
|
4629
|
+
[position-monitor] WARNING: no price data for 561230 NO — missing 0.3h (closes after 24h continuous)
|
|
4630
|
+
[position-monitor] WARNING: no price data for 561975 NO — missing 0.3h (closes after 24h continuous)
|
|
4631
|
+
[position-monitor] WARNING: no price data for 567561 NO — missing 0.3h (closes after 24h continuous)
|
|
4632
|
+
[position-monitor] WARNING: no price data for 567560 YES — missing 0.3h (closes after 24h continuous)
|
|
4633
|
+
[position-monitor] WARNING: no price data for 567687 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4634
|
+
[position-monitor] WARNING: no price data for 562187 YES — first miss recorded, watching (market may be resolved or delisted)
|
|
4635
|
+
[position-monitor] checked=22 review_candidates=1 hard_stops=0 (moved>5% or <72h expiry)
|
|
4636
|
+
[gamma] Loaded 498 markets (filtered from 500)
|
|
4637
|
+
[scan] 17 high-quality markets for autonomous review
|
|
4638
|
+
[position-monitor] WARNING: no price data for 553830 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4639
|
+
[position-monitor] WARNING: no price data for 558934 YES — missing 2.5h (closes after 24h continuous)
|
|
4640
|
+
[position-monitor] WARNING: no price data for 566140 NO — missing 2.5h (closes after 24h continuous)
|
|
4641
|
+
[position-monitor] WARNING: no price data for 540819 NO — missing 2.5h (closes after 24h continuous)
|
|
4642
|
+
[position-monitor] WARNING: no price data for 568629 YES — missing 2.5h (closes after 24h continuous)
|
|
4643
|
+
[position-monitor] checked=22 review_candidates=6 hard_stops=0 (moved>5% or <72h expiry)
|
|
4644
|
+
[scan] fetching high-quality markets (vol24h>$50k, liq>$50k, price 0.10-0.90)
|
|
4645
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4646
|
+
[expiring] fetching expiring markets (closing within 72h, vol24h>$10k, liq>$10k, price 0.05-0.95)
|
|
4647
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4648
|
+
[scan] failed to fetch markets: fetch failed
|
|
4649
|
+
[expiring] failed to fetch markets: fetch failed
|
|
4650
|
+
[position-monitor] WARNING: no price data for 553830 NO — missing 0.3h (closes after 24h continuous)
|
|
4651
|
+
[position-monitor] WARNING: no price data for 558934 YES — missing 2.8h (closes after 24h continuous)
|
|
4652
|
+
[position-monitor] WARNING: no price data for 566140 NO — missing 2.8h (closes after 24h continuous)
|
|
4653
|
+
[position-monitor] WARNING: no price data for 540819 NO — missing 2.8h (closes after 24h continuous)
|
|
4654
|
+
[position-monitor] WARNING: no price data for 558936 YES — first miss recorded, watching (market may be resolved or delisted)
|
|
4655
|
+
[position-monitor] WARNING: no price data for 567689 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4656
|
+
[position-monitor] WARNING: no price data for 566142 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4657
|
+
[position-monitor] WARNING: no price data for 540844 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4658
|
+
[position-monitor] checked=22 review_candidates=6 hard_stops=0 (moved>5% or <72h expiry)
|
|
4659
|
+
[scan] fetching high-quality markets (vol24h>$50k, liq>$50k, price 0.10-0.90)
|
|
4660
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4661
|
+
[expiring] fetching expiring markets (closing within 72h, vol24h>$10k, liq>$10k, price 0.05-0.95)
|
|
4662
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4663
|
+
[expiring] failed to fetch markets: fetch failed
|
|
4664
|
+
[scan] failed to fetch markets: fetch failed
|
|
4665
|
+
[signal] ETH up 0.50% @ $2,100.48 over 59s
|
|
4666
|
+
[signal] ETH up 0.50% @ $2,100.48
|
|
4667
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4668
|
+
[signal] BTC up 0.50% @ $68,853.35 over 60s
|
|
4669
|
+
[signal] BTC up 0.50% @ $68,853.35
|
|
4670
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4671
|
+
[signal] ETH up 0.50% @ $2,111 over 0s
|
|
4672
|
+
[signal] ETH up 0.50% @ $2,111
|
|
4673
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4674
|
+
[gamma] Loaded 496 markets (filtered from 500)
|
|
4675
|
+
[match] 20 markets for ETH signal
|
|
4676
|
+
[gamma] Loaded 496 markets (filtered from 500)
|
|
4677
|
+
[match] 20 markets for ETH signal
|
|
4678
|
+
[gamma] Loaded 496 markets (filtered from 500)
|
|
4679
|
+
[match] 1 markets for BTC signal
|
|
4680
|
+
[position-monitor] WARNING: no price data for 558934 YES — missing 3.0h (closes after 24h continuous)
|
|
4681
|
+
[position-monitor] WARNING: no price data for 566140 NO — missing 3.0h (closes after 24h continuous)
|
|
4682
|
+
[scan] fetching high-quality markets (vol24h>$50k, liq>$50k, price 0.10-0.90)
|
|
4683
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4684
|
+
[position-monitor] WARNING: no price data for 540819 NO — missing 3.0h (closes after 24h continuous)
|
|
4685
|
+
[position-monitor] WARNING: no price data for 568629 YES — first miss recorded, watching (market may be resolved or delisted)
|
|
4686
|
+
[position-monitor] WARNING: no price data for 553866 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4687
|
+
[position-monitor] WARNING: no price data for 567689 NO — missing 0.3h (closes after 24h continuous)
|
|
4688
|
+
[position-monitor] WARNING: no price data for 566142 NO — missing 0.3h (closes after 24h continuous)
|
|
4689
|
+
[position-monitor] WARNING: no price data for 540844 NO — missing 0.3h (closes after 24h continuous)
|
|
4690
|
+
[position-monitor] WARNING: no price data for 561230 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4691
|
+
[position-monitor] WARNING: no price data for 562187 YES — first miss recorded, watching (market may be resolved or delisted)
|
|
4692
|
+
[position-monitor] checked=22 review_candidates=5 hard_stops=0 (moved>5% or <72h expiry)
|
|
4693
|
+
[expiring] fetching expiring markets (closing within 72h, vol24h>$10k, liq>$10k, price 0.05-0.95)
|
|
4694
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4695
|
+
[gamma] Loaded 498 markets (filtered from 500)
|
|
4696
|
+
[scan] 17 high-quality markets for autonomous review
|
|
4697
|
+
[gamma] Loaded 498 markets (filtered from 500)
|
|
4698
|
+
[expiring] 0 expiring markets for review
|
|
4699
|
+
[expiring] no expiring markets found this cycle
|
|
4700
|
+
[position-monitor] checked=22 review_candidates=7 hard_stops=0 (moved>5% or <72h expiry)
|
|
4701
|
+
[scan] fetching high-quality markets (vol24h>$50k, liq>$50k, price 0.10-0.90)
|
|
4702
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4703
|
+
[expiring] fetching expiring markets (closing within 72h, vol24h>$10k, liq>$10k, price 0.05-0.95)
|
|
4704
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4705
|
+
[gamma] Loaded 498 markets (filtered from 500)
|
|
4706
|
+
[scan] 17 high-quality markets for autonomous review
|
|
4707
|
+
[gamma] Loaded 498 markets (filtered from 500)
|
|
4708
|
+
[expiring] 0 expiring markets for review
|
|
4709
|
+
[expiring] no expiring markets found this cycle
|
|
4710
|
+
[position-monitor] WARNING: no price data for 553830 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4711
|
+
[position-monitor] WARNING: no price data for 558934 YES — first miss recorded, watching (market may be resolved or delisted)
|
|
4712
|
+
[position-monitor] WARNING: no price data for 566140 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4713
|
+
[position-monitor] WARNING: no price data for 540819 NO — first miss recorded, watching (market may be resolved or delisted)
|
|
4714
|
+
[position-monitor] checked=22 review_candidates=7 hard_stops=0 (moved>5% or <72h expiry)
|
|
4715
|
+
[scan] fetching high-quality markets (vol24h>$50k, liq>$50k, price 0.10-0.90)
|
|
4716
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4717
|
+
[expiring] fetching expiring markets (closing within 72h, vol24h>$10k, liq>$10k, price 0.05-0.95)
|
|
4718
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4719
|
+
[scan] failed to fetch markets: fetch failed
|
|
4720
|
+
[expiring] failed to fetch markets: fetch failed
|
|
4721
|
+
[scan] fetching high-quality markets (vol24h>$50k, liq>$50k, price 0.10-0.90)
|
|
4722
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4723
|
+
[expiring] fetching expiring markets (closing within 72h, vol24h>$10k, liq>$10k, price 0.05-0.95)
|
|
4724
|
+
[gamma] Fetching active markets from https://gamma-api.polymarket.com/markets?active=true&closed=false&limit=500
|
|
4725
|
+
[scan] failed to fetch markets: fetch failed
|
package/src/claude-trader.ts
CHANGED
|
@@ -369,7 +369,7 @@ CLOSE RULES — apply ALL that match, no thesis override allowed:
|
|
|
369
369
|
6. Position is UP >25% from entry AND has been held >48h — CLOSE to lock in profits. The market has moved significantly in your favor; gains are now vulnerable to reversion. Use take_profit reason. Exception: if the resolution event is within 7 days AND the position is still clearly on the right side, you may hold until resolution.
|
|
370
370
|
7. STALE POSITION: Position held >7 days AND price has moved <5% from entry AND resolution event is >30 days away — CLOSE to redeploy capital. A position that doesn't move over 7 days means the mispricing wasn't as large as estimated. Cut it, accept the small loss/gain, and redeploy to markets with active price movement.
|
|
371
371
|
8. CONCENTRATION VIOLATION: Count open positions by underlying theme (the single real-world event that resolves all of them). Examples: "Will Jesus return before GTA VI", "Will BTC hit $1M before GTA VI", "Will China invade Taiwan before GTA VI" all share the theme "GTA VI release date". Similarly "Will Spurs win NBA Finals", "Will OKC win NBA Finals", "Will Celtics win NBA Finals" all share the theme "2026 NBA Finals". IMPORTANT: All positions tied to the 2028 US election cycle share one theme — "2028 US election". This includes: 2028 Dem primary nominees (Newsom, etc.), 2028 Rep primary nominees (Vance, Rubio, etc.), and the 2028 general election winner — regardless of which stage of the race resolves each market. If you have 3+ positions in the same theme: close positions one by one (starting with the one whose current price is closest to 50/50) until you have ≤2 in that theme. If you have 4, you must close 2. If you have 5, close 3. Do NOT stop after closing just one if the theme still has 3+ positions. Apply this BEFORE checking other rules. This check requires the FULL position list — which is why Step 0 mandates calling get_positions first.
|
|
372
|
-
9. SPORTSBOOK THESIS DECAY: If the original reasoning cited a sportsbook cross-reference (e.g. "sportsbooks imply X%, Polymarket shows Y%") AND the position is currently down >20%:
|
|
372
|
+
9. SPORTSBOOK THESIS DECAY: If the original reasoning cited a sportsbook cross-reference (e.g. "sportsbooks imply X%, Polymarket shows Y%") AND the position is currently down >20%: CLOSE immediately with reason "thesis_decayed". This is a mechanical rule — a -20% drawdown on a sportsbook arb trade is itself the signal that the cross-market gap has closed or the thesis was wrong. Do NOT attempt to re-estimate current sportsbook consensus or override based on "the sportsbook line is still there." The drawdown is the verdict. No exceptions.
|
|
373
373
|
|
|
374
374
|
HOLD RULES: If NONE of the close rules apply and exit trigger NOT triggered, do nothing (no output needed).
|
|
375
375
|
|