mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 05:50:36 +00:00
chore: remove pointless ambiguous unicode characters
This commit is contained in:
@@ -48,7 +48,7 @@ from tests.conftest_trades_usdt import (
|
||||
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")
|
||||
|
||||
CURRENT_TEST_STRATEGY = "StrategyTestV3"
|
||||
|
||||
@@ -102,7 +102,7 @@ tc3 = BTContainer(
|
||||
)
|
||||
|
||||
# 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%
|
||||
# Stop-Loss Triggered 2% Loss
|
||||
tc4 = BTContainer(
|
||||
|
||||
Reference in New Issue
Block a user