Metadata-Version: 2.1
Name: tagenalgo
Version: 1.0.1
Summary: A parameter optimization algorithm for trading strategy
Home-page: https://github.com/mick-liu/tagenalgo
Author: Mick Liu
Author-email: mickey70636@gmail.com
License: BSD
Description: # Tagenalgo
        
        A parameter optimization algorithm for trading strategy.
        
        The is a genetic algorithm incorporated with technical analysis indicator to optimize parameters of a strategy. The innovation of the algorithm is  that you can customize your strategy and use the algorithm to optimize the parameters included in the strategy. 
        
        In general, this algorithm provides the following three main functions.
        
        1. Optimize parameters of common technical analysis indicators such as "Relative Strength Indicator" or "Simple Moving Average".    
        2. Optimize parameters of combined technical analysis indicators. E.g. "Relative Strength Indicator" + "Simple Moving Average".
        3. Optimize parameters of customized strategy. E.g. "Relative Strength Indicator" + "self-defined stop loss mechanism".
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
