Skip to content

Implementing trading algorithms for paper-trading API's like Alpaca

Notifications You must be signed in to change notification settings

FilipMLipinski/Algorithmic-Trading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Algorithmic-Trading

Implementing trading algorithms for paper-trading API's like Alpaca

Instructions

Create a file '.alpacakeys' with the following two lines:

APCA-API-KEY-ID:<your key id>
APCA-API-SECRET-KEY:<your secret key>

Then run main.py with Python3 installed - the model should start making trades. Press ctrl-C to stop the model. It will sell all the assets before shutting down.

About

Implementing trading algorithms for paper-trading API's like Alpaca

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages