This case study describes the DIAL’s multi-agent AI assistant for TimeBase – a high-performance time-series database created by Deltix.
Our assistant brings down barriers for working with market data by enabling even non-technical specialists to perform complex tasks and market data analysis using only natural language.
Users can input prompts in natural language to access market data from TimeBase, transform it, visualize the data on charts, and apply technical indicators for analysis. Our assistant seamlessly integrates with the communication platform of your choice, delivering real-time alerts about specific market events. At every step, users can see the AI agent's actions to validate its reasoning and ensure the logic behind its decisions meets the expectations.
Key highlights:
-
Data Retrieval: The agent generates Python code to fetch historical SPY prices (can be data for any other symbol stored in the database) from TimeBase and displays them on chart.
-
Technical Indicators: The agent calculates and adds technical indicators to the chart (in the example demo we used Bollinger Bands and RSI (Relative Strength Index).
-
Real-Time Monitoring: The agent launches a real-time TimeBase monitor in DIAL, applies the trading rules provided by the user in natural language, and sends alerts to the user through the chosen communication channel in real time.