https://github.com/tripplyons/quant-workspace
:chart_with_upwards_trend: An organized way to develop and test quantitative trading strategies
https://github.com/tripplyons/quant-workspace
algorithmic-trading quant quantitative-finance trading trading-bot
Last synced: 6 months ago
JSON representation
:chart_with_upwards_trend: An organized way to develop and test quantitative trading strategies
- Host: GitHub
- URL: https://github.com/tripplyons/quant-workspace
- Owner: tripplyons
- License: mit
- Created: 2021-04-04T22:18:19.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-05T16:22:28.000Z (about 5 years ago)
- Last Synced: 2024-12-29T05:42:09.957Z (over 1 year ago)
- Topics: algorithmic-trading, quant, quantitative-finance, trading, trading-bot
- Language: Python
- Homepage:
- Size: 754 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quant Workspace
An organized way to develop and test quantitative trading strategies

## How do I use it?
See [the docs](docs/index.md).
## What is included?
**Features:**
- Downloading trading data (stocks and cryptocurrencies)
- Backtesting strategies and parameters against data
- One workspace organized into indicators, strategies, backtests, data, data downloaders, and plots
- Storing API keys
- Useful metrics
**Files:**
- An example indicator, strategy, backtest style, backtest, data file, and plot (They are not that viable for real trading, but they are included to show how quant-workspace works.)
- Non-example local files are excluded from the repo by its `.gitignore`
## Why?
Every time I worked on a strategy, I used to make a new folder and do everything from stratch because I wanted to get right to work. I realized that this wasn't organized, and I was rewriting the same downloading and backtesting code, so I am making a solution to handle all of it once.