Skip to content

Commit 86e49d4

Browse files
committed
allow to select the data stream source
1 parent 55b2857 commit 86e49d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

alpaca_backtrader_api/alpacastore.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ def __init__(
128128
self.conn = Stream(api_key,
129129
api_secret,
130130
base_url,
131+
data_stream_url=data_url,
131132
data_feed=data_feed)
132133
self.instrument = instrument
133134
self.method = method

0 commit comments

Comments
 (0)