Generate common uniformly sampled timeseries using Go. Used mostly for testing filter functions or other technical analysis indicators
- Gonum for plotting in tests:
go get -u gonum.org/v1/gonum/...
go get github.com/MathisWellmann/timeseries-generator
- Geometric Brownian Motion
- SineWave
- StepFunction
- UniformProcess
- GaussianProcess
- OHLCV generator
Tests which generate images are available to get an idea of the function behaviour.