Files
workspace/data/strategy-sentinel/strategies.json

76 lines
1.6 KiB
JSON

{
"tail-conservative": {
"type": "polymarket",
"description": "Buy events under 5% probability, min $50k volume",
"params": {
"threshold": 0.05,
"min_volume": 50000,
"position_pct": 2
},
"metrics": {
"trades": 0,
"wins": 0,
"losses": 0,
"total_pnl": 0,
"roi_pct": 0
},
"active": true,
"created": "2026-02-15T00:37:17.000941"
},
"tail-aggressive": {
"type": "polymarket",
"description": "Buy events under 15% probability, min $10k volume",
"params": {
"threshold": 0.15,
"min_volume": 10000,
"position_pct": 5
},
"metrics": {
"trades": 0,
"wins": 0,
"losses": 0,
"total_pnl": 0,
"roi_pct": 0
},
"active": true,
"created": "2026-02-15T00:37:17.000950"
},
"momentum-high-vol": {
"type": "polymarket",
"description": "Follow momentum on high-volume markets near 50%",
"params": {
"price_range": [
0.4,
0.6
],
"min_volume": 100000,
"position_pct": 3
},
"metrics": {
"trades": 0,
"wins": 0,
"losses": 0,
"total_pnl": 0,
"roi_pct": 0
},
"active": true,
"created": "2026-02-15T00:37:17.000953"
},
"crypto-sentiment-bull": {
"type": "reddit-intel",
"description": "Go long crypto when Reddit sentiment is bullish across 3+ subs",
"params": {
"min_bullish_subs": 3,
"hold_hours": 24
},
"metrics": {
"trades": 0,
"wins": 0,
"losses": 0,
"total_pnl": 0,
"roi_pct": 0
},
"active": true,
"created": "2026-02-15T00:37:17.000955"
}
}