-
Notifications
You must be signed in to change notification settings - Fork 348
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
MACD analysis stuck on ~150/270 records #635
Comments
As it turns out, this is due to the request throttling. I changed Bitfinex.py to rotate requests though a couple different proxies. This seems like a decent workaround. |
I have the same issue with bitfinex. How you managed to add proxies ? |
@d3spwn could you share your bitfinex.py? i Have the same issue right now :( |
I'm having the same issue too. |
same issue, too |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
I've been running the bot for close to a day now. I've set up MACD market analysis with the values suggested in the documentation. The bot seems stuck on ~150/270 records. Sometimes the number even goes down:
Note: this in on Bitfinex and I'm only analyzing BTC
Lowering data_tolerance is not an option because the minimum (10) would mean at least 180 records are needed. I can't even get to that.
BTC : Need more data for analysis, still collecting. I have 147/270 records
Caught exception during MACD analysis, using percentile for now
BTC : Need more data for analysis, still collecting. I have 146/270 records
Caught exception during MACD analysis, using percentile for now
BTC : Need more data for analysis, still collecting. I have 145/270 records
Caught exception during MACD analysis, using percentile for now
BTC : Need more data for analysis, still collecting. I have 144/270 records
Caught exception during MACD analysis, using percentile for now
The text was updated successfully, but these errors were encountered: