Metadata-Version: 2.1
Name: etx-sum
Version: 0.0.2
Summary: ext-sum.py is intended to be a small utillity script that gives a few greate stats on your daytrading results
Home-page: https://github.com/jesstruck/etx-summarizer
Author: Jes Struck
Author-email: mail@jesstruck.dk
License: UNKNOWN
Description: # 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](https://www.etxcapital.com/)
        
        
        # 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](#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 ](./static/tradingHistory.png)
        
        when the download completes, you simple run the following command in your terminal.
        
              etx-sum <path_to_where_you_downloaded_your_trading_history>
        
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
