Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alm0ra committed Jan 9, 2022
1 parent b2c7c96 commit 8d86646
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
![GitHub contributors](https://img.shields.io/github/contributors/xibalbas/trade-engine)
![GitHub repo size](https://img.shields.io/github/repo-size/xibalbas/trade-engine)
![GitHub top language](https://img.shields.io/github/languages/top/xibalbas/trade-engine)

![PyPI](https://img.shields.io/pypi/v/trade-engine)
# Trade Engine

a library for demo trading | backtest and forward test simulation
Expand All @@ -26,7 +26,7 @@ install package using [PyPI](https://pypi.org/project/trade-engine/)
pip install trade-engine
```
### import package
```bash
```python
from trade_engine import TradeEngine
engine = TradeEngine()

Expand Down

0 comments on commit 8d86646

Please sign in to comment.