I have a strategy that often detects and places a lot of orders, how can I pause between detections?

: Strategy settings

To do this, use the NextDetectPenalty parameter on the Filters tab: The time in seconds during which the strategy will not trigger again after detecting the same coin. For example, if NextDetectPenalty=30, then the next detection of the strategy on this coin will be after 30 seconds.