nickvertucci

Results 21 comments of nickvertucci

CAN WE GET THIS MERGED!!! This is because Alpaca API gets disconnected midway. So the API tries to reconnect. But when it does so, the channels are not reinitialized, hence...

There are 2 PRs with changing to a list on reconnect. LETS GET THIS DONE

I've resolved the historic agg error but updating the variables for time space and from..to but now receive this error when running the script: `def get_1000m_history_data(symbols): print('Getting historical data...') minute_history...

`import alpaca_trade_api as tradeapi from alpaca_trade_api.stream2 import StreamConn import requests import time from ta.trend import macd import numpy as np from datetime import datetime, timedelta from pytz import timezone import...

I get 1006 errors ALLLLLLL THE TIME. Same thing Object of type set is not JSON serializable. Would love to see this fix merged in ASAP

Merge? This is because Alpaca API gets disconnected midway. So the API tries to reconnect. But when it does so, the channels are not reinitialized, hence it remains a set...

Hey Dan, Found these changes although the code has been updated since. Were you able to get it working? Mine seems to be just stuck on watching symbols...

Any resolve to this? I have a running code that also stops at watching symbols

@sgtg-us do you have a working verison of this algo?