{
  "version": 1,
  "alerts": [
    {
      "id": "tpl_24h_momentum_continuation_short",
      "name": "24h Momentum Continuation Short",
      "symbol": "BTCUSDC",
      "m": "SP",
      "enabled": false,
      "conditions": [
        {
          "tf": "1h",
          "lhsField": "chg24",
          "op": "lt",
          "rhsType": "const",
          "rhs": -8
        },
        {
          "tf": "1h",
          "lhsField": "price",
          "op": "lt",
          "rhsType": "field",
          "rhsField": "ema50",
          "rhsTf": "1h"
        },
        {
          "tf": "1h",
          "lhsField": "rsi",
          "op": "lt",
          "rhsType": "const",
          "rhs": 40
        }
      ],
      "collapsed": false
    }
  ]
}
