Back to Templates

Technical stock analysis with Telegram, Airtable and a GPT-powered AI Agent

Created by

Created by: Mark Shcherbakov || lowcodingdev

Mark Shcherbakov

Last update

Last update 4 months ago

Categories

Share


Video Guide

I prepared a detailed guide that demonstrates the complete process of building a trading agent automation using n8n and Telegram, seamlessly integrating various functions for stock analysis.

Youtube Thumbnail

Youtube Link

Who is this for?

This workflow is perfect for traders, financial analysts, and developers looking to automate stock analysis interactions via Telegram. It’s especially valuable for those who want to leverage AI tools for technical analysis without needing to write complex code.

What problem does this workflow solve?

Many traders desire real-time analysis of stock data but lack the technical expertise or tools to perform in-depth analysis. This workflow allows users to easily interact with an AI trading agent through Telegram for seamless stock analysis, chart generation, and technical evaluation, all while eliminating the need for manual interventions.

What this workflow does

This workflow utilizes n8n to construct an end-to-end automation process for stock analysis through Telegram communication. The setup involves:

  • Receiving messages via a Telegram bot.
  • Processing audio or text messages for trading queries.
  • Transcribing audio using OpenAI API for interpretation.
  • Gathering and displaying charts based on user-specified parameters.
  • Performing technical analysis on generated charts.
  • Sending back the analyzed results through Telegram.

Setup

  1. Prepare Airtable:

    • Create simple table to store tickers.
  2. Prepare Telegram Bot:

    • Ensure your Telegram bot is set up correctly and listening for new messages.
  3. Replace Credentials:

    • Update all nodes with the correct credentials and API keys for services involved.
  4. Configure API Endpoints:

    • Ensure chart service URLs are correctly set to interact with the corresponding APIs properly.
  5. Start Interaction:

    • Message your bot to initiate analysis; specify ticker symbols and desired chart styles as required.