I need simple trend following system that will play for real automatically.
Long if ma(50) > ma(200) - Short is ma(50) < ma(200)
I need simple trend following system that will play for real automatically.
Great thanks - looks like that is exactly that !Long if ma(50) > ma(200) - Short is ma(50) < ma(200)
%%so what do you suggest is better way ? I have no money left to add to straight (no stop) position, only can start trading system (s) with stops. No good with TF systems and do not have time to follow real time.
This is my prediction, once TL broken. Example chinese market where i got similar setup. Market strongly trending, however I need stops.
I already started exiting gold positions at very low rate, so have cash ready for redeploy.
%%You might need to get a little more creative than a moving average crossover to have something robust. That's just what I've found according to back testing.