v4.0.17 no-backtest

This commit is contained in:
Ichinga Samuel
2026-02-21 07:43:33 +01:00
parent 844e39194b
commit 97aea6952e
124 changed files with 8198 additions and 14349 deletions
-1
View File
@@ -16,7 +16,6 @@ async def cleanup():
shutil.rmtree(Path("tests/live/configs"), ignore_errors=True)
Path.unlink(Path("tests/live/test.json"), missing_ok=True)
shutil.rmtree(Path("tests/live/trade_records"), ignore_errors=True)
shutil.rmtree(Path("tests/live/backtesting"), ignore_errors=True)
await close_all_positions()
await MetaTrader().shutdown()
except Exception as err: