Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AlpacaBot

Project history

ExaltedBot / Alpaca Automated Equity Trading System
May 15, 2024 - Present  |  Independent / Paper Trading

Developed an automated equity-trading system integrating systematic trading signals with Alpaca for programmatic execution. Built signal processing, order-generation and execution logic, position management, monitoring, and risk controls. Deployed and tested through paper trading.

This repository was published to GitHub in August 2026. GitHub's repository creation date reflects when the code was uploaded here, not when the work was done. This was independent development and paper trading. It was not professional employment or a funded trading desk, and the strategies were not used by other professional traders.

This is an automatic stock trading bot that will obtain alerts from Tradingview or anywhere you would like alerts from, to Node on your PC which will then be read by your program that executes trades VIA AlpacaAPI Broker on your papertrading account

Personal Notification Server:

Uses Flask as the webhook Uses ngrok as the public domain webhook link to flask server on pc. Uses Trading View Alerts to execute trades

  • Run Webserver by Running "python Webhookserver.py" in CMD (cd desktop, will make sure were in right directory if files are on desktop)
  • Link ngrok to the webhook server tunnel which is coded to be (5000). Paste into cmd: "ngrok http 5000"
  • Now ngrok will show your public URL: This changes every time, heres and example: https://bcdb-73-243-86-34.ngrok-free.app (this is what you set as yoru webhook for alerts on tradingview)
  • View incoming Alerts on ngrok account: http://127.0.0.1:4040/inspect/http

About

This is an automatic stock trading bot that will obtain alerts from Tradingview or anywhere you would like alerts from, to Node on your PC which will then be read by your program that executes trades VIA AlpacaAPI Broker on your papertrading account

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages