Skip to content

jesstruck/etx-summarizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

The intention of this Python project is to provide the basic statistics about my trading habbits, based on the data i get from my CFD broker ETX capital

Installation

Requirements

  • Python 3.6 or newer

To install the package using pip simply run the following command

  pip3 install etx-sum

Usage

The usage of this is intended to extremely simple

After you have installed the package see Installation you simply log into your ETX account download youre trading history, to nice place on you computer.

In ETX this is done like seen on the below screenshot.

How to get you're trading history

when the download completes, you simple run the following command in your terminal.

  etx-sum <path_to_where_you_downloaded_your_trading_history>

Participate

building

  python3 setup.py clean --all sdist bdist_wheel 

Installing locally

  python3 setup.py clean --all install

Uploading to pypi

  python3 -m twine upload dist/*

Username: __token__

For the actual token you need to be part of the project

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages