{
  "version": 1,
  "alerts": [
    {
      "id": "tpl_ema20_pullback_short",
      "name": "EMA20 Pullback Short",
      "symbol": "BTCUSDC",
      "m": "SP",
      "enabled": false,
      "conditions": [
        {
          "tf": "4h",
          "lhsField": "ema",
          "op": "eq",
          "rhsType": "const",
          "rhs": "DOWN"
        },
        {
          "tf": "15m",
          "lhsField": "price",
          "op": "withinPct",
          "rhsType": "field",
          "rhsField": "ema20",
          "rhsTf": "15m",
          "pct": 0.01
        },
        {
          "tf": "15m",
          "lhsField": "rsi",
          "op": "between",
          "rhsType": "const",
          "min": 40,
          "max": 55
        }
      ],
      "collapsed": false
    }
  ]
}
