An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


Estrade

Estrade



Build Status


Documentation Status

python version
current app version

PyPi version

Coverage
Complexity

Lint


Code format


Typing

Licence

# 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)