معرفی شرکت ها


TradeGate-0.3.5.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A Trading Gateway
ویژگی مقدار
سیستم عامل OS Independent
نام فایل TradeGate-0.3.5.2
نام TradeGate
نسخه کتابخانه 0.3.5.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Rustin Soraki
ایمیل نویسنده -
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/TradeGate/
مجوز -
# Trade Gate <div align="center"> ![PyPI](https://img.shields.io/pypi/v/TradeGate?style=flat-square) ![PyPI - Downloads](https://img.shields.io/pypi/dm/TradeGate) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/TradeGate?style=flat-square) ![GitHub](https://img.shields.io/github/license/rastins/tradegate?style=flat-square) </div> An algorithmic trading library to use as a gateway to different exchanges. ## Documentations and examples Documentations are available on [read the docs](https://tradegate.readthedocs.io), but currently it's not complete. Examples for each exchange will be added soon, until then, there are good examples in the Test folder. ## How to install Use this Github repository by running ```python setup.py install```, or using pip: ```bash pip install TradeGate ``` ## How to use Use with a config file in JSON format. Your config file should look like this: ```json { "Binance": { "exchangeName": "Binance", "credentials": { "main": { "futures": { "key": "API-KEY", "secret": "API-SECRET" }, "spot": { "key": "API-KEY", "secret": "API-SECRET" } }, "test": { "futures": { "key": "API-KEY", "secret": "API-SECRET" }, "spot": { "key": "API-KEY", "secret": "API-SECRET" } } } } } ``` You should read this config file as JSON and give the desired exchange information to the main class initializer. Use sandbox argument to connect to the testnets of exchanges (if it exists). This is shown below: ```python from TradeGate import TradeGate import json with open('/path/to/config/file.json') as f: config = json.load(f) gate = TradeGate(config['Binance'], sandbox=True) print(gate.getSymbolTickerPrice('BTCUSDT')) ``` ## Current Supported Exchanges - Binance - ByBit - KuCoin ## Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. The best way to contribute right now is to implement as many exchanges as possible. Make sure all test cases are passing. ## License [MIT](https://choosealicense.com/licenses/mit/)


نیازمندی

مقدار نام
- binance-connector
- requests
- apscheduler
- websocket-client
- urllib3
<3.0 tzlocal
- pandas
- pybit


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl TradeGate-0.3.5.2:

    pip install TradeGate-0.3.5.2.whl


نصب پکیج tar.gz TradeGate-0.3.5.2:

    pip install TradeGate-0.3.5.2.tar.gz