{
  "nodes": [
    {
      "id": "gt_0",
      "type": "gt",
      "params": {}
    },
    {
      "id": "logical_and_0",
      "type": "logical_and",
      "params": {}
    },
    {
      "id": "lt_0",
      "type": "lt",
      "params": {}
    },
    {
      "id": "node_1",
      "type": "bbands",
      "params": {
        "period": 20,
        "std_dev": 2
      }
    },
    {
      "id": "node_6",
      "type": "trade_signal_executor",
      "params": {}
    },
    {
      "id": "number_0",
      "type": "number",
      "params": {
        "value": 1.5
      }
    },
    {
      "id": "src",
      "type": "market_data_source",
      "params": {},
      "timeframe": "1H"
    },
    {
      "id": "width",
      "type": "bband_width",
      "params": {}
    }
  ],
  "edges": [
    {
      "source": "gt_0",
      "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": "lt_0",
      "source_handle": "result",
      "target": "logical_and_0",
      "target_handle": "SLOT0"
    },
    {
      "source": "node_1",
      "source_handle": "bbands_lower",
      "target": "width",
      "target_handle": "bbands_lower"
    },
    {
      "source": "node_1",
      "source_handle": "bbands_middle",
      "target": "width",
      "target_handle": "bbands_middle"
    },
    {
      "source": "node_1",
      "source_handle": "bbands_upper",
      "target": "gt_0",
      "target_handle": "SLOT1"
    },
    {
      "source": "node_1",
      "source_handle": "bbands_upper",
      "target": "width",
      "target_handle": "bbands_upper"
    },
    {
      "source": "number_0",
      "source_handle": "result",
      "target": "lt_0",
      "target_handle": "SLOT1"
    },
    {
      "source": "src",
      "source_handle": "c",
      "target": "gt_0",
      "target_handle": "SLOT0"
    },
    {
      "source": "src",
      "source_handle": "c",
      "target": "node_1",
      "target_handle": "SLOT"
    },
    {
      "source": "width",
      "source_handle": "result",
      "target": "lt_0",
      "target_handle": "SLOT0"
    }
  ]
}
