Metadata-Version: 2.1
Name: MarketQuant
Version: 0.2.2
Summary: A quantitative market analysis tool builder library
Home-page: https://github.com/maxheltzel/MarketQuant
Author: Max Heltzel
Author-email: maxheltzel6@gmail.com
License: MPL-2.0
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: mplfinance
Requires-Dist: mplcursors
Requires-Dist: yfinance
Requires-Dist: numpy

<p align="center">
  <img src="https://github.com/maxheltzel/MarketQuant/blob/main/Market_Quant/MarketQuant_Logo.png?raw=true" width="300"/>
</p>

<p align="center">
  <img src="https://img.shields.io/pypi/v/marketquant" alt="PyPI - Version"/> 
  <img src="https://img.shields.io/pypi/dm/marketquant" alt="PyPI - Downloads"/> 
  <a href="https://paypal.me/maxheltzel2?country.x=US&locale.x=en_US">
    <img src="https://img.shields.io/badge/Donate-PayPal-green.svg" alt="Donate"/>
  </a>
</p>

---

This is the official and updated Python MarketQuant repository.

## Installation 
`pip install MarketQuant matplotlib numpy pandas mplfinance scipy mplcursors yfinance`  
*You may need to use `pip3` instead of `pip`*

## What can this program do?
 - Build and simulate trading strategies using the TradingEngine class.
 - Charts your trades and outputs your strategy performance.
 - Extensible Framework to allow for complete customization
 - Constantly adding more tools and features.

 ### TBD 
 - Paper trading client.
 - Charles Schwab API implementation to the Data Engine for the Simulator.
 - Bring over and configure quantitative tools to the repo.
 - Add YouTube tutorials for the library.

### Notes
The MarketQuant folder has all the code for the repo.

## Youtube Tutorials
1. To be added.


---

### Mozilla Public License 2.0
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at:

https://mozilla.org/MPL/2.0/

Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
