backtester: Fix selling bug, add planned features list (#722)

* Fixes sell bug. Updates docs. Adds test

* Doc fixes

* reorder and lint

* Lint again!

* Minor improvement to ensure theoretical upsized orders don't exceed portfolio limits

* Fixes test error

* %vamoose!

* Fixes defaulting to int
This commit is contained in:
Scott
2021-07-27 12:50:07 +10:00
committed by GitHub
parent c23d66b873
commit b5aa3eddb2
21 changed files with 225 additions and 88 deletions

View File

@@ -170,6 +170,11 @@ func main() {
// Github API missing contributors
contributors = append(contributors, []Contributor{
{
Login: "tk42",
URL: "https://github.com/tk42",
Contributions: 2,
},
{
Login: "daniel-cohen",
URL: "https://github.com/daniel-cohen",
@@ -251,6 +256,11 @@ func main() {
URL: "https://github.com/CodeLingoBot",
Contributions: 1,
},
{
Login: "blombard",
URL: "https://github.com/blombard",
Contributions: 1,
},
}...)
if verbose {