In the MoonBot terminal, I use only stop1 and stop2 in setting up the strategy, but I don’t use stop3. Which AllowedDrop will be used after stop2 is triggered, since it does not have its own AllowedDrop parameter?

: Strategy settings

In the MoonBot terminal, on the Stops strategy settings tab, there are three group settings for triggering stop1, stop2 and stop3. If you use the stop1 (UseStopLoss=YES) and stop2 (UseSecondStop=YES) settings, but do not use the stop3 (UseStopLoss3=NO) setting, then when stop2 is triggered, the AllowedDrop value will be taken from the stop1 setting (AllowedDrop), since stop2 does not have its own AllowedDrop parameter and its value is taken from the stop1 settings.