backtester: custom strategy plugins (#989)

* Adds custom strategy

* docs and structure

* docs

* rn

* Documents plugins, adds custom strat config

* mini fixes. Fleshes strategy test

* docgen

* Updates plugins to allow for multiple strategies to be loaded

* docs

* docs regen

* fix doc accuracy

* why did I add the word custom?
This commit is contained in:
Scott
2022-08-23 14:22:06 +10:00
committed by GitHub
parent ae02f168a9
commit 10f7ff3236
17 changed files with 829 additions and 86 deletions

View File

@@ -77,7 +77,7 @@ func (b *Base) GetReasons() []string {
return b.Reasons
}
// GetBase returns an event base
// GetBase returns the underlying base
func (b *Base) GetBase() *Base {
return b
}