Strategy settings

Where in the strategy settings can I set a delay for the next auto-lowering step if, for example, I need to lower the Sell order every 30 seconds?

There are a number of parameters in the strategy settings that are responsible for the automatic reduction of a Sell order after a certain period of time. The delay in price reduction steps in seconds is set in the PriceDownDelay parameter. How it works: after buying a coin, we first try to sell at the […]

Where in the strategy settings can I set a delay for the next auto-lowering step if, for example, I need to lower the Sell order every 30 seconds? Read More »

Can I reduce the price in the MoonBot terminal not in absolute values, for example, every 0.2%, but in relative values?

Yes, you can do this with the PriceDownRelative parameter in the strategy settings: If NO, it is the percentage of the absolute price; if YES, it is the difference between the current sell and buy price. Example 1: If SellPrice=1%, PriceDownRelative=NO, PriceDownPercent=0.2%, then after the set time SellPrice decreases from 1% to 0.8%, in other

Can I reduce the price in the MoonBot terminal not in absolute values, for example, every 0.2%, but in relative values? Read More »

How can I set the percentage of auto-reduction in the auto-reduction function, for example, I want to reduce by 1% in each step until I find buyers?

There are a number of parameters in the strategy settings, which are responsible for auto-reduction of a Sell order after a certain period of time. The parameter that you need is PriceDownPercent, which contains a number in percentage terms of how much to reduce the price of the sell order at each step of the

How can I set the percentage of auto-reduction in the auto-reduction function, for example, I want to reduce by 1% in each step until I find buyers? Read More »

I want to enable auto take down after some time, is there such a feature in the MoonBot terminal?

Yes, in the strategy settings there are a number of parameters that are responsible for Sell order auto-down after some time. Specifically, the timer for enabling auto down is set in the PriceDownTimer parameter (the value is set in seconds), if you set it to zero, the timer will not be enabled and the Sell

I want to enable auto take down after some time, is there such a feature in the MoonBot terminal? Read More »

I want to buy coins to hold without placing a Sell order after buying a coin, can this be implemented in MoonBot?

Yes, in MoonBot, this can only be done on the spot market with the AutoSell option in the strategy setting. If you uncheck this option (NO), then no Sell order will be placed after the purchase and all purchased coins will accumulate on your balance. If you will need to bring back the Sell order,

I want to buy coins to hold without placing a Sell order after buying a coin, can this be implemented in MoonBot? Read More »

I have several strategies with the same key to combine orders, but with different settings. Can you tell me what the parameters of the merged order will be?

When merging Sell orders, all basic settings (stoploss, trailing, etc.) will be applied to the new merged order in manual trading or manual strategy settings if activated, i.e. you may have a stoploss even if you have disabled or changed it manually on open orders. When orders are matched by a strategy, all parameters will

I have several strategies with the same key to combine orders, but with different settings. Can you tell me what the parameters of the merged order will be? Read More »

I need to ensure that the grid with orders is not cancelled if at least the first order in the grid has already been executed, how should I set that up?

Use the IgnoreCancelBuy setting, if you check (YES), the rest of the grid will not be cancelled when at least one order from it is executed, if you uncheck (NO), the rest of the grid can be cancelled.

I need to ensure that the grid with orders is not cancelled if at least the first order in the grid has already been executed, how should I set that up? Read More »