Sign inSign up

benjisho/stock_advisor

By benjisho

Updated 5 months ago

Stock Advisor app using Python. Offers stock buy/short recommendations based on technical analysis.

Image
Machine learning & AI
Developer tools
2

930

benjisho/stock_advisor repository overview

Stock Advisor

Overview

The Stock Advisor is a Python-based application that provides buy or short recommendations for stocks. It utilizes various technical analysis indicators to make predictions.

Code is managed in this GitHub Repository

Features

  • Technical Analysis: Leverages indicators like Moving Averages, MACD, OBV.
  • Predictive Insights: Offers predictions on stock movements.
  • User-Friendly: Easy to use with interactive prompts.

Docker Support

Easily run the application using Docker:

docker pull benjisho/stock_advisor
docker run -it --rm --name my_stock_advisor_app benjisho/stock_advisor

Disclaimer

This tool is for educational purposes and should not be used as financial advice.

Tag summary

Content type

Image

Digest

sha256:3a4b4ba4b

Size

156.6 MB

Last updated

5 months ago

docker pull benjisho/stock_advisor