MidasBot: bot trading crypto IA + stratégies Ichimoku validées

- Infra: Freqtrade (futures dry-run) + Redis + dashboard + Docker Compose
- Couche IA: ai_analyzer (Claude via abonnement, MCP TradingView, backfill biais)
- Stratégies: SampleStrategy, AiBiasStrategy, IchimokuLS (long/short, validée
  train/test + données vierges + walk-forward), MTFIchimoku, variantes hyperopt
- Arbitrage CEX (dry-run), backtesting, walk-forward, volatility targeting
- IchimokuLS en dry-run live (config_live.json)

Claude-Session: https://claude.ai/code/session_01VHETcFacdnDhQzthLpdYFR
This commit is contained in:
jerem
2026-06-23 19:25:49 +02:00
commit 633b033f4d
59 changed files with 3868 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
{
"strategy_name": "IchimokuHyperVol",
"params": {
"max_open_trades": {
"max_open_trades": 3
},
"buy": {
"buy_adx_min": 34,
"buy_cloud_min_pct": 0.41,
"require_tk_cross": false
},
"roi": {
"0": 0.435,
"342": 0.209,
"509": 0.055,
"1579": 0
},
"stoploss": {
"stoploss": -0.192
},
"trailing": {
"trailing_stop": true,
"trailing_stop_positive": 0.251,
"trailing_stop_positive_offset": 0.255,
"trailing_only_offset_is_reached": false
}
},
"ft_stratparam_v": 1,
"export_time": "2026-06-23 17:08:14.826029+00:00"
}