From aaeaeb3f9d0df5fc9e4670489d7037617fafcf6f Mon Sep 17 00:00:00 2001 From: freqyfreqy <96843562+freqyfreqy@users.noreply.github.com> Date: Thu, 6 Jan 2022 23:55:47 -0800 Subject: [PATCH] test --- docs/backtesting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/backtesting.md b/docs/backtesting.md index 001941993..41d381f76 100644 --- a/docs/backtesting.md +++ b/docs/backtesting.md @@ -4,7 +4,7 @@ This page explains how to validate your strategy performance by using Backtestin Backtesting requires historic data to be available. To learn how to get data for the pairs and exchange you're interested in, head over to the [Data Downloading](data-download.md) section of the documentation. - + ## Backtesting command reference ```