-
Notifications
You must be signed in to change notification settings - Fork 46
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
Limit orders on dydx #33
Comments
Hey @ypsik, @junta On my end, there seems to be fewer issues entering a position, however, position exits often fail. For my setup, I am currently running on Render, but am not sure how to fetch a more detailed log history. |
Hey @ypsik, |
Hey @oh92, |
Hello,
i tested your connector, great job, just i have one issue.
You implemented dydx connector as market orders,
const type = OrderType.MARKET;
its executing to random prices and not on prices you set as limits.
Because markets on dydx are often not liquid Its just losing a lot of money, Maybe you can switch to limit orders? Maybe as option in config ?
I think you need just change from market to limit this line.
The text was updated successfully, but these errors were encountered: