bklieger-groq / stockbot-on-groq

StockBot powered by Groq: Lightning Fast AI Chatbot that Responds With Live Interactive Stock Charts, Financials, News, Screeners, and More. Powered by Llama3-70b on Groq, Vercel AI SDK, and TradingView Widgets.
https://groq-stockbot.vercel.app
Other
995 stars 162 forks source link

Create new stock comparison widget #21

Closed bklieger-groq closed 2 months ago

bklieger-groq commented 3 months ago

Create a new function call option called "showStockComparison" which compares two given stock charts side-by-side by rendering a component which has two stock chart widgets.

Mustafa-Esoofally commented 3 months ago

Instead of comparing two given stock charts side-by-side, Why don't we overlay the stock prices on a single chart? I have attached an example below.

image

bklieger-groq commented 3 months ago

Good idea, that would be better.

Mustafa-Esoofally commented 3 months ago

https://github.com/bklieger-groq/stockbot-on-groq/pull/29