{
  "version": 1,
  "alerts": [
    {
      "id": "tpl_vwap_mean_reversion_short",
      "name": "VWAP Mean Reversion Short",
      "symbol": "BTCUSDC",
      "m": "SP",
      "enabled": false,
      "conditions": [
        {
          "tf": "15m",
          "lhsField": "vwapDelta",
          "op": "gt",
          "rhsType": "const",
          "rhs": 1.5
        },
        {
          "tf": "15m",
          "lhsField": "rsi",
          "op": "gt",
          "rhsType": "const",
          "rhs": 65
        },
        {
          "tf": "15m",
          "lhsField": "vdir",
          "op": "eq",
          "rhsType": "const",
          "rhs": "down"
        }
      ],
      "collapsed": false
    }
  ]
}
