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
Remove strategy.Strategy from the strategy structs #221
Closed
cinar closed 2 months ago
Most strategy structs have a
strategy.Strategy
, which is not the correct way to do interfaces in Go lang.