{
  "profiles": [
    {
      "id": "scalping",
      "name": "🚀 Scalping Agressif",
      "description": "Nombreux petits gains rapides - Idéal pour marché haussier",
      "risk_level": "high",
      "params": {
        "STOP_LOSS_PERCENT": 1.5,
        "TAKE_PROFIT_PERCENT": 2.5,
        "REQUIRED_SIGNALS": 1,
        "RSI_PERIOD": 14,
        "RSI_OVERSOLD": 35,
        "RSI_OVERBOUGHT": 65,
        "EMA_SHORT": 5,
        "EMA_LONG": 15,
        "BB_PERIOD": 10,
        "BB_STD": 2.0
      }
    },
    {
      "id": "swing",
      "name": "🎯 Swing Trading Équilibré",
      "description": "Équilibre risque/rendement - Configuration recommandée",
      "risk_level": "medium",
      "params": {
        "STOP_LOSS_PERCENT": 2.5,
        "TAKE_PROFIT_PERCENT": 5.0,
        "REQUIRED_SIGNALS": 2,
        "RSI_PERIOD": 14,
        "RSI_OVERSOLD": 30,
        "RSI_OVERBOUGHT": 70,
        "EMA_SHORT": 9,
        "EMA_LONG": 21,
        "BB_PERIOD": 20,
        "BB_STD": 2.0
      }
    },
    {
      "id": "conservative",
      "name": "🛡️ Conservateur",
      "description": "Sécurité maximale - Faible risque, protection forte",
      "risk_level": "low",
      "params": {
        "STOP_LOSS_PERCENT": 3.0,
        "TAKE_PROFIT_PERCENT": 7.0,
        "REQUIRED_SIGNALS": 3,
        "RSI_PERIOD": 14,
        "RSI_OVERSOLD": 25,
        "RSI_OVERBOUGHT": 75,
        "EMA_SHORT": 12,
        "EMA_LONG": 26,
        "BB_PERIOD": 25,
        "BB_STD": 2.5
      }
    },
    {
      "id": "highfreq",
      "name": "⚡ Haute Fréquence",
      "description": "Maximum de trades - Gains petits mais répétés",
      "risk_level": "high",
      "params": {
        "STOP_LOSS_PERCENT": 1.0,
        "TAKE_PROFIT_PERCENT": 1.8,
        "REQUIRED_SIGNALS": 1,
        "RSI_PERIOD": 14,
        "RSI_OVERSOLD": 40,
        "RSI_OVERBOUGHT": 60,
        "EMA_SHORT": 3,
        "EMA_LONG": 10,
        "BB_PERIOD": 8,
        "BB_STD": 1.8
      }
    },
    {
      "id": "trend",
      "name": "💎 Suiveur de Tendance",
      "description": "Hold & Profit - Suivre les tendances longues",
      "risk_level": "medium",
      "params": {
        "STOP_LOSS_PERCENT": 5.0,
        "TAKE_PROFIT_PERCENT": 12.0,
        "REQUIRED_SIGNALS": 2,
        "RSI_PERIOD": 14,
        "RSI_OVERSOLD": 20,
        "RSI_OVERBOUGHT": 80,
        "EMA_SHORT": 15,
        "EMA_LONG": 50,
        "BB_PERIOD": 30,
        "BB_STD": 2.2
      }
    }
  ]
}
