{
  "version": 1,
  "alerts": [
    {
      "id": "tpl_daily_trend_alignment_long",
      "name": "Daily Trend Alignment Long",
      "symbol": "BTCUSDC",
      "m": "SP",
      "enabled": false,
      "conditions": [
        {
          "tf": "1d",
          "lhsField": "price",
          "op": "gt",
          "rhsType": "field",
          "rhsField": "ema200",
          "rhsTf": "1d"
        },
        {
          "tf": "4h",
          "lhsField": "ema20",
          "op": "gt",
          "rhsType": "field",
          "rhsField": "ema50",
          "rhsTf": "4h"
        },
        {
          "tf": "1h",
          "lhsField": "rsi",
          "op": "gt",
          "rhsType": "const",
          "rhs": 55
        }
      ],
      "collapsed": false
    }
  ]
}
