Full sync - all projects, memory, configs

This commit is contained in:
2026-03-21 20:27:59 -05:00
parent 2447677d4a
commit b33de10902
395 changed files with 1635300 additions and 459211 deletions

View File

@ -0,0 +1,59 @@
{
"mode": "dry-run",
"position_size_pct": 5,
"max_positions": 2,
"max_leverage": 10,
"kill_switch_drawdown_pct": 50,
"tp_pct": 5,
"sl_pct": -3,
"trailing_stop_pct": 2,
"circuit_breaker_threshold": 3,
"scan_interval_minutes": 5,
"long_threshold": 45,
"short_threshold": 50,
"coin_blacklist": [],
"coin_whitelist": [],
"leverage_tiers": [
{
"min_score": 45,
"leverage": 5
},
{
"min_score": 60,
"leverage": 7
}
],
"scan_interval_seconds": 30,
"coin_watchlist": [
"BTCUSDT",
"ETHUSDT",
"SOLUSDT",
"XRPUSDT",
"DOGEUSDT",
"ADAUSDT",
"AVAXUSDT",
"LINKUSDT",
"DOTUSDT",
"MATICUSDT",
"NEARUSDT",
"ATOMUSDT",
"LTCUSDT",
"UNIUSDT",
"AAVEUSDT",
"FILUSDT",
"ALGOUSDT",
"XLMUSDT",
"VETUSDT",
"ICPUSDT",
"APTUSDT",
"SUIUSDT",
"ARBUSDT",
"OPUSDT",
"SEIUSDT",
"HYPEUSDT",
"TRUMPUSDT",
"PUMPUSDT",
"ASTERUSDT"
],
"last_updated": "2026-03-02T02:38:26.430Z"
}