Does it make sense to to detrend the test results also?
Currently I'm using this in scripts, so only detrend during training

if (Train) {
Detrend = TRADES;
}