0 purchases
reporttool 3.0.0a3
Report Tool 3.0.0-alpha3
Report Tool is an application coded in Python 3.11 / PyQt5 using IG Rest API to show basics statistics about past trades.
Features
Listing of past trades,
Summary in points, points per lot, currency or percentage
Equity curves,
Export of trades in .txt format or .jpeg format
Trades comment,
Market filter.
Installation
What you will need
Python 3.11: https://www.python.org/downloads/
pip (should already be installed with Python): https://pip.pypa.io/en/stable/installing/
poetry: curl -sSL https://install.python-poetry.org | python3 -
More info: https://python-poetry.org/docs/#installing-with-the-official-installer
Dependencies
cd Report-Tool
poetry install
Usage
Download the archive and unzip it:
Either run the entry point:
cd Report-Tool
poetry run report-tool
Or run the script:
cd Report-Tool
poetry run python -m report_tool
Enter your credentials, via the menu "Connect"
Have fun !
Building the msi installer
cd Report-Tool
poetry run python setup.py bdist_msi
Disclaimer
This tool was originally created by user beniSo, but he's no longer on GitHub.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.