{
  "version": 1,
  "alerts": [
    {
      "id": "tpl_macd_momentum_long",
      "name": "MACD Momentum Long",
      "symbol": "BTCUSDC",
      "m": "SP",
      "enabled": false,
      "conditions": [
        {
          "tf": "1h",
          "lhsField": "macdTrend",
          "op": "eq",
          "rhsType": "const",
          "rhs": "UP"
        },
        {
          "tf": "1h",
          "lhsField": "macdHist",
          "op": "gt",
          "rhsType": "const",
          "rhs": 0
        },
        {
          "tf": "1h",
          "lhsField": "rsi",
          "op": "gt",
          "rhsType": "const",
          "rhs": 55
        }
      ],
      "collapsed": false
    }
  ]
}
