Metadata-Version: 2.1
Name: Simple_PairsTrading
Version: 1.0.1
Summary: Find ideal candidates
Home-page: https://github.com/HindyDS/Pairs-Trading
Author: Hindy Yuen
Author-email: hindy888@hotmail.com
License: MIT
Description: Project description
        Pairs_trading aim to help the algorithmic trading community to find the potential candidates base on metrics like cointegrating relationship between the candidates, stationarity of the spreads, level of persistent of the series, the frequency of mean reversion and also the half-life of the spreads for pairs trading.
        
        add(syms, start, end)
        add symbols and desired time period
        
        bring_in(price_df, start, end, type='candidates')
        import dataframe instead of adding a new one
        
        restore():
        using the backup dataframe as a new one
        
        remove(syms)
        removing symbols
        
        find_candidates()
        search candidates for pair trading
        
        plot(index):
        visualize the results
Keywords: Pairs Trading
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/markdown
