{
  "nodes": [
    {
      "id": "gt_0",
      "type": "gt",
      "params": {}
    },
    {
      "id": "mac",
      "type": "macd",
      "params": {
        "short_period": 12,
        "long_period": 26,
        "signal_period": 9
      }
    },
    {
      "id": "node_3",
      "type": "trade_signal_executor",
      "params": {}
    },
    {
      "id": "src",
      "type": "market_data_source",
      "params": {},
      "timeframe": "1H"
    }
  ],
  "edges": [
    {
      "source": "gt_0",
      "source_handle": "result",
      "target": "node_3",
      "target_handle": "enter_long"
    },
    {
      "source": "mac",
      "source_handle": "macd",
      "target": "gt_0",
      "target_handle": "SLOT0"
    },
    {
      "source": "mac",
      "source_handle": "macd_signal",
      "target": "gt_0",
      "target_handle": "SLOT1"
    },
    {
      "source": "src",
      "source_handle": "c",
      "target": "mac",
      "target_handle": "SLOT"
    }
  ]
}
