Files
Hermes-Skills/trading/okx-auto-position/config.json
T
Hermes Skills Manager 6770bc9b9d Initial commit: Hermes Agent skills collection
- Trading skills (OKX, dividend, lottery, quantitative)
- Creative skills (ASCII art, diagrams, video)
- Development skills (GitHub, debugging, TDD)
- Research skills (arXiv, blog monitoring)
- Productivity skills (email, documents, notes)
- MCP integration skills
- Custom user skills
2026-07-05 02:31:15 -04:00

33 lines
603 B
JSON

{
"position_sizing": {
"balance_utilization": 0.45,
"max_leverage": 20,
"default_leverage": 10,
"min_profit_usdt": 10
},
"atr": {
"weight_1h": 0.5,
"weight_4h": 0.3,
"weight_1d": 0.2,
"multiplier": 1.5,
"fallback_sl_pct": 0.03
},
"rr_by_trend": {
"strong_up": 3.0,
"strong_down": 3.0,
"weak_trend": 2.0,
"ranging": 1.5
},
"cost_performance": {
"rr_high": 2.0,
"rr_medium": 1.5,
"fee_high_pct": 10,
"fee_medium_pct": 5,
"fee_rate": 0.0005
},
"safety": {
"liq_estimate_factor": 0.9,
"liq_buffer": 0.8
}
}