cyberjunky/3commas-cyber-bots

Maximum Active Deals in 3commas not changed

Closed this issue · 2 comments

I am not so familiar with the use of Github so I appologize in case I am not approaching you in the right way.

It's about the bot altrank.py and galaxyscore bot.
I have added the following lines in the .ini files:

originalmaxdeals = 6
allowmaxdealchange = True
allowbotstopstart = True

However, if the amount of available coinpairs become less then the initial amount of max deals, normaly the allowmaxdealchange option should be activated if I'm right.
Unfortunately it is NOT responding and the bot may produce an error message.
I have searched over here if there is an update on it but I could not find it to be honest.

Would it be possible to let me know how I can fix this? I am not a trained Python programmer but maybe if you guide me or show me where I can find an update, it would be much appreciated.

Best regards,

Jan Ceulemans
ceulemans.jan@gmail.com

@Janc63
What is the exact error that you get? I just tested altrank on a bot which had 30 deals, and lowered the maxaltrankscore in ini file to 1, so it could only find 1 valid pair, and it change the maxdeals to 1 correctly

2022-06-21 19:12:55 - altrank - INFO - Max active deals changed to 1

And when I changed maxaltrankscore to 0 (no valid pair) it stopped the bot

2022-06-21 19:15:00 - altrank - INFO - Bot exchange: Paper Account 587526 (paper_trading)
2022-06-21 19:15:01 - altrank - INFO - Bot 'PAPER PUMP USDT Long Bot' is disabled

Closing, stale ticket, no response, cannot reproduce