Strategy settings

I need to activate stop loss not immediately but with a small delay, what is the best way to do it?

For this purpose, use the StopLossDelay parameter in the strategy settings – this is the delay in seconds for activation of all stop losses and trailing from the moment of purchase. That is, if in the strategy settings on the Stops tab stops are enabled, then after buying a coin a stop loss will be […]

I need to activate stop loss not immediately but with a small delay, what is the best way to do it? Read More »

Why in the MoonBot terminal when buying a coin in long position using the strategy with activated Stop Loss Panic Sell immediately occurs?

In this case, on the Stops tab of the strategy settings you should check the sign of the value in the StopLoss parameter. If this parameter has a positive value, then after buying a coin in long position, the stop loss is placed immediately above the purchase price in the red order book and activates

Why in the MoonBot terminal when buying a coin in long position using the strategy with activated Stop Loss Panic Sell immediately occurs? Read More »

Why do I need the StopLossEMA parameter on the Stops tab of the MoonBot strategy settings?

StopLossEMA: Use price averaging when running stop loss. If 0, it is not used. Values 3,5,10 are the selection of averaging over the last 3, 5, 10 ticks. This parameter is needed so that in case of a single shot downwards and crossing the Stop loss line, Panic Sell would not be activated immediately.

Why do I need the StopLossEMA parameter on the Stops tab of the MoonBot strategy settings? Read More »

What are the peculiarities of SellByCustomEMA parameter operation, and can you give an example of how to write the EMA formula for selling an open position?

The SellByCustomEMA parameter can be written with different EMA condition formulas, but unlike the other filters, the sale is triggered when the EMA conditions are met, not when they are exited. Example: SellByCustomEMA=EMA(3,1)>1 means to sell a position on the rise, when the rise in 3 seconds, is greater than 1%.

What are the peculiarities of SellByCustomEMA parameter operation, and can you give an example of how to write the EMA formula for selling an open position? Read More »