{
  "version": 1,
  "alerts": [
    {
      "id": "tpl_stoch_reset_long",
      "name": "Stoch Reset Long",
      "symbol": "BTCUSDC",
      "m": "SP",
      "enabled": false,
      "conditions": [
        {
          "tf": "1h",
          "lhsField": "stochK",
          "op": "lt",
          "rhsType": "const",
          "rhs": 20
        },
        {
          "tf": "15m",
          "lhsField": "rsi",
          "op": "gt",
          "rhsType": "const",
          "rhs": 45
        },
        {
          "tf": "15m",
          "lhsField": "candleChgPct",
          "op": "gt",
          "rhsType": "const",
          "rhs": 1.5
        }
      ],
      "collapsed": false
    }
  ]
}
