{
  "additionalProperties": false,
  "description": "Single take-profit threshold exit.",
  "properties": {
    "card_type": {
      "const": "take_profit",
      "default": "take_profit",
      "title": "Card Type",
      "type": "string"
    },
    "direction": {
      "default": "long",
      "description": "Position direction \u2014 set 'short' for short entries",
      "enum": [
        "long",
        "short"
      ],
      "title": "Direction",
      "type": "string"
    },
    "pct": {
      "default": 5.0,
      "maximum": 100.0,
      "minimum": 0.1,
      "title": "Pct",
      "type": "number"
    }
  },
  "title": "TakeProfitCard",
  "type": "object"
}
