-
Notifications
You must be signed in to change notification settings - Fork 108
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
How to use the whole account on every restart #34
Comments
Try |
Thank you for answer! Was looking at that on README it still says
|
When launched, the bot closes all orders. This is how it calculates the total balance and makes deposit reserves. Then it re-places orders based on the specified configuration. You can prohibit closing orders at the start. But then all orders that were on the market at the start will be ignored and will not be taken into account during operation. The orders that were opened during the current bot session will be taken into account export IGNORE_ORDERS_AT_START=true Although I may have misunderstood your problem |
Thank you for answering. |
A rule that would move everything into one pair (USDT) when it starts, from those two pair you setup of course, then it can start over with it's calculations with everything in USDT. |
The transfer of the deposit at the start of the bot to one trading currency is specifically left to the discretion of the user. |
I know it's the bot that will make that sell order and turn it into USDT for example, If the user wants that option it's our own risk right? Cause I kinda do it every time now for two years. |
Well it can be a bigger problem the bigger the order is and longer the bot has to wait to fulfil it enough to start.. Im restarting the bot when the market is idling for a certain time and the bot are above the "buy order" and earned enough and then I stop the bot, canceling orders, selling everything into USDT and then restart the bot and then it builds a bigger reserve and have some extra to trade with. |
When the bot does it's last big sell at top and then has the So like do that "process" in-between before it continues again? 🙈 |
How to use the whole account every time bot restarts? (The PAIRS you are using.)
Like not only use the reserves and end up splitting it up so bad it's just fractions left for trading. 👀
This is the config I use:
That ends up with 30% Reserved and that's fine, but BTC is at 100% and it's kept away if I restart the bot.. Im not really understanding the configuration.
Im trying to run the bot and then stop it after a certain limit is met and then restart it and let the bot use the whole account on USDT and BTC that are there and create new 30% reserve each time.
Now it's just eating up the reserves into tiny satoshis 🤔 And then I have to stop the bot, login to Poloniex and sell all into USDT again, restart bot so the bot can use the "whole account" on those two PAIRS I use.
The text was updated successfully, but these errors were encountered: