graph LR
Start(["`Start`"])
1["`<strong>set</strong><br>config`"]
2["`<strong>binance</strong><br>fetch historical prices`"]
3["`<strong>set</strong><br>prepare returns data`"]
4["`<strong>portfolioAnalytics</strong><br>calculate tracking error`"]
5["`<strong>set</strong><br>transform tracking error result`"]
6["`<strong>set</strong><br>assess risk level`"]
7["`<strong>telegram</strong><br>send tracking error report`"]
Start ---> 1
1 ---> 2
2 ---> 3
3 ---> 4
4 ---> 5
5 ---> 6
6 ---> 7
Calculates tracking error to measure how stablecoin prices deviate from the $1.00 peg over time, providing insights into price stability and systemic risk patterns.
This workflow is designed for quantitative analysts, risk managers, and DeFi researchers who need to measure stablecoin price stability over time and understand systemic risk patterns beyond instantaneous price movements.
While instantaneous price deviation shows current risk, tracking error reveals how stable a stablecoin is over time. A stablecoin might have small instantaneous deviations but high volatility (high tracking error), indicating systemic instability. This workflow calculates tracking error using historical price data to help you identify stablecoins with underlying stability issues that might not be apparent from spot prices alone.
Binance - Get OHLCV Data: Fetches historical OHLCV (Open, High, Low, Close, Volume) data for technical analysis
System - Code Box (Sandbox Execution): Executes JavaScript code in a secure sandbox. Can combine existing nodes to implement complex logic
PortfolioAnalytics - Calculate Tracking Error: calculates tracking error between portfolio and benchmark using portfolioReturns,benchmarkReturns,annualizationFactor
Telegram - Send Telegram Message: Sends text messages through Telegram's bot API using _chatId, message, and optional parameters
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.
Ready to get started?
to run this template or create a scheduled task, and ask AI about detailed node execution steps.
Run Locally — download this workflow as a ZIP or run it via Seamflux CLI in your terminal; use the "Run Locally" button above to choose.
Build a workflow from scratch using AI chat. No complex parameter configuration or flowchart dragging needed.