Found 962 repositories(showing 30)
huseinzol05
Gathers machine learning and deep learning models for Stock forecasting including trading bots and simulations
maxbbraun
A stock trading bot powered by Trump tweets
pskrunner14
Stock Trading Bot using Deep Q-Learning
yacoubb
A stock trading bot that uses machine learning to make price predictions.
crypto-code
Stock Market Prediction & Trading Bot using AI with a Web Interface
Chudleyj
A C++ stock market algorithmic trading bot
Jake0303
A Robinhood stock trading bot in Python using the RSI indicator https://youtu.be/kSLkRXY3NPQ
shirosaidev
Alpaca algo stock trading bot
romanmichaelpaolucci
Design pattern for critical stages in the development process of an AI Stock Trading Bot
judopro
Using Unsupervised learning, K-means, to determine stock support and resistance levels. Great for trading algorithms/bots using time serial analysis.
michaeljwright
A fully automated trading bot which analyses US stock market data with a variety of technical indicators **UPDATE** Crypto trading enabled
crypto-code
Stock Market Prediction & Trading Bot using AI
NelsonDane
A Discord bot and CLI tool for automating Reverse Split Arbitrage stock trading!
hackingthemarkets
stock trading bot using real-time websocket data and alpaca api
AI-powered stock analysis system: Telegram bot triggers n8n workflows with FlowiseAI to generate technical analysis reports. Stores trading opportunities in Airtable with earnings data and research. Automatically delivers updates to Telegram.
JasonRBowling
Experimental crypto trading bot using robin-stock.. Such things are very risky. For educational purposes only. Write up at https://medium.com/swlh/a-full-crypto-trading-bot-in-python-aafba122bc4e
BangaloreSharks
Automate swing trading using deep reinforcement learning. The deep deterministic policy gradient-based neural network model trains to choose an action to sell, buy, or hold the stocks to maximize the gain in asset value. The paper also acknowledges the need for a system that predicts the trend in stock value to work along with the reinforcement learning algorithm. We implement a sentiment analysis model using a recurrent convolutional neural network to predict the stock trend from the financial news. The objective of this paper is not to build a better trading bot, but to prove that reinforcement learning is capable of learning the tricks of stock trading.
lnmangione
Stock Trading Bot using Machine Learning
0xramm
Free REST API for NSE and BSE Indian stock market data. Real-time stock prices, company info, and market data via Yahoo Finance. Perfect for n8n, Zapier, trading bots, and automation. No API key required. Python Flask. MIT License.
lucylow
Quantitative Algorithmic Trading Arbitrage Bot for High Frequency Trading (HFT). Martha_Stewart executes trades at the best price by capitalizing on infinitesimal price discrepancies in the stock market.
A simple python stock trading bot using Alpaca, video : https://youtu.be/9R7pCh4yCm8
hahnicity
An open source trading bot to leverage machine learning in the stock market
zoharbabin
🤖 An intelligent stock trading bot combining technical & qualitative analysis with Interactive Brokers TWS API integration
GuntharDeNiro
An open-source toolkit for quantitative analysis of crypto & stock markets, featuring an advanced market screener, portfolio backtester, and companion tools for the Gunbot trading bot.
tamuseanmiller
📈 Q-Learning and Sentiment Analysis Stock Trade Bot Powered by Alpaca
The-Great-One
AutoTrader Bot is a Python-based stock trading bot for Indian markets, using indicators like MACD, RSI, and EMA. It integrates with Zerodha Kite for real-time trading and supports customizable strategies.
ktiwari9
This repository consists several bots encoding various algorithmic trading strategies. The aim here is for absolute beginners in stock trading to get familiar with the various aspects of the market. All you need is basics of statistics and python to understand the underlying metrics and conditions utilized to make decisions. Contributions welcome.
ray310
Auto Trader automates stock option trading. The server uses a Discord bot to listen to stock option signals from preferred traders. Valid signals are parsed and placed into a storage bucket. The client listens to the storage bucket and places validated stock option trades with a brokerage account.
mafischer
A stock trading bot with trade strategy plugins.
RafaelSterzinger
An implementation of a stock market trading bot, which uses Deep Q Learning