Add V5.2 strategy configuration files
This commit is contained in:
parent
4b841bc5f4
commit
a7600e8db1
19
backend/strategies/v51_baseline.json
Normal file
19
backend/strategies/v51_baseline.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "v51_baseline",
|
||||
"version": "5.1",
|
||||
"threshold": 75,
|
||||
"weights": {
|
||||
"direction": 45,
|
||||
"crowding": 20,
|
||||
"environment": 15,
|
||||
"confirmation": 15,
|
||||
"auxiliary": 5
|
||||
},
|
||||
"accel_bonus": 5,
|
||||
"tp_sl": {
|
||||
"sl_multiplier": 2.0,
|
||||
"tp1_multiplier": 1.5,
|
||||
"tp2_multiplier": 3.0
|
||||
},
|
||||
"signals": ["cvd", "p99", "accel", "ls_ratio", "oi", "coinbase_premium"]
|
||||
}
|
||||
19
backend/strategies/v52_8signals.json
Normal file
19
backend/strategies/v52_8signals.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "v52_8signals",
|
||||
"version": "5.2",
|
||||
"threshold": 75,
|
||||
"weights": {
|
||||
"direction": 40,
|
||||
"crowding": 25,
|
||||
"environment": 15,
|
||||
"confirmation": 20,
|
||||
"auxiliary": 5
|
||||
},
|
||||
"accel_bonus": 5,
|
||||
"tp_sl": {
|
||||
"sl_multiplier": 2.0,
|
||||
"tp1_multiplier": 1.5,
|
||||
"tp2_multiplier": 3.0
|
||||
},
|
||||
"signals": ["cvd", "p99", "accel", "ls_ratio", "oi", "coinbase_premium", "funding_rate", "liquidation"]
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user