Skip to content

TradeWhisper: AI-powered trade idea analyzer with real-time stock info, charts, and news. Built using FastAPI + Cohere + yFinance, designed for fintech productivity and clarity.

License

Notifications You must be signed in to change notification settings

Ankur-krGarg/trade_wishper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💹 Trade Whisper — Trend Detection in Financial Markets

Trade Whisper is a compact, logic-driven system for analyzing historical stock data and detecting early signs of bullish or bearish trends. Designed in Jupyter Notebook, it offers a practical foundation for real-world ML trading signal systems and financial forecasting.


📌 Features

  • 📈 Trend Identification: Detects Uptrend, Downtrend, and Sideways movement in stock price data
  • 🧠 ML-Ready Labels: Auto-generates labels for training ML models on trend forecasting
  • 📊 Visual Insights: Plots trend signals using matplotlib for intuitive analysis
  • ⚙️ Extendable: Easily plug into ML workflows for regression, classification, or LSTM modeling

🧠 How It Works

  • Imports price data (CSV)
  • Calculates rolling metrics like Moving Averages
  • Defines trend direction based on slope & price logic
  • Classifies each window as a trend label
  • Visualizes results with annotations

🛠 Tech Stack

  • Python 3
  • Pandas, NumPy
  • Matplotlib
  • Scikit-learn (for future enhancement)
  • Jupyter Notebook

💡 Potential Applications

  • Building datasets for ML-based stock prediction
  • Backtesting trend-detection rules
  • Freelance fintech projects
  • Educational demos on time series analysis

🚀 Getting Started

  1. Clone the repo
  2. Run the notebook: TradeWhisper.ipynb
  3. Upload any stock price CSV to start analyzing

📸 Example Output

🟢 Uptrend detected from 20th July to 30th July
🔴 Downtrend spotted from 3rd August to 9th August

Visual chart is generated with marked trend phases.


🤝 Ideal For

  • Freelancers seeking finance + ML projects
  • Recruiters assessing practical ML capabilities
  • Clients exploring trend-based trading ideas


About

TradeWhisper: AI-powered trade idea analyzer with real-time stock info, charts, and news. Built using FastAPI + Cohere + yFinance, designed for fintech productivity and clarity.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages