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 14fb6e2 commit b2c7c96
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,14 @@ a library for demo trading | backtest and forward test simulation
## Features
- [x] **Limit/Market orders**: you can place a Limit or Market order in 2 side "long", "Short" .
- [x] **SL/TP set**: you can set stop loss and take profit for your market or limit order .

# Documentations
..
soon...

# Getting start
install package using PyPI

### install package
install package using [PyPI](https://pypi.org/project/trade-engine/)
```bash
pip install trade-engine
```
Expand All @@ -27,6 +31,7 @@ from trade_engine import TradeEngine
engine = TradeEngine()

```

# Contributing
Contributions are very welcome. There are a number of requirements:
* See Issues tab, and feel free to submit your own issues
Expand Down

0 comments on commit b2c7c96

Please sign in to comment.