Metadata-Version: 2.1
Name: pyalgostrategypool
Version: 2020.8.1
Summary: Official pool of Algorithmic Trading Strategies for the AlgoBulls Platform
Home-page: https://github.com/algobulls/pyalgostrategypool
Author: Pushpak Dagade
Author-email: pushpak@algobulls.com
License: UNKNOWN
Project-URL: Source, https://github.com/algobulls/pyalgostrategypool
Project-URL: Documentation, https://pyalgostrategypool.readthedocs.io/en/latest/
Project-URL: Bug Reports, https://github.com/algobulls/pyalgostrategypool/issues
Project-URL: Say Thanks!, https://saythanks.io/to/guanidene%40gmail.com
Keywords: algotrading algorithmictrading trading strategies algostrategies apis
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pyalgotrading (>=2020.5.dev1)
Requires-Dist: TA-Lib (>=0.4.17)

# pyalgostrategypool
Official pool of Algorithmic Trading Strategies powered by the AlgoBulls Platform


### Features
- Powered by the [AlgoBulls Platform](https://algobulls.com)
- Check complete features on [pyalgotrading](https://github.com/algobulls/pyalgotrading#features)!

Backtesting, Paper Trading and Real Trading can be performed on the same strategy code base!

### Documentation
Coming soon!

### Python 
- Python Support: `Python 3.5+`.
- Python Requirements: See [requirements.txt]().

### Installation
Package can be easily installed using `pip` - 
```
pip install pyalgostrategypool
```

### Support / Getting Help
- *Bug Reporting / New Feature Request*: Please [create a new issue](https://github.com/algobulls/pyalgostrategypool/issues/new) here on GitHub.
- *Discussion Forum*: Coming Soon!
- *Additional Support*: If none of the above help, please contact [pushpak@algobulls.com](mailto:pushpak@algobulls.com).

### Contribution Guidelines
Here’s how we suggest you go about proposing a change to this project:

1. [Fork this project][fork] to your account.
2. [Create a branch][branch] for the change you intend to make.
3. Make your changes to your fork.
4. [Send a pull request][pr] from your fork’s branch to our `master` branch.

[fork]: https://help.github.com/articles/fork-a-repo/
[branch]: https://help.github.com/articles/creating-and-deleting-branches-within-your-repository
[pr]: https://help.github.com/articles/using-pull-requests/

### Changelog
See [CHANGELOG.md](https://github.com/algobulls/pyalgostrategypool/blob/master/CHANGELOG.md).

### License
See [LICENSE](https://github.com/algobulls/pyalgostrategypool/blob/master/LICENSE).


