chore: remove pointless ambiguous unicode characters
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ from tests.conftest_trades_usdt import (
|
|||||||
logging.getLogger("").setLevel(logging.INFO)
|
logging.getLogger("").setLevel(logging.INFO)
|
||||||
|
|
||||||
|
|
||||||
# Do not mask numpy errors as warnings that no one read, raise the exсeption
|
# Do not mask numpy errors as warnings that no one read, raise the exception
|
||||||
np.seterr(all="raise")
|
np.seterr(all="raise")
|
||||||
|
|
||||||
CURRENT_TEST_STRATEGY = "StrategyTestV3"
|
CURRENT_TEST_STRATEGY = "StrategyTestV3"
|
||||||
|
|||||||
@@ -102,7 +102,7 @@ tc3 = BTContainer(
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Test 4: Minus 3% / recovery +15%
|
# Test 4: Minus 3% / recovery +15%
|
||||||
# Candle Data for test 3 – Candle drops 3% Closed 15% up
|
# Candle Data for test 3 - Candle drops 3% Closed 15% up
|
||||||
# Test with Stop-loss at 2% ROI 6%
|
# Test with Stop-loss at 2% ROI 6%
|
||||||
# Stop-Loss Triggered 2% Loss
|
# Stop-Loss Triggered 2% Loss
|
||||||
tc4 = BTContainer(
|
tc4 = BTContainer(
|
||||||
|
|||||||
Reference in New Issue
Block a user