{
  "name": "Track and analyze Forex news trading results with MyFxBook and Google Sheets",
  "nodes": [
    {
      "id": "2e9591c4-052a-46bb-b47d-75c4ae25b0c8",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        0,
        800
      ]
    },
    {
      "id": "43c206ab-b604-441f-a09e-dc8f96bab5a5",
      "name": "Get row(s) in sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        224,
        800
      ]
    },
    {
      "id": "e2f0eca7-c7e1-4aad-865c-562d84c3724b",
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        448,
        800
      ]
    },
    {
      "id": "4b3a67ba-f867-415a-8df8-3b7fb938c6e8",
      "name": "Markdown",
      "type": "n8n-nodes-base.markdown",
      "position": [
        672,
        800
      ]
    },
    {
      "id": "2fa9dbfd-fe96-47c1-83a0-8a00bc3818c3",
      "name": "No Operation, do nothing",
      "type": "n8n-nodes-base.noOp",
      "position": [
        768,
        1424
      ]
    },
    {
      "id": "0131a8ad-8fe3-4f27-8004-bc7c2c850f48",
      "name": "High, Low, Points Up, Points Down",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        96,
        1536
      ]
    },
    {
      "id": "e6d06720-f224-4289-a4eb-ac46b4072f27",
      "name": "Buy & Points Up > 0 = Profit",
      "type": "n8n-nodes-base.if",
      "position": [
        320,
        1136
      ]
    },
    {
      "id": "b4dd2d72-f4cc-440b-ac2a-f6f19ff6abd5",
      "name": "Buy & Points Up <= 0 = Loss",
      "type": "n8n-nodes-base.if",
      "position": [
        320,
        1568
      ]
    },
    {
      "id": "0a7f0a85-f2bd-46ec-b812-93c29b238b1f",
      "name": "Sell & Points Down > 0 = Profit",
      "type": "n8n-nodes-base.if",
      "position": [
        320,
        1376
      ]
    },
    {
      "id": "176a4897-8d25-4442-8860-b8b5c2136a7f",
      "name": "Sell & Points Down <= 0 = Loss",
      "type": "n8n-nodes-base.if",
      "position": [
        320,
        1856
      ]
    },
    {
      "id": "c45972e9-10c9-47c3-b1d9-61fc2d5b2544",
      "name": "Profit",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        544,
        1136
      ]
    },
    {
      "id": "2ffff77b-c1be-4f4e-8f67-03a081b98907",
      "name": "Loss",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        544,
        1712
      ]
    },
    {
      "id": "a5b606eb-b4f3-4e45-8aaf-207ad1101910",
      "name": "Date+1 Data Available",
      "type": "n8n-nodes-base.if",
      "position": [
        896,
        800
      ]
    },
    {
      "id": "a1f8926c-3128-402e-8df1-7d9275b2ea41",
      "name": "No Operation, do nothing2",
      "type": "n8n-nodes-base.noOp",
      "position": [
        1120,
        896
      ]
    },
    {
      "id": "e340c1df-1f44-4834-9bd6-55223c6e782e",
      "name": "Date, Multiplier",
      "type": "n8n-nodes-base.set",
      "position": [
        1120,
        704
      ]
    },
    {
      "id": "97a71ba2-60b1-451e-8da6-c321f790e3cc",
      "name": "High Low Price",
      "type": "n8n-nodes-base.set",
      "position": [
        1344,
        896
      ]
    },
    {
      "id": "dcca5994-e7dd-4cb8-bf60-477977b9a8e9",
      "name": "Sticky Note7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -576,
        656
      ],
      "parameters": {
        "width": 460,
        "height": 1360,
        "content": "## Forex News Trading Result Data\n### This n8n template simulates the results if we take every trade based on the previous workflow: https://n8n.io/workflows/8340-automated-forex-news-alert-system-wit"
      }
    }
  ],
  "connections": {
    "Loss": {
      "main": [
        [
          {
            "node": "No Operation, do nothing",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Profit": {
      "main": [
        [
          {
            "node": "No Operation, do nothing",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Markdown": {
      "main": [
        [
          {
            "node": "Date+1 Data Available",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request": {
      "main": [
        [
          {
            "node": "Markdown",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "High Low Price": {
      "main": [
        [
          {
            "node": "High, Low, Points Up, Points Down",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Date, Multiplier": {
      "main": [
        [
          {
            "node": "High Low Price",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Get row(s) in sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get row(s) in sheet": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Date+1 Data Available": {
      "main": [
        [
          {
            "node": "Date, Multiplier",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "No Operation, do nothing2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Buy & Points Up <= 0 = Loss": {
      "main": [
        [
          {
            "node": "Loss",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "No Operation, do nothing",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Buy & Points Up > 0 = Profit": {
      "main": [
        [
          {
            "node": "Profit",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "No Operation, do nothing",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Sell & Points Down <= 0 = Loss": {
      "main": [
        [
          {
            "node": "Loss",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "No Operation, do nothing",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Sell & Points Down > 0 = Profit": {
      "main": [
        [
          {
            "node": "Profit",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "No Operation, do nothing",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "High, Low, Points Up, Points Down": {
      "main": [
        [
          {
            "node": "Buy & Points Up > 0 = Profit",
            "type": "main",
            "index": 0
          },
          {
            "node": "Buy & Points Up <= 0 = Loss",
            "type": "main",
            "index": 0
          },
          {
            "node": "Sell & Points Down > 0 = Profit",
            "type": "main",
            "index": 0
          },
          {
            "node": "Sell & Points Down <= 0 = Loss",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}