From d6a2a8251d5efa4b35ac9f25f234f8489face85c Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 1 Mar 2021 19:12:02 +0100 Subject: [PATCH] Add warning about sandboxes closes #4468 --- docs/sandbox-testing.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/sandbox-testing.md b/docs/sandbox-testing.md index 9c14412de..5f572eba8 100644 --- a/docs/sandbox-testing.md +++ b/docs/sandbox-testing.md @@ -6,6 +6,10 @@ With some configuration, freqtrade (in combination with ccxt) provides access to This document is an overview to configure Freqtrade to be used with sandboxes. This can be useful to developers and trader alike. +!!! Warning + Sandboxes usually have very low volume, and either a very wide spread, or no orders available at all. + Therefore, sandboxes will usually not do a good job of showing you how a strategy would work in real trading. + ## Exchanges known to have a sandbox / testnet * [binance](https://testnet.binance.vision/)