Metadata-Version: 2.1
Name: algotrader
Version: 0.1.dev0
Summary: Python implementations of commonly used trading algorithms
Home-page: https://github.com/vrishank97/AlgoTrading
Author: Vrishank Bhardwaj
Author-email: vrishank1997@gmail.com
License: UNKNOWN
Description: # AlgoTrading
        Python Implementations of popular Algorithmic Trading Strategies, along with genetic algorithms for tuning parameters based on historical data.
        
        ## Algorithms -
        1. CCI Correction (Done)
        2. Stochastic Pop and Drop (Done)
        3. Percent Above 50-day SMA (Done)
        4. Moving Momentum (Done)
        5. Exponential Moving Averages (Done)
        6. Double Exponential Moving Averages (Done)
        7. Triple Exponential Moving Averages (Done)
        8. Six-Month Cycle MACD (Done)
        9. Gap Trading Strategies
        10. Harmonic Patterns
        11. The Last Stochastic Technique
        12. Percent B Money Flow
        13. Pre-Holiday Effect
        14. RSI2
        15. Faber’s Sector rotation Trading Strategy
        16. CVR3 VIX Market Timing
        17. Slope Performance Trend
        18. Swing Charting
        19. Ichimoku Cloud
        20. Trend Quantification and Asset Allocation
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
