Metadata-Version: 2.1
Name: contigion-metatrader
Version: 1.0.1
Summary: A library for retrieving forex data in the Contigion projects
Author-email: Contigion <contigion@gmail.com>
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: MetaTrader5
Requires-Dist: contigion_utils
Requires-Dist: datetime

# contigion-metatrader
A library for retrieving forex data in the Contigion projects

[![Pylint](https://github.com/Contigion/metatrader/actions/workflows/pylint.yml/badge.svg?branch=main)](https://github.com/Contigion/utils/actions/workflows/pylint.yml)
[![Publish to PyPI](https://github.com/Contigion/metatrader/actions/workflows/publish.yml/badge.svg?branch=main)](https://github.com/Contigion/utils/actions/workflows/publish.yml)
[![Python Version](https://img.shields.io/pypi/pyversions/contigion-metatrader?style=flat)](https://pypi.org/project/contigion-utils/)
[![PyPi Version](https://img.shields.io/pypi/v/contigion-metatrader?style=flat)](https://pypi.org/project/contigion-utils/)

## Installation
To install the library, simply run:

`
pip install contigion-metatrader
`

## Usage
You can use any of the functions in this library by importing them. For example:


``` python

```

## Modules
The library has the following modules with these functions

### `
  - 



## Contributions

Contributions are welcome! 
If you find any issues or want to improve the library, feel free to submit an issue.
