This tool is made for crypto/stock leverage traders. No setup needed. Simply run python3 LeverageCalculator.py
or double click the script and input your desired margin for a trade, & the calculator will return all suggested leverages with margin amounts.
- Windows
- MacOS
- Linux
- Python: To install, run the command below on your terminal (or download Python Installation from https://www.python.org/downloads/ ). A restart will be required to fully install.
Windows:
$ winget install python3
Linux:
$ sudo apt install python
MacOS:
# You will need to install brew before you can install python.
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
$ brew install python