Tags: cinar/indicator
Tags
Weighted Close indicator and its strategy are added. (#263) # Describe Request Weighted Close indicator and its strategy are added. Fixed #242 # Change Type New feature. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced the "Weighted Close" indicator and "Weighted Close Strategy" to enhance technical analysis tools. - Added a new trend strategy for calculating the weighted close of assets. - Implemented functionality for generating actionable recommendations and detailed reports based on asset snapshots. - **Bug Fixes** - Minor formatting adjustments in documentation for improved clarity. - **Tests** - Added comprehensive tests for both the "Weighted Close" indicator and "Weighted Close Strategy" to ensure functionality and accuracy. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Alligator strategy is added. (#253) # Describe Request Alligator strategy is added. Fixed #252 # Change Type New strategy. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced the "Alligator Strategy" in the "Trend Strategies" section. - Added two new strategies: "Inverse Strategy" and "No Loss Strategy" in the "Decorator Strategies" section. - Enhanced the `AllStrategies` function to include the Alligator strategy. - **Bug Fixes** - Updated method signature for `RemoveAll` in the helper package documentation. - **Tests** - Added tests for the Alligator Strategy's computation and reporting functionalities. - **Documentation** - Updated README files to reflect new strategies and their details. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Smoothed Moving Average (SMMA) Strategy added. (#249) # Describe Request Smoothed Moving Average (SMMA) Strategy added. # Change Type New Strategy. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced the Smoothed Moving Average (SMMA) Strategy to the Indicator Go module. - Added associated methods for the SMMA strategy, enhancing trend analysis capabilities. - **Bug Fixes** - Updated documentation to reflect new function signatures and improve clarity. - **Tests** - Established a testing framework for the SMMA strategy, validating computation and reporting functionalities. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Ease of Movement Strategy is added. (#241) # Describe Request Ease of Movement Strategy is added. # Change Type New strategy. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced the `EaseOfMovementStrategy`, providing buy and sell recommendations based on market data. - Enhanced the documentation with a comprehensive overview of version 2 features, including improved configurability and backtesting capabilities. - Expanded and reorganized the lists of indicators and strategies. - **Documentation** - Updated the `README.md` to clarify installation, usage, contributing guidelines, and licensing information. - Added a section detailing repository implementations and synchronization functionality. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Negative Volume Index Strategy is added. (#237) # Describe Request Negative Volume Index Stratey is added. # Change Type New strategy. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Release Notes - **New Features** - Introduced the `Negative Volume Index Strategy` for enhanced trading decisions. - Comprehensive updates to the documentation, including installation instructions and a new section on backtesting functionality. - Added support for fully configurable indicators and strategies, enhancing user flexibility. - **Bug Fixes** - Improved clarity in licensing information and contributing guidelines. - **Documentation** - Expanded lists of indicators and strategies with detailed descriptions and links. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Envelope trend indicator and Envelope strategy are added. (#233) # Describe Request Envelope trend indicator and Envelope strategy are added. Fixed #228 # Change Type New feature. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced a new `Envelope` indicator and multiple new strategies, enhancing the library's capabilities. - Added dedicated test data in CSV format for better validation of indicators and strategies. - **Documentation** - Added detailed documentation for the new `Envelope` type and its methods. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
Fix incorrect variables n `backtest.NewReport` (#229) The variables passed to `backtest.NewReport` are for repository configuration settings causing the script to fail. This correctly sets `reportName` and `reportConfig`. Co-authored-by: Onur Cinar <onur.cinar@gmail.com>
PreviousNext