Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

vanshg/StockTradingFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

2 Commits

Repository files navigation

Stock Trading Framework

Python

  • Use Python 3.7 or above
  • Add any credentials to the config directory
  • Create an instance of Trader
  • Register any brokerages or strategies
  • Invoke trader.start(). This will read command line arguments and begin running the code
  • Use the --help flag for CLI format

Setting up Alpaca Brokerage

To use the Alpaca brokerage (paper money or real money), follow these steps:

  1. Go to https://alpaca.markets/
  2. Create a new account
  3. Generate the Key ID and Secret Key
  4. Go to the /config directory and run touch alpaca.json
  5. Paste your key id and secret in the following format:
{
 "key_id": "<YOUR KEY HERE>",
 "secret_key": "<YOUR SECRET HERE>"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /