graph LR
Start(["`Start`"])
1["`<strong>set</strong><br>config`"]
2["`<strong>base</strong><br>monitor price changes`"]
3{"`<strong>if</strong><br>check if price updated`"}
4["`<strong>binance</strong><br>fetch historical prices`"]
5["`<strong>set</strong><br>prepare returns data`"]
6["`<strong>portfolioAnalytics</strong><br>calculate tracking error`"]
7["`<strong>set</strong><br>transform tracking error result`"]
8{"`<strong>if</strong><br>check risk level`"}
9["`<strong>telegram</strong><br>send high risk alert`"]
10["`<strong>telegram</strong><br>send medium risk alert`"]
Start ---> 1
1 ---> 2
2 ---> 3
3 ---> 4
4 ---> 5
5 ---> 6
6 ---> 7
7 ---> 8
8 -->|true| 9
8 -->|false| 10
Tip: This executable workflow was automatically generated by SeamFlux Bot. To use it, create an execution and test it with your data to ensure it meets your needs.
Want to stay updated? Follow X @seamflux for the latest updates and announcements.
Ready to get started?
to run this template or create a scheduled task, and ask AI about detailed node execution steps.
to modify and adapt nodes based on this template for your specific needs.
Build a workflow from scratch using AI chat. No complex parameter configuration or flowchart dragging needed.