Introduce new options or a subcommand for the `freqtrade hyperopt` command line tool to support forward validation.
<!-- Note: this section will not show up in the issue. Have you search for this feature before requesting it? It's highly likely that a similar request was already filed. --> ## Describe your environment (if applicable) * Operating system: Archlinux * Python Version: 3.10.5 * CCXT version: 1.91.29 * Freqtrade Version: 2022.7 ## Describe the enhancement I came with the idea of having some new options on the `freqtrade hypeopt` cmd line, where we could specify another time range for forward backtesting. Currently, I run hyperopt multiple times within a shell loop and with the same parameters (except for the random initial state), and end up with multiple results that I further backtest with a new time range (a sort of naive cross validation) to see if the results can generalize in the future. This option could automate this process, and rerun the epoch result for this new specified time range , with the downside of slowing the process of course, so that's wh