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
I really like the simplicity of the code, very well written, well done.
I am trying to make it work for Binance by replacing the API endpoint and also API key and secret.
I am tempted to believe that the Binance API uses the same market methods as in Bittrex.
So, when I try to run it for Binane I get a syntax error:
"name 'BOT_TYPE' is assigned to before global declaration"
and whenever I try to fix this by moving it around I get another error:
"NameError: name 'sell_bot' is not defined"
If any help will be gr8, otherwise I stick to Bittrex.
The text was updated successfully, but these errors were encountered:
I really like the simplicity of the code, very well written, well done.
I am trying to make it work for Binance by replacing the API endpoint and also API key and secret.
I am tempted to believe that the Binance API uses the same market methods as in Bittrex.
So, when I try to run it for Binane I get a syntax error:
"name 'BOT_TYPE' is assigned to before global declaration"
and whenever I try to fix this by moving it around I get another error:
"NameError: name 'sell_bot' is not defined"
If any help will be gr8, otherwise I stick to Bittrex.
The text was updated successfully, but these errors were encountered: