DeviaVir/zenbot

--order_type=auto

Open

#268 opened on Jun 11, 2017

View on GitHub
 (2 comments) (4 reactions) (0 assignees)HTML (8,212 stars) (2,041 forks)batch import
enhancementhelp wanted

Description

Hi, I missed the pull the request of the --order_type parameter, but I would like to share this idea. How about an automatic order_type? The bot will start with no fee type (maker), when if the slippage cross one defined value the bot will make the fee order (taker). In most cases the bot sell/buy without any slippage and sometimes with positive slippage, which is nice. We could for example set a maximum slippage of -0.01%, and if the slippage cross that value the bot will sell/buy with the taker type order.

What do you think?

Contributor guide