dededdew
This commit is contained in:
Binary file not shown.
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user