From 885a653439bd49e8d5b25d75422f2559dfc225aa Mon Sep 17 00:00:00 2001
From: creslinux <creslin@gmail.com>
Date: Mon, 16 Jul 2018 16:18:54 +0000
Subject: [PATCH] Disabled full debug  on in last commit Switched Stops to
 trigger on Low Switched Stops to pay stop-rate not close.

---
 freqtrade/optimize/backtesting.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/freqtrade/optimize/backtesting.py b/freqtrade/optimize/backtesting.py
index 3aabfc2ad..774d4b954 100644
--- a/freqtrade/optimize/backtesting.py
+++ b/freqtrade/optimize/backtesting.py
@@ -98,7 +98,7 @@ class Backtesting(object):
         self.debug = False                       # Main debug enable, very print heavy, enable 2 loops recommended
         self.debug_timing = False                # Stages within Backslap
         self.debug_2loops = False               # Limit each pair to two loops, useful when debugging
-        self.debug_vector = False               # Debug vector calcs
+        self.debug_vector = True               # Debug vector calcs
         self.debug_timing_main_loop = True     # print overall timing per pair - works in Backtest and Backslap