tudorelu / pyjuque

⚡ Open Source Algorithmic Trading Bot for Python.
MIT License
456 stars 90 forks source link

okex exchange didn't work #25

Closed mikedigriz closed 2 years ago

mikedigriz commented 2 years ago

okex exchange now didn't work - api change from api-v3 to api-v5 pip install ccxt==1.56.29 --no-deps fix this problem

alanshalem commented 2 years ago

Had this error today, fixed it with your answer. Thank you!