Quote from Gyles:
The main problem with crossover system is the lag of moving averages. Therefore, has anyone used a neural network to predict the crossovers a few days ahead or to reduce lag?
Yes, although I don't use neural networks but a similar, trainable binary logic network. If you're worried about lag don't use moving averages as they will always lag -- use a band pass filter of some sort. I previously used linear regression and am now changing to inverse fourier transforms as a band pass filter. I can select the wavelengths that I want to pass through and leave any noise behind.

