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:
33
freqtrade/user_data/strategies/MTFIchimoku.json
Normal file
33
freqtrade/user_data/strategies/MTFIchimoku.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"strategy_name": "MTFIchimoku",
|
||||
"params": {
|
||||
"max_open_trades": {
|
||||
"max_open_trades": 3
|
||||
},
|
||||
"buy": {
|
||||
"buy_adx_min": 32,
|
||||
"buy_pullback_pct": 0.008,
|
||||
"buy_rsi_max": 52
|
||||
},
|
||||
"sell": {
|
||||
"sell_rsi_min": 39
|
||||
},
|
||||
"roi": {
|
||||
"0": 0.264,
|
||||
"49": 0.057,
|
||||
"170": 0.035,
|
||||
"468": 0
|
||||
},
|
||||
"stoploss": {
|
||||
"stoploss": -0.154
|
||||
},
|
||||
"trailing": {
|
||||
"trailing_stop": true,
|
||||
"trailing_stop_positive": 0.232,
|
||||
"trailing_stop_positive_offset": 0.309,
|
||||
"trailing_only_offset_is_reached": false
|
||||
}
|
||||
},
|
||||
"ft_stratparam_v": 1,
|
||||
"export_time": "2026-06-23 16:09:25.675598+00:00"
|
||||
}
|
||||
Reference in New Issue
Block a user