markusaksli / TradeBot

Crypto trading bot using Binance API (Java)
GNU General Public License v3.0
373 stars 138 forks source link

live mode problem #34

Open frankk2005123 opened 2 years ago

frankk2005123 commented 2 years ago

First of all I want to congratulate you on your work! .. I wait for the new update impatiently! I have been testing the bot many times in simulation mode and it seems to work quite well and is stable. But now I am starting to test it with real money and it does not execute the orders, the problem is that it remains frozen for hours with the following text "placing a buy market order for XXX / XXX active" I have tested it with various currency amounts from 1 to 12 and I always get the same. API keys are correct, what can happen?

On the other hand, what is the maximum number of currencies you recommend per bot? ... for the new version it is possible to change the time intervals of the candles between 1m to1D? it would be fantastic!

markusaksli commented 2 years ago

I haven't run into this issue on live mode, can you confirm it still happens on the latest release?

About the maximum number of currencies probably no more than 100 or something. I haven't tested the limits of the bot but keeping in mind your request weight is limited to 1200 per minute if you run frequent trades on 100 currencies you can probably saturate it real quick.

Of course it also depends on your horsepower. While TradeBot is thoroughly multi-threaded it can probably run into a memory or CPU bottleneck at some point.

ugurisik commented 1 year ago

I have the same issues, the problem is that it remains frozen for hours with the following text "placing a buy market order for XXX / XXX active"

nooneoner commented 6 months ago

is this problem already solved?