{
  "id": "premium-martingale-max",
  "name": "Martingale - Max",
  "category": "premium",
  "type": "strategy",
  "schemaVersion": "premium_package:martingale_max:1",
  "description": "Outside-bet martingale engine with per-variation wait-loss activation and queued handoff between active bet tracks.",
  "strategyAdapter": "martingale_max",
  "builderMode": "advanced",
  "settings": {
    "currency": "USD",
    "baseUnit": 1.0,
    "bankrollTotal": 0.0,
    "maxBetPerSpin": 0.0
  },
  "sessionGoals": {
    "stopIfNextBetExceedsExposure": true
  },
  "progression": {
    "mode": "flat",
    "step": 0,
    "maxStep": 64
  },
  "reactions": {
    "onWin": "reset_base",
    "onLoss": "increase_step"
  },
  "premiumConfig": {
    "base_unit": 1.0,
    "progression_style": "martingale",
    "mm_variations": {
      "eo_static": {
        "enabled": true,
        "wait_losses": 0
      },
      "hl_static": {
        "enabled": false,
        "wait_losses": 0
      },
      "rb_static": {
        "enabled": false,
        "wait_losses": 0
      },
      "eo_ftw": {
        "enabled": false,
        "wait_losses": 0
      },
      "hl_ftw": {
        "enabled": false,
        "wait_losses": 0
      },
      "rb_ftw": {
        "enabled": false,
        "wait_losses": 0
      }
    },
    "reset_back_to_base_mode": "legacy",
    "reset_back_to_base_count": 2
  },
  "stateVars": {},
  "graph": {
    "rules": []
  },
  "packageType": "premium_package",
  "packageVersion": 1,
  "runtimeAdapter": "martingale_max",
  "strategy_adapter": "martingale_max",
  "runtime_adapter": "martingale_max",
  "premiumPackage": {
    "version": 1,
    "strategyId": "premium-martingale-max",
    "adapterId": "martingale_max",
    "sourceSchemaVersion": "premium:martingale_max:1",
    "manifestSchemaVersion": "premium:martingale_max:1",
    "exportStatus": "manifest_only",
    "source": "Wootirement website premium strategy hub"
  },
  "premiumManifest": {
    "adapter_id": "martingale_max",
    "strategy_id": "premium-martingale-max",
    "display_name": "Martingale - Max",
    "schema_version": "premium:martingale_max:1",
    "purpose": "Outside-bet martingale engine with lane-specific wait-loss activation.",
    "package_keys": [
      "id",
      "name",
      "category",
      "type",
      "schemaVersion",
      "strategyAdapter",
      "runtimeAdapter",
      "settings",
      "sessionGoals",
      "premiumConfig",
      "premium_config"
    ],
    "runtime_config_keys": [
      "base_unit",
      "reset_back_to_base_mode",
      "reset_back_to_base_count",
      "safety_rule",
      "safety_wait_spins",
      "progression_style",
      "mm_variations"
    ],
    "session_goal_keys": [
      "stopLoss",
      "takeProfit",
      "maxSpins",
      "maxStep",
      "drawdownAthPercent",
      "drawdownAthActivateProfit",
      "stopIfNextBetExceedsExposure"
    ],
    "sections": [
      {
        "id": "variations",
        "title": "Outside lanes",
        "keys": [
          "mm_variations"
        ]
      },
      {
        "id": "progression",
        "title": "Progression",
        "keys": [
          "progression_style"
        ]
      }
    ],
    "supported_progressions": [
      "martingale",
      "martingale_plus"
    ],
    "target_behaviors": [],
    "variation_keys": [
      "eo_static",
      "eo_ftw",
      "hi_lo_static",
      "hi_lo_ftw",
      "red_black_static",
      "red_black_ftw"
    ],
    "export_status": "manifest_only",
    "notes": []
  }
}
