https://github.com/cimourdain/estrade
Backtest and run stock trading CFD strategies tick by tick
https://github.com/cimourdain/estrade
backtester-python backtesting-frameworks backtesting-trading-strategies backtests stock-trading-strategies strategy trades trading trading-bot trading-strategies
Last synced: 5 months ago
JSON representation
Backtest and run stock trading CFD strategies tick by tick
- Host: GitHub
- URL: https://github.com/cimourdain/estrade
- Owner: cimourdain
- License: gpl-3.0
- Created: 2020-01-03T18:56:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-29T22:13:24.000Z (about 5 years ago)
- Last Synced: 2025-08-27T11:45:29.108Z (9 months ago)
- Topics: backtester-python, backtesting-frameworks, backtesting-trading-strategies, backtests, stock-trading-strategies, strategy, trades, trading, trading-bot, trading-strategies
- Language: Python
- Homepage:
- Size: 507 KB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
Awesome Lists containing this project
README

Estrade
# Backtest and run your trading strategies
Estrade is a python library that allows you to easily backtest and run stock trading strategies at tick level.
Estrade focus on providing tools so you mainly focus on your strategy definition.
> **WARNING**: Estrade is still in an alpha state of developpement and very unmature. Do not use it for other purposes than testing.
## Features
Estrade provides a **market environnement**, so you do not have to worry about
- Trades result calculation
- Indicators building & calculation (candle sets, graph indicators etc.)
Estrade is build to be extended so you can define your own:
- Strategies
- Tick provider (to feed your backtests and/or live trading)
- Indicators
- Reporting
## What Estrade does NOT provides
- **Data**: You have to define your own data provider (live or static)
- **Strategies**: Although some very basic (and useless) strategies are provided as examples in samples, Estrade does not provide any financially relevant strategy.
## Documentation
[Documentation](https://estrade.readthedocs.io/en/latest)