This commit is contained in:
songkunling
2025-08-14 23:17:12 +08:00
parent e8226edd96
commit 2ad610d8fd
23 changed files with 6022 additions and 586 deletions
+1
View File
@@ -77,6 +77,7 @@ class LiveDataProvider(DataProvider):
return None
def get_historical_data(self, symbol, timeframe, count, **kwargs):
# 确保使用MT5标准常量
return mt5.copy_rates_from_pos(symbol, timeframe, 0, count)
def get_account_info(self):