Skip to content

Uses AWS Chalice, Python, Pine Script, TradingView Charts, and the Alpaca API in conjunction to make a stock trading bot.

Notifications You must be signed in to change notification settings

psriniketh57/Algorithmic-Trading-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Algorithmic-Trading-Bot

Uses AWS Chalice, Python, Pine Script, TradingView Charts, and the Alpaca API in conjunction to make a stock trading bot which runs in a virtual environment. First, we create a virtual environment then activate it. Next we install AWS chalice into the virtual environment, then create a new chalice project. We edit the code in 'app.py' to make it a POST request, so that everytime something is posted to the API link, the code is executed. We then use TradingView charts to create alerts based on our custom pine script, and within the alerts we paste the API link into the webhook url section. Now, when the alerts hit, the trades will be executed, which signifies that the bot is working. Once the bot is up and running, we can modify our strateges and backtest them.

About

Uses AWS Chalice, Python, Pine Script, TradingView Charts, and the Alpaca API in conjunction to make a stock trading bot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages