Skip to content

ziidonato/Paper-Trader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32 Paper Trader

This is a paper trader for an ESP32. I made it to test out trading models without any emotional component to it.
It uses AlphaVantage to get information and Alpaca to make the trades.

The api is kind of hard-coded to use Alpaca and AlphaVantage, my trading model doesn't go over the API limits for either but they do come pretty close(if you recompile within a certain window, it will go over).

Uses TALib and ArduinoJson