-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
create_limit_sell_order() at YoBit returns invalid id. #465
Comments
Hi, @akiyoko ! Unfortunately, you removed the |
Please turn on verbose mode and paste the output. Set |
Hi, @kroitor.
Note: I removed some elements after |
@akiyoko thx! I'll fix it very soon! |
This was fixed in 1.9.378. Let us know if it works for you or not, plz. Thx! |
ccxt (1.9.378) Works well. |
can you please give me the link of trading bot that you are using in yobit exchange platform |
@m2m4m6m8m10 try freqtrade: https://www.freqtrade.io/ |
can you please give me the link of trading bot that you are using in yobit exchange platform
they are not support yobit exchange platform |
@m2m4m6m8m10 i think you can configure it to work with any exchange supported by ccxt. |
yes yobit exchange supported by ccxt |
@m2m4m6m8m10 if it's a question on the bot and not on CCXT per se, i'd recommending asking in the freqtrade community, they have a large chat here: https://discord.gg/XsMrZxqB If it's about CCXT, please, feel free to ask questions on github, we also have a dedicated CCXT chat here: https://discord.gg/dhzSKYU |
ccxt (1.9.284)
In case of YoBit, create_limit_sell_order() returns invalid id like '240006290265529'.
So, the succeeding fetch_order() raises TypeError.
On the other hand, Bittrex works well.
The text was updated successfully, but these errors were encountered: