Automated Trading Strategy Based on Fear and Greed Index


Created on: 2025-08-24 00:46:00 Modified on: 2025-09-15 13:08:22
Copy: 0 Number of hits: 1778
avatar of QCoder QCoder
11
Follow
607
Followers

Major Update

FMZ officially launches n8n workflow functionality, making strategy development easier than ever. Build professional quantitative strategies through drag-and-drop operations without any programming background required.

Intuitive and User-Friendly

As shown in the BTC trend trading workflow, it only takes a few nodes to implement: - Fetch Fear and Greed Index data - Smart buy/sell decisions - Automated trade execution

Every step is clearly visible with transparent logic. This is just a simple example - unleash your imagination to create more.

More Exciting Features Coming Soon

This is just the beginning! We’re preparing more powerful workflow templates: - Multi-exchange arbitrage systems - News event-driven strategies - DeFi yield optimizers - Social media sentiment monitoring - Cross-market hedging solutions - MCP tool integration

Continuous Evolution

FMZ has been working diligently behind the scenes, constantly updating our technology stack and optimizing user experience. From infrastructure to interaction design, we always strive to make quantitative trading simpler and more efficient. The integration of n8n workflows is another step in our journey to create value for our users.

Experience it now and start your visual strategy journey!

Strategy source code
{"type":"n8n","content":"{\"workflowData\":{\"name\":\"\",\"nodes\":[{\"parameters\":{\"operation\":\"sell\",\"symbol\":{\"__rl\":true,\"mode\":\"list\",\"value\":\"\"},\"amount\":1,\"additionalOptions\":{}},\"type\":\"n8n-nodes-base.tradingExecutor\",\"typeVersion\":1,\"position\":[-1088,-320],\"id\":\"a577052a-36f3-43bc-bb50-e5c89a95f703\",\"name\":\"做空\"},{\"parameters\":{\"symbol\":{\"__rl\":true,\"mode\":\"list\",\"value\":\"\"},\"amount\":1,\"additionalOptions\":{}},\"type\":\"n8n-nodes-base.tradingExecutor\",\"typeVersion\":1,\"position\":[-1088,-704],\"id\":\"1f133719-ca69-435c-81cf-0e9d0881a2da\",\"name\":\"做多\"},{\"parameters\":{\"rule\":{\"interval\":[{\"triggerAtHour\":9}]}},\"type\":\"n8n-nodes-base.scheduleTrigger\",\"typeVersion\":1.2,\"position\":[-1760,-512],\"id\":\"61f4015f-8e76-4083-ad74-525561abdf21\",\"name\":\"定时触发器\"},{\"parameters\":{\"operation\":\"close\",\"symbol\":{\"__rl\":true,\"mode\":\"list\",\"value\":\"\"},\"additionalOptions\":{}},\"type\":\"n8n-nodes-base.tradingExecutor\",\"typeVersion\":1,\"position\":[-1088,-512],\"id\":\"e367bd9a-be89-47bc-8165-1eda6d335c77\",\"name\":\"空仓\"},{\"parameters\":{\"url\":\"https://api.alternative.me/fng/\",\"options\":{}},\"type\":\"n8n-nodes-base.httpRequest\",\"typeVersion\":4.2,\"position\":[-1536,-512],\"id\":\"94a9a6ef-8b4f-4320-95b3-47fddebe9f8b\",\"name\":\"Fear and Greed Index\"},{\"parameters\":{\"rules\":{\"values\":[{\"conditions\":{\"options\":{\"caseSensitive\":true,\"leftValue\":\"\",\"typeValidation\":\"strict\",\"version\":2},\"conditions\":[{\"leftValue\":\"={{ $json.data.data[0].value_classification }}\",\"rightValue\":\"Greed\",\"operator\":{\"type\":\"string\",\"operation\":\"equals\"},\"id\":\"6798731f-ae94-4ace-ab9c-e8c769851f63\"}],\"combinator\":\"and\"},\"renameOutput\":true,\"outputKey\":\"Greed\"},{\"conditions\":{\"options\":{\"caseSensitive\":true,\"leftValue\":\"\",\"typeValidation\":\"strict\",\"version\":2},\"conditions\":[{\"id\":\"5694d921-aed2-44ed-af0f-cc2091396841\",\"leftValue\":\"={{ $json.data.data[0].value_classification }}\",\"rightValue\":\"Neutral\",\"operator\":{\"type\":\"string\",\"operation\":\"equals\",\"name\":\"filter.operator.equals\"}}],\"combinator\":\"and\"},\"renameOutput\":true,\"outputKey\":\"Neutral\"},{\"conditions\":{\"options\":{\"caseSensitive\":true,\"leftValue\":\"\",\"typeValidation\":\"strict\",\"version\":2},\"conditions\":[{\"id\":\"b29f49d6-4dec-4d72-aae3-dba7eeed90a9\",\"leftValue\":\"={{ $json.data.data[0].value_classification }}\",\"rightValue\":\"Fear\",\"operator\":{\"type\":\"string\",\"operation\":\"equals\",\"name\":\"filter.operator.equals\"}}],\"combinator\":\"and\"},\"renameOutput\":true,\"outputKey\":\"Fear\"}]},\"options\":{}},\"type\":\"n8n-nodes-base.switch\",\"typeVersion\":3.2,\"position\":[-1312,-528],\"id\":\"bc595114-8081-435b-8362-1374e909bd7f\",\"name\":\"分支\"},{\"parameters\":{\"content\":\"={{ JSON.stringify($json) }} \"},\"type\":\"n8n-nodes-base.mobilePush\",\"typeVersion\":1,\"position\":[-864,-512],\"id\":\"8ce52444-bba3-40ad-a398-9e12fe3ca162\",\"name\":\"APP端应用推送\"}],\"pinData\":{},\"connections\":{\"做多\":{\"main\":[[{\"node\":\"APP端应用推送\",\"type\":\"main\",\"index\":0}]]},\"做空\":{\"main\":[[{\"node\":\"APP端应用推送\",\"type\":\"main\",\"index\":0}]]},\"定时触发器\":{\"main\":[[{\"node\":\"Fear and Greed Index\",\"type\":\"main\",\"index\":0}]]},\"空仓\":{\"main\":[[{\"node\":\"APP端应用推送\",\"type\":\"main\",\"index\":0}]]},\"Fear and Greed Index\":{\"main\":[[{\"node\":\"分支\",\"type\":\"main\",\"index\":0}]]},\"分支\":{\"main\":[[{\"node\":\"做多\",\"type\":\"main\",\"index\":0}],[{\"node\":\"空仓\",\"type\":\"main\",\"index\":0}],[{\"node\":\"做空\",\"type\":\"main\",\"index\":0}]]}},\"active\":false,\"settings\":{\"timezone\":\"Asia/Singapore\"},\"tags\":[],\"meta\":{\"templateCredsSetupCompleted\":true},\"credentials\":{},\"id\":\"e7c046c8-3f36-4dda-967a-0f30c2619cbe\"},\"startNodes\":[],\"triggerToStartFrom\":{\"name\":\"定时触发器\"}}"}