Metadata-Version: 1.1
Name: technical_indicators
Version: 0.0.15
Summary: This module provides some technical indicators for analysing stocks.
Home-page: https://github.com/jcrmatos/technical_indicators
Author: Joao Matos
Author-email: jcrmatos@gmail.com
License: GNU General Public License v2 or later (GPLv2+)
Description: technical_indicators
        ====================
        
        This module provides some technical indicators for analysing stocks.
        
        When I can I will add more.
        
        If anyone wishes to contribute with new code or corrections/suggestions, feel free.
        
        
        **Features:**
        
            Relative Strength Index (RSI), ROC, MA envelopes
            Simple Moving Average (SMA), Weighted Moving Average (WMA), Exponential Moving Average (EMA)
            Bollinger Bands (BB), Bollinger Bandwidth, %B
        
        
        **Dependencies:**
        
        It requires numpy.
        
        This module was done and tested under Windows with Python 2.7.3 and numpy 1.6.1.
Keywords: technical analysis indicators
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Office/Business :: Financial :: Investment
