In the log I saw a record of the following form: Sell-Level Replacing…. (300 sec maxPrice: 9.1998, new sell price: 9.1538), what does it mean?

This entry informs you that there was a Sell move in MoonBot according to the algorithm in the strategy setup. The Sell order tab determined the maximum price for the last 300 seconds (SellLevelTime=300), which was maxPrice: 9.1998. Then we corrected and set the Sell order to the level “from the maximum price for 300 seconds lower by 0.5%” (SellLevelAdjust=-0.5), which was 9.1998-0.5%= new sell price: 9.1538.