Skip to content

Commit

Permalink
Cinar/issue82 (#85)
Browse files Browse the repository at this point in the history
* (CRT-P0003) Function params involve heavy amount of copying
Fixes #82

* Update documentation.

* (CRT-P0003) Function params involve heavy amount of copying (#83) (#84)

Fixes #82
  • Loading branch information
cinar authored Jun 4, 2022
1 parent 66c1ce1 commit 9b313b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The [StrategyFunction](https://pkg.go.dev/github.com/cinar/indicator#StrategyFun

```golang
// Strategy function.
type StrategyFunction func(Asset) []Action
type StrategyFunction func(*Asset) []Action
```

#### Action
Expand Down

0 comments on commit 9b313b3

Please sign in to comment.