You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 15, 2021. It is now read-only.
Running multiple strategies in paper mode often fails due to ccxt hitting rate limits.
ExchangeRequestError: Request failed: bitfinex https://api.bitfinex.com/v1/pubticker/BTCUSD GET HTTPSConnectionPool(host='api.bitfinex.com', port=443): Max retries exceeded with url: /v1/pubticker/BTCUSD (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f50bfa34b38>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',)) ["error", 11010, "ratelimit: error"]
Some possible solutions:
skip the trading step
possibly run one live/paper worker process per container
limit trading to hourly/daily frequency by skipping trade steps until time to fetch
fetch data from one worker process and have other workers ingest from it
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Running multiple strategies in paper mode often fails due to ccxt hitting rate limits.
Some possible solutions:
The text was updated successfully, but these errors were encountered: