Can there be a new feature for handling lookback exceeded?

For example, Script sets LookBack to 100. But in fact, 200 was required. So during cleanup(), the script will launch the same Zorro script (different instance), this time with Lookback = 200.

This can be useful for when all kinds of TA functions are mixed and matched, and it is difficult to calculate maximum lookback.