mirror of
https://github.com/Ichinga-Samuel/aiomql.git
synced 2026-07-27 20:27:43 +00:00
v4.0.2
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "aiomql"
|
||||
version = "4.0.1"
|
||||
version = "4.0.2"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
classifiers = [
|
||||
|
||||
@@ -183,6 +183,7 @@ class BackTester:
|
||||
self.executor.add_strategy(strategy=strategy)
|
||||
return True
|
||||
else:
|
||||
self.mt._market_book_add(strategy.symbol.name)
|
||||
info = self.mt._symbol_info(strategy.symbol.name)
|
||||
time = datetime.fromtimestamp(self.backtest_engine.cursor.time, tz=UTC)
|
||||
tick = self.mt._copy_ticks_from(strategy.symbol.name, time, 1, CopyTicks.ALL)
|
||||
|
||||
Reference in New Issue
Block a user