Skip to content

phiras/trader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trade Notifier

A lightweight Python application that scans Apple, Microsoft, Google, and Meta for low-risk trading opportunities using simple technical analysis. The app favors trades where momentum, RSI, and volatility are aligned to avoid excessive risk.

Features

  • Downloads recent price history with yfinance
  • Evaluates a conservative strategy based on moving averages, RSI, and volatility
  • Prints actionable notifications to the console with a confidence score
  • Easily extensible notification layer (email, chat, etc.)

Getting started

  1. Install dependencies (Poetry or pip):
poetry install
# or
pip install -r <(poetry export --without-hashes --format=requirements.txt)
  1. Run the notifier:
poetry run python main.py
# or
python main.py

Customisation

  • Update trade_notifier/config.py to tweak tickers or indicator thresholds.
  • Implement your own NotificationService in trade_notifier/notifications.py if you need to send alerts somewhere other than stdout.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages