cyberjunky / 3commas-cyber-bots

3Commas bot helpers, AltRank, GalaxyScore, Watchlists, Auto-Compound, TrailingStopLoss, TakeProfitIncrement
MIT License
211 stars 68 forks source link

getting error when tried to add Kucoin bot -Bot is using the 'kucoin' exchange which is not implemented yet! #29

Closed mshaltaf closed 2 years ago

mshaltaf commented 2 years ago

Describe the bug i have tried to add Kucoin bot and connect it with bot helper altrank but i'm getting the below error "Bot is using the 'kucoin123' exchange which is not implemented yet!"

cyberjunky commented 2 years ago

@mshaltaf Thank you for reporting! This error message if from an older version of altrank, it should be supported (but KuCoin was not tested by me) in the latest version. So please update en let me know.

mshaltaf commented 2 years ago

Hello @cyberjunky thanks for your reply i have tried with the new version and now getting diffrent errror , even though i tested with binince bot ... below the error

Traceback (most recent call last): File "./altrank.py", line 648, in find_pairs(botdata) File "./altrank.py", line 430, in find_pairs marketcode = get_threecommas_account(thebot["account_id"]) File "./altrank.py", line 302, in get_threecommas_account for account in data: TypeError: 'NoneType' object is not iterable

cyberjunky commented 2 years ago

We are getting there... you need to add AccountRead permissions to newly created 3Commas APIKeys... and use those.

mshaltaf commented 2 years ago

@cyberjunky , thank you , yes i have checked this and now it is working great ..

cyberjunky commented 2 years ago

Great, I close this, you can open a new issue if you encounter a bug or have a idea..