Metadata-Version: 2.1
Name: trade-engine
Version: 1.1.4
Summary: a small package for simulate trading
Home-page: https://github.com/xibalbas/trade-engine
Author: Ali moradi
Author-email: ali.mrd318@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/xibalbas/trade-engine/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas


![Alt text](logo.png)

![GitHub](https://img.shields.io/github/license/xibalbas/trade-engine)
![GitHub all releases](https://img.shields.io/github/downloads/xibalbas/trade-engine/total)
![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)

# Trade Engine

a library for demo trading | backtest and forward test simulation

## Features

# Requirements

# Getting start

# Contributing
Contributions are very welcome. There are a number of requirements:
* See Issues tab, and feel free to submit your own issues
* Add PRs if you discover a solution to an existing issue
* The code should be Pep8 compliant.
* Comments are required for every class and function and they should be a clear description.
* At least one broad test case and a set of unit tests must be provided for every function.
* Avoid very pythonic construction

# License
`trade-engine` is freely available under the MIT [license](https://github.com/xibalbas/trade-engine/blob/master/LICENSE).

