Evaluate Stock Technical Indicators Using Ollama

Evaluate Stock Technical Indicators Using Ollama

This article has several interesting points: 1. Visualization using Streamlit. 2. Calculating rolling averages and momentum indicators to understand market trends. 3. Using Llama 3 to interpret the data. First, install and import the following packages: import yfinance as yf import pandas as pd import schedule import time import ollama from datetime import datetime, timedelta … Read more

Building a Financial Analyst Agent with LangGraph and OpenAI

Building a Financial Analyst Agent with LangGraph and OpenAI

Introduction In the world of stock trading, investors rely on various tools and methods to make informed decisions. Fundamental analysis is a common approach that provides actionable insights by assessing a company’s financial health and stock performance. With advancements in artificial intelligence and machine learning, stock analysis can now be highly automated. In this article, … Read more