mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-22 15:10:13 +00:00
* 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
22 lines
752 B
Cheetah
22 lines
752 B
Cheetah
{{define "backtester backtest" -}}
|
|
{{template "backtester-header" .}}
|
|
## {{.CapitalName}} package overview
|
|
|
|
The backtest package is the most important package of the GoCryptoTrader backtester. It is the engine which combines all elements.
|
|
It is responsible for the following functionality
|
|
- Loading settings from a provided config file
|
|
- Retrieving data
|
|
- Loading the data into assessable chunks
|
|
- Analysing the data via the `handleEvent` function
|
|
- Looping through all data
|
|
- Outputting results into a report
|
|
|
|
|
|
A flow of the application is as follows:
|
|

|
|
|
|
|
|
### Please click GoDocs chevron above to view current GoDoc information for this package
|
|
{{template "contributions"}}
|
|
{{template "donations" .}}
|
|
{{end}} |