102 skills found · Page 1 of 4
huseinzol05 / Stock Prediction ModelsGathers machine learning and deep learning models for Stock forecasting including trading bots and simulations
maxbbraun / Trump2cashA stock trading bot powered by Trump tweets
pskrunner14 / Trading BotStock Trading Bot using Deep Q-Learning
yacoubb / Stock Trading MlA stock trading bot that uses machine learning to make price predictions.
crypto-code / Stock Market AI GUIStock Market Prediction & Trading Bot using AI with a Web Interface
Chudleyj / AlgoBotA C++ stock market algorithmic trading bot
Jake0303 / RobinHood RSI Trading BotA Robinhood stock trading bot in Python using the RSI indicator https://youtu.be/kSLkRXY3NPQ
aruancaf / Stock Trading Botdo not take this seriously, please.
shirosaidev / StockbotAlpaca algo stock trading bot
romanmichaelpaolucci / AI Stock TradingDesign pattern for critical stages in the development process of an AI Stock Trading Bot
0xramm / Indian Stock Market APIFree 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.
judopro / Stock Support Resistance MLUsing Unsupervised learning, K-means, to determine stock support and resistance levels. Great for trading algorithms/bots using time serial analysis.
renee-jia / Trading BotMulti-agent macro trading bot: multi-factor stock scoring, momentum portfolio construction, backtesting vs SPY/Nasdaq, and live Alpaca execution.
michaeljwright / Robobull Trading BotA fully automated trading bot which analyses US stock market data with a variety of technical indicators **UPDATE** Crypto trading enabled
NelsonDane / Auto RsaA Discord bot and CLI tool for automating Reverse Split Arbitrage stock trading!
crypto-code / Stock MarketStock Market Prediction & Trading Bot using AI
hackingthemarkets / Alpaca Websocketsstock trading bot using real-time websocket data and alpaca api
guccidgi / AI Stock Technical Analysis N8n X FlowiseAIAI-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 / CryptoTradingBotExperimental 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 / SharkStockAutomate 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.