You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi mate i know solution for this , in mi version i have solved this https://github.com/reproteq/TelegramKrakenBot
and other issues , and now work with las python-telegram-bot 13.7 no deprecated functions i rewrite alls
kraken not alls pair are same format XcurrencyZfiat
// funcion compara tcoin con la lista de kraken si no esta es que se modifico para patch ada por lo tanto se agrego una xada y la quita
// ttcode fix for ADAEUR pair convert 6len to standard 8len XADAZEUR XcurrencyZfiat
def pairSubXZ(pair):
for asset, _ in assets.items():
print(asset)
if pair == asset:
pair = pair
break
if pair == 'X'+asset:
pair = pair[1:]
break
if pair == 'Z'+asset:
pair = pair[1:]
break
return pair
Hello,
When I execute the trade command with XLM and EUR base coin.
The bot does not do anything after the 'Enter volume' I have tried with several values and it does not do anything.
Steps to reproduce:
I can only hit cancel and move to the main menu,
Any ideas?
Thanks in advance,
The text was updated successfully, but these errors were encountered: