regholl2023 / A.I.BOT19

Testing with different platforms, back testing techniques, datasources, decision bot (ML), In doing algorithmic trading

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tradebot

An attempt at algorithmic trading. Currently using Alpaca as the trading platform, and testing different machine learning algorithms (RNN,LSTM,LSTM with attention,Transformer for Timeseries) for stock price prediction.

Installation

run /alpaca_api/alpaca_history.py to download dat, then run /alpaca_api/indicators.py to add indicators, and then use /AI/backtest.py to look at an instance of backtest.

About

Testing with different platforms, back testing techniques, datasources, decision bot (ML), In doing algorithmic trading


Languages

Language:Python 72.6%Language:Jupyter Notebook 27.4%