Strategy settings

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 »

Is it possible to calculate the size of the next order in the grid not only linearly, but also geometrically in the strategy settings?

Yes, this can be handled by the OrderSizeKind parameter and here we can select the way the grid of orders is calculated (Linear – linear calculation or Exponential – geometrical progression calculation). That is, if Exponential is specified, each following order will be OrderSizeStep percent larger (for instance, if OrderSizeStep = 200 the next order

Is it possible to calculate the size of the next order in the grid not only linearly, but also geometrically in the strategy settings? Read More »