feat(ops): sim 튜닝 사이징·일 체결 10000·매수 안전버퍼 5000원
3년 sim 기반 sizing_rules를 저장소에 포함하고, live 매수 시 수수료 lock과 5000원 잔여 현금을 확보하도록 운영 기본값을 갱신한다. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
94
data/spot/operations/sizing_rules.json
Normal file
94
data/spot/operations/sizing_rules.json
Normal file
@@ -0,0 +1,94 @@
|
||||
{
|
||||
"generated_at": "2026-06-13 18:04:03",
|
||||
"technique_id": "fractal_swing",
|
||||
"symbol": "BTC",
|
||||
"default_buy_cash_pct": 1.0,
|
||||
"default_sell_coin_pct": 1.0,
|
||||
"by_cluster": {
|
||||
"buy": {
|
||||
"1": 1.0,
|
||||
"2": 0.7
|
||||
},
|
||||
"sell": {
|
||||
"1": 1.0,
|
||||
"2": 1.0
|
||||
}
|
||||
},
|
||||
"tuning": {
|
||||
"objective": "total_return_pct",
|
||||
"pct_candidates": [
|
||||
0.1,
|
||||
0.15,
|
||||
0.2,
|
||||
0.25,
|
||||
0.3,
|
||||
0.4,
|
||||
0.5,
|
||||
0.6,
|
||||
0.7,
|
||||
0.8,
|
||||
1.0
|
||||
],
|
||||
"min_bucket_samples": 5,
|
||||
"cluster_counts": {
|
||||
"buy": {
|
||||
"1": 56440,
|
||||
"2": 185
|
||||
},
|
||||
"sell": {
|
||||
"1": 56441,
|
||||
"2": 184
|
||||
}
|
||||
},
|
||||
"history": [
|
||||
{
|
||||
"step": "global_buy",
|
||||
"buy_pct": 1.0,
|
||||
"return_pct": 83276.93
|
||||
},
|
||||
{
|
||||
"step": "global_sell",
|
||||
"sell_pct": 1.0,
|
||||
"return_pct": 2307591.86
|
||||
},
|
||||
{
|
||||
"step": "refine_buy",
|
||||
"buy_pct": 1.0,
|
||||
"return_pct": 2307591.86
|
||||
},
|
||||
{
|
||||
"step": "refine_sell",
|
||||
"sell_pct": 1.0,
|
||||
"return_pct": 2307591.86
|
||||
},
|
||||
{
|
||||
"step": "bucket_buy_1",
|
||||
"pct": 1.0,
|
||||
"samples": 56440,
|
||||
"return_pct": 2307591.86
|
||||
},
|
||||
{
|
||||
"step": "bucket_buy_2",
|
||||
"pct": 0.7,
|
||||
"samples": 185,
|
||||
"return_pct": 2312689.34
|
||||
},
|
||||
{
|
||||
"step": "bucket_sell_1",
|
||||
"pct": 1.0,
|
||||
"samples": 56441,
|
||||
"return_pct": 2312689.34
|
||||
},
|
||||
{
|
||||
"step": "bucket_sell_2",
|
||||
"pct": 1.0,
|
||||
"samples": 184,
|
||||
"return_pct": 2312689.34
|
||||
}
|
||||
],
|
||||
"baseline_return_pct": 3907.55,
|
||||
"final_return_pct": 2312689.34,
|
||||
"final_buys_executed": 56810,
|
||||
"final_sells_executed": 56808
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user