Releases: cinar/indicator
Releases · cinar/indicator
v2.1.9
v2.1.8
v2.1.7
v2.1.6
What's Changed
- New AndStrategy and OrStrategy starts empty. by @cinar in #231
- Fix incorrect variables n
backtest.NewReport
by @shapeshed in #229
New Contributors
- @shapeshed made their first contribution in #229
Full Changelog: v2.1.5...v2.1.6
v2.1.5
v2.1.4
What's Changed
- Move HTML backtest report out of the backtest to enable other type of reports. by @cinar in #209
- Fixing the spelling mistakes. by @cinar in #212
- GCD and LCD added. by @cinar in #214
- Unused parameters are removed following golangci-lint revive errors. by @cinar in #215
- Report factory is added. by @cinar in #216
- Days between helper added. by @cinar in #219
- Data report is added. by @cinar in #218
- CommonPeriod and SyncPeriod added. by @cinar in #213
Full Changelog: v2.1.3...v2.1.4
v2.1.3
v2.1.2
What's Changed
- Stop loss strategy added. by @cinar in #203
- Build tools target is added to the taskfile. by @cinar in #204
- Fixing a deadlock issue in the outcome calculation. by @cinar in #205
- Repository factory is added. by @cinar in #206
- Repository factory new tests. by @cinar in #207
Full Changelog: v2.1.1...v2.1.2
v2.1.1
What's Changed
- Added a timestamp to backtest reports. by @cinar in #191
- Alpaca Markets Repository added. by @cinar in #179
- Switching to the Task based builds. by @cinar in #195
- Removing the shell scripts. by @cinar in #196
- No loss strategy added. by @cinar in #199
- Inverse strategy is added. by @cinar in #200
- CLA upgrade. by @cinar in #201
- Doc update by @cinar in #202
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- Updated link to v1 branch. by @cinar in #178
- Types of function parameters are combined. by @cinar in #186
- Using %q to quote a string in fmt.Sprintf format specifiers. by @cinar in #187
- Using http.NoBody instead of nil in http.NewRequest calls. by @cinar in #188
- Combining multiple append into a single call. by @cinar in #189
- Snapshot volume is changed to float64 from int64. by @cinar in #190
Full Changelog: v2.0.6...v2.1.0