A trading journal from chat — in a single message

Message the trade to the bot in Slack in plain words — AI sorts it into fields and logs it into the journal in Google Sheets with an ID; you can later add the close by that ID, recalculating profit and loss.

  • A trade is logged with a single chat message
  • AI sorts it into the journal's fields itself
  • Each trade gets an ID to add the close later
  • Profit and loss are recalculated automatically

How it works

To move data from Slack to Google Sheets automatically, use a ready-made scenario — no manual exports.

  1. Starts when: Telegram Trigger
  2. Then: AI Agent (Extracts the Journal Entry)
  3. Then: Extract Journal Entry Fields
  4. Check: If (Trade Found => True)
  5. If yes: Existing Entry Update OR New Entry
  6. If yes: Update the Sheet With Profit & Loss
  7. Then: Send Response Back
  8. If no: Generate Unique Trade ID
  9. Then: Log The Trade In Google Sheets Journal
  10. Then: Send Trade ID to Telegram For Further Updates
  11. If no: Agent Handles (If Trade Is Not Found)
  12. Then: Sends Response Back To Telegram
  13. Then: Google Gemini Chat Model1
  14. Then: Structured Output Parser
  15. Then: Groq Chat Model

You can launch this Slack + Google Sheets integration in Scriptera: describe the task in plain words — the scenario is built, launched and monitored for you.