Metadata-Version: 2.1
Name: tti
Version: 0.1b3
Summary: Trading Technical Indicators, python library. Where Traditional Technical Analysis and AI are met.
Home-page: https://www.trading-technical-indicators.org/
Author: Vasileios Saveris
Author-email: vsaveris@gmail.com
License: MIT
Download-URL: https://pypi.org/project/tti/#files
Project-URL: Bug Tracker, https://github.com/vsaveris/trading-technical-indicators/issues
Project-URL: Documentation, https://www.trading-technical-indicators.org/api-docs
Project-URL: Source Code, https://github.com/vsaveris/trading-technical-indicators
Description: # trading-technical-indicators
        **Trading Technical Indicators python library, where Traditional Technical Analysis and AI are met. Version 0.1.b3**
        - Calculate technical indicators (over 60 indicators supported).
        - Produce graphs for any technical indicator.
        - Get trading signals for each indicator (beta release).
        - Trading simulation based on trading signals.
        - Machine Learning integration for prices prediction (not included in this release).
        
        **Change Log**
        - 0.1.b3: Updates described in the following github issues ([#11](https://github.com/vsaveris/trading-technical-indicators/issues/11), [#7](https://github.com/vsaveris/trading-technical-indicators/issues/7), [#8](https://github.com/vsaveris/trading-technical-indicators/issues/8))
        - 0.1.b2: Bugs fixes ([#1](https://github.com/vsaveris/trading-technical-indicators/issues/1))
        - 0.1.b1: Cosmetic changes in package building file applied (setup.py)
        - 0.1.b0: First beta release
        
        **Indicators supported**
        - Accumulation Distribution Line
        - Average True Range
        - Bollinger Bands
        - Chaikin Money Flow
        - Chaikin Oscillator
        - Chande Momentum Oscillator
        - Commodity Channel Index
        - Detrended Price Oscillator
        - Directional Movement Index
        - Double Exponential Moving Average
        - Ease Of Movement
        - Envelopes
        - Fibonacci Retracement
        - Forecast Oscillator
        - Ichimoku Cloud
        - Intraday Movement Index
        - Klinger Oscillator
        - Linear Regression Indicator
        - Linear Regression Slope
        - Market Facilitation Index
        - Mass Index
        - Median Price
        - Momentum
        - Exponential Moving Average
        - Simple Moving Average
        - Time-Series Moving Average
        - Triangular Moving Average
        - Variable Moving Average
        - Moving Average Convergence Divergence
        - Negative Volume Index
        - On Balance Volume
        - Parabolic SAR
        - Performance
        - Positive Volume Index
        - Price And Volume Trend
        - Price Channel
        - Price Oscillator
        - Price Rate Of Change
        - Projection Bands
        - Projection Oscillator
        - Qstick
        - Range Indicator
        - Relative Momentum Index
        - Relative Strength Index
        - Relative Volatility Index
        - Standard Deviation
        - Stochastic Momentum Index
        - Fast Stochastic Oscillator
        - Slow Stochastic Oscillator
        - Swing Index
        - Time Series Forecast
        - Triple Exponential Moving Average
        - Typical Price
        - Ultimate Oscillator
        - Vertical Horizontal Filter
        - Volatility Chaikins
        - Volume Oscillator
        - Volume Rate Of Change
        - Weighted Close
        - Wilders Smoothing
        - Williams Accumulation Distribution
        - Williams %R
        
        API documentation and installation instructions can be found in the project's web-site:
        [Trading Technical Indicators](https://www.trading-technical-indicators.org/)
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Office/Business :: Financial
Requires-Python: >=3.8
Description-Content-Type: text/markdown
