Skip to content

flolec31/alpaca-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alpaca Bot

Using the Alpaca trading API to create a bot automatically placing stock and crypto orders according to given strategies.

Maven CI Quality Gate Status Security Rating Maintainability Rating Coverage

Author

@florianleca

Environment Variables

To run this project, you will need to add the following environment variables to src/main/resources/application-local.properties:

Alpaca API keys:

  • ALPACA_API_KEY_ID
  • ALPACA_API_SECRET_KEY

MongoDB connection:

  • spring.data.mongodb.uri
  • spring.data.mongodb.database

Run Locally

Once you have set the environment variables, you can build the project using Maven

  mvn clean install

Go to the target directory

  cd target

Run the .jar file

  java -jar alpaca-bot-[version].jar

License

GPLv3 License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages