add this feature without changing logic. and read the code to truely understand it and so you can implement it correctly. and also double check work for errors

New Config Option: reloadTime

This option should ONLY activate when maxTrades is enabled (not set to unlimited or disabled)
Format: reloadTime: <number> <unit>
Example: reloadTime: 5.5 minutes or reloadTime: 30 seconds


Time Unit Support:

Supported units: seconds, minutes, hours, days
If no unit is specified, default to minutes
Allow decimal values (e.g., 5.5, 2.75, 0.5)


Behavior:

When maxTrades is active AND reloadTime is set, apply the specified delay before restocking
The delay should be in addition to/replace the current tick delay when maxTrades is limiting trades
Parse the time value and unit from config, convert to appropriate tick/millisecond format
also add it to the commands and config