Strategy settings

What is special about the SellByCustomEMA parameter, and can you give an example of an EMA formula for selling an open position in the MoonBot terminal?

In the MoonBot terminal, on the Sell order tab of the strategy settings, you can enter various EMA condition formulas in the SellByCustomEMA parameter, but unlike other filters, the sale is triggered when the EMA conditions are met, rather than when they are not met. Example: SellByCustomEMA=EMA(3,1)>1 means that you need to sell the position […]

What is special about the SellByCustomEMA parameter, and can you give an example of an EMA formula for selling an open position in the MoonBot terminal? Read More »

I use filters and if they pass, the strategy buys the coin, but I want to sell the position as soon as the filters stop passing my conditions again, how do I implement this?

To solve your problem, use the SellByFilters parameter in the strategy settings, in which you can specify the time in seconds after the coin purchase, after which you can sell the position if the filters no longer meet the specified conditions. If you write zero in the parameter, this parameter will not be used in

I use filters and if they pass, the strategy buys the coin, but I want to sell the position as soon as the filters stop passing my conditions again, how do I implement this? Read More »

After buying a coin, I have a Sell order set at the same value, but is it possible to adjust it and set it for example just below the maximum for a certain time?

Yes, you can do that, there is a whole group of parameters “SellLevel…” in the “Sell order” tab of the strategy settings, where you can specify the delay for moving the Sell order, specify the period for price analysis and calculate the maximum on this period, and then move the Sell order above or below

After buying a coin, I have a Sell order set at the same value, but is it possible to adjust it and set it for example just below the maximum for a certain time? Read More »

I place a small SellPrice and would like to place it just below large limit orders to close the position the fastest. How can I do this in MoonBot?

In the MoonBot terminal in the strategy settings there is a parameter that will help you – it is UseScalpingMode, if checked (YES) and if SellPrice is set less than 1%, it will use “scalping mode”, in which the bot can increase the price up to 2%, depending on the ASK rate. Some sort of

I place a small SellPrice and would like to place it just below large limit orders to close the position the fastest. How can I do this in MoonBot? Read More »

I want Sell order at auto price drop to not go lower than +0.5% of the buy price, how do I set such a restriction?

In the strategy settings, there are a number of parameters that are responsible for the Sell order auto-drop after a certain period of time. The parameter you need is PriceDownAllowedDrop and it specifies the value in percent of the buy price, by which you can lower the Sell order at auto-drop. In your case, you

I want Sell order at auto price drop to not go lower than +0.5% of the buy price, how do I set such a restriction? Read More »