{
  "version": 1,
  "alerts": [
    {
      "id": "tpl_vwap_mean_reversion_long",
      "name": "VWAP Mean Reversion Long",
      "symbol": "BTCUSDC",
      "m": "SP",
      "enabled": false,
      "conditions": [
        {
          "tf": "15m",
          "lhsField": "vwapDelta",
          "op": "lt",
          "rhsType": "const",
          "rhs": -1.5
        },
        {
          "tf": "15m",
          "lhsField": "rsi",
          "op": "lt",
          "rhsType": "const",
          "rhs": 35
        },
        {
          "tf": "15m",
          "lhsField": "vdir",
          "op": "eq",
          "rhsType": "const",
          "rhs": "up"
        }
      ],
      "collapsed": false
    }
  ]
}
