sleep 3 seconds and retrying https://paper-api.alpaca.markets/v2/account 3 more time(s)
See original GitHub issueI try paper trading with my own live feed using alpaca-backtrader-api. When I do resample for this data feed, I received message:
sleep 3 seconds and retrying https://paper-api.alpaca.markets/v2/account 3 more time(s)…
Sometimes it starts normally, but often no at all.
When disable alpaca broker, data feed working well.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:63 (28 by maintainers)
Top Results From Across the Web
Sleep 3 seconds - Alpaca Community Forum
I came back to find this in the log: sleep 3 seconds and retrying https://paper-api.alpaca.markets/v2/orders 3 more time(s)… sleep 3 seconds ...
Read more >sleep 3 seconds and retrying · Issue #3 - GitHub
When you run the bot as is, you get this message during market hours: sleep 3 seconds and retrying https://paper-api.alpaca.markets/v2/clock ...
Read more >"sleep 3 seconds and retrying.." warning when connecting to ...
when trying to run algo on Alpaca paper account during live trading hours (is_live=True). I don't think I'm hitting anywhere near the limit...
Read more >alpaca-trade-api-python - PyPI
alpaca -trade-api-python is a python library for the Alpaca Commission Free Trading API. ... APCA_RETRY_WAIT=3, 3, seconds to wait between each retry attempt....
Read more >Alpaca Trading API Guide - A Step-by-step Guide
Which stocks can you trade with Alpaca? How do I find out what time the market closes? Putting it all together – a...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
You know what, it’s not Polygon. It’s something wrong with my strategy. I tried one of the sample strategies and it works fine with polygon and paper trading. I didn’t find the problem specifically but it was an error on my part in the strategy. Thanks for the quick responses though!
closing due to lack of activity