Skip to content

Tags: cinar/indicator

Tags

v2.1.12

Toggle v2.1.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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 -->

v2.1.11

Toggle v2.1.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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 -->

v2.1.10

Toggle v2.1.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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 -->

v2.1.9

Toggle v2.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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 -->

v2.1.8

Toggle v2.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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 -->

v2.1.7

Toggle v2.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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 -->

v2.1.6

Toggle v2.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v2.1.5

Toggle v2.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
SLog logger is added. (#225)

# Describe Request

SLog logger is added.

Fixed #224

# Change Type

New feature.

v2.1.4

Toggle v2.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
CommonPeriod and SyncPeriod added. (#213)

# Describe Request

CommonPeriod and SyncPeriod are added to help synchronize channels with
varying periods.

Fixed #211

# Change Type

New feature.

v2.1.3

Toggle v2.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Strategies return nonnormalized actions (#193)

# Describe Request

Strategies return nonnormalized actions.

Fixed #192 

# Change Type

New feature.