{
  "version": 1,
  "alerts": [
    {
      "id": "tpl_rsi_exhaustion_fade_short",
      "name": "RSI Exhaustion Fade Short",
      "symbol": "BTCUSDC",
      "m": "SP",
      "enabled": false,
      "conditions": [
        {
          "tf": "5m",
          "lhsField": "rsi",
          "op": "gt",
          "rhsType": "const",
          "rhs": 80
        },
        {
          "tf": "5m",
          "lhsField": "candleChgPct",
          "op": "gt",
          "rhsType": "const",
          "rhs": 2
        },
        {
          "tf": "5m",
          "lhsField": "vspike",
          "op": "gt",
          "rhsType": "const",
          "rhs": 2.0
        }
      ],
      "collapsed": false
    }
  ]
}
