This commit is contained in:
27942
2025-10-13 18:08:40 +08:00
parent 90dcfb6dee
commit 7da48ca558
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -172,7 +172,7 @@ def backtest(dates, tp=8, sl=-1):
# ===============================================================
if __name__ == '__main__':
dates = [f"2025-9-{i}" for i in range(1, 31)]
dates = [f"2025-7-{i}" for i in range(1, 31)]
for i in range(1, 11):
for i1 in range(1, 51):
trades, stats = backtest(dates, tp=i1, sl=0 - i)