Metadata-Version: 2.1
Name: web3_calculator
Version: 0.1.1
Summary: A simple web3 calculator package
Home-page: https://github.com/Zcb991/web3-calculator
Author: Zcb991
Author-email: 2952964392@qq.com
Project-URL: Source, https://github.com/Zcb991/web3-calculator
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# web3_calculator

## 简介

用于计算止盈止损以及进出场点位

![1709446748284](./image/README/1709446748284.png)

## 使用方法

```
python

# 先安装
pip install web3_calculator==0.0.7

# 再使用
from web3_calculator import web3_calculator

wc = web3_calculator()

```


## 多单

![1709447475055](./image/README/1709447475055.png)

## 空单

![1709447506076](./image/README/1709447506076.png)

## 分批进场

![1709447521631](./image/README/1709447521631.png)

## 分批出场

![1709447547045](./image/README/1709447547045.png)
