Strategy settings

Why buy a coin with a MoonBot strategy and have a Stop Loss, but sell it immediately with a Panic Sell?

In this case, you should check the parameters in the strategy in the StopLoss parameter on the Stops tab. If this parameter is positive, then after buying a coin, a stop loss is immediately placed in the red order book and activates the Panic Sell function. There may be other reasons, for detailed advice please

Why buy a coin with a MoonBot strategy and have a Stop Loss, but sell it immediately with a Panic Sell? 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 »