Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Common pairs #2

Closed
noxydev opened this issue Dec 4, 2017 · 7 comments
Closed

Common pairs #2

noxydev opened this issue Dec 4, 2017 · 7 comments

Comments

@noxydev
Copy link

noxydev commented Dec 4, 2017

Hello,
Thank you for your good work !!!
I need your help. I don't know if the bot works normally because it search opportunities on only 5 common pairs.
Can you help me ?

@cryptoeax
Copy link
Owner

Why is that a problem? The bot should work just fine with just 5 common pairs...

@remipaeta
Copy link

I have 38 common pairs but I had the same problem.
I was forced to generate an address in each of the wallets in BITTREX.

@cryptoeax
Copy link
Owner

Interesting...

I committed 5be9e07 which makes the current code for getting a deposit address from Bittrex more robust. But I think the issue is that Bittrex's API doesn't return the wallets you haven't generated a deposit address for...

@RPCrypto Any chance you could please post the list of the common pairs you have which have a non-zero balance currently? Also, which version of the bot are you testing? Can you please run git show inside the directory of your git clone and post the sha1 of your copy? I'm asking because I have recently modified the heuristics in CoinManager.php which controls which assets are held. Thanks!

@cryptoeax
Copy link
Owner

3eb2c72 should increase the number of the common pairs that the bot detects. It makes the bot take pairs into account that it doesn't have a wallet for yet. I'd appreciate if you would please test this change and let me know how it works for you.

@remipaeta
Copy link

It works for me :-) !

@cryptoeax
Copy link
Owner

It works for me :-) !

Note that I have temporarily reverted this in bf56b9e. This ended up reducing the efficiency of the bot because with all of the extra coins it started to check, the frequency at which it would check the actual profitable coins and potentially trade on those got dropped drastically.

Once #12 is fixed, this can be committed again with a heuristic based on the profitability model to add some weight to the profitable altcoins. Since this issue is open I won't forget to actually do that...

@cryptoeax
Copy link
Owner

I committed this again in 8f392a3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants