cinar / indicator

Indicator is a Golang module that provides a rich set of technical analysis indicators, strategies, and a framework for backtesting.
GNU Affero General Public License v3.0
524 stars 103 forks source link

Strategies return nonnormalized actions #193

Closed cinar closed 2 months ago

cinar commented 4 months ago

Describe Request

Strategies return nonnormalized actions.

Fixed #192

Change Type

New feature.

codecov-commenter commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.27%. Comparing base (cba1c86) to head (b7dd7c3).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #193 +/- ## ========================================== - Coverage 93.30% 93.27% -0.03% ========================================== Files 155 155 Lines 4063 4047 -16 ========================================== - Hits 3791 3775 -16 Misses 224 224 Partials 48 48 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

heiningair commented 4 months ago

works as expected. it produces non-normalized actions now!

In my test I combined multiple strategies via AndStrategy