{
  "version": 1,
  "alerts": [
    {
      "id": "tpl_trend_acceleration_long",
      "name": "Trend Acceleration Long",
      "symbol": "BTCUSDC",
      "m": "SP",
      "enabled": false,
      "conditions": [
        {
          "tf": "1h",
          "lhsField": "ema20",
          "op": "gt",
          "rhsType": "field",
          "rhsField": "ema50",
          "rhsTf": "1h"
        },
        {
          "tf": "1h",
          "lhsField": "price",
          "op": "gt",
          "rhsType": "field",
          "rhsField": "ema20",
          "rhsTf": "1h"
        },
        {
          "tf": "1h",
          "lhsField": "rvol",
          "op": "gt",
          "rhsType": "const",
          "rhs": 1.8
        },
        {
          "tf": "1h",
          "lhsField": "chg24",
          "op": "gt",
          "rhsType": "const",
          "rhs": 5
        }
      ],
      "collapsed": false
    }
  ]
}
