This commit is contained in:
David Brazda
2023-05-08 18:34:13 +02:00
parent 45c356c1df
commit 1cdfa803b2
12 changed files with 294 additions and 167 deletions

View File

@ -543,8 +543,8 @@ def get_alpaca_history_bars(symbol: str, datetime_object_from: datetime, datetim
#ohlcvList = {}
#bars = {}
return 0, bars.data[symbol]
#bars.data[symbol]
return 0, result
except Exception as e:
return -2, str(e)