{
  "nodes": [
    {
      "id": "cond",
      "type": "gt",
      "params": {}
    },
    {
      "id": "cond2",
      "type": "lt",
      "params": {}
    },
    {
      "id": "logical_and_0",
      "type": "logical_and",
      "params": {}
    },
    {
      "id": "node_6",
      "type": "trade_signal_executor",
      "params": {}
    },
    {
      "id": "number_0",
      "type": "number",
      "params": {
        "value": 30
      }
    },
    {
      "id": "rsi14",
      "type": "rsi",
      "params": {
        "period": 14
      }
    },
    {
      "id": "sma20",
      "type": "sma",
      "params": {
        "period": 20
      }
    },
    {
      "id": "src",
      "type": "market_data_source",
      "params": {},
      "timeframe": "1H"
    }
  ],
  "edges": [
    {
      "source": "cond",
      "source_handle": "result",
      "target": "logical_and_0",
      "target_handle": "SLOT0"
    },
    {
      "source": "cond2",
      "source_handle": "result",
      "target": "logical_and_0",
      "target_handle": "SLOT1"
    },
    {
      "source": "logical_and_0",
      "source_handle": "result",
      "target": "node_6",
      "target_handle": "enter_long"
    },
    {
      "source": "number_0",
      "source_handle": "result",
      "target": "cond2",
      "target_handle": "SLOT1"
    },
    {
      "source": "rsi14",
      "source_handle": "result",
      "target": "cond2",
      "target_handle": "SLOT0"
    },
    {
      "source": "sma20",
      "source_handle": "result",
      "target": "cond",
      "target_handle": "SLOT1"
    },
    {
      "source": "src",
      "source_handle": "c",
      "target": "cond",
      "target_handle": "SLOT0"
    },
    {
      "source": "src",
      "source_handle": "c",
      "target": "rsi14",
      "target_handle": "SLOT"
    },
    {
      "source": "src",
      "source_handle": "c",
      "target": "sma20",
      "target_handle": "SLOT"
    }
  ]
}
