Suppose a long-only signal is in the market for 100 of 300 days.
The null hypothesis is that profit (or some other metric) from this signal are no better than chance.
I suppose the first pass should build a distribution from any random 100 values from 300, but maybe duration of consecutive days should be accounted for in drawing random samples (i.e., the signal was long for two periods, 80 days and 20 days, so the random draws should be subject to this constraint of consecutive days without replacement).
Suppose a long-only signal is in the market for 100 of 300 days.
The null hypothesis is that profit (or some other metric) from this signal are no better than chance.
I suppose the first pass should build a distribution from any random 100 values from 300, but maybe duration of consecutive days should be accounted for in drawing random samples (i.e., the signal was long for two periods, 80 days and 20 days, so the random draws should be subject to this constraint of consecutive days without replacement).