Hi everyone....
I just started with mql4 and got the hang of it...
I would like to implement a good strategy... which strategy would you advise? I tried some strategies like using the moving averages and rsi and williams trend... but backtesting did not produce promising results...
what do you mean by "promising results"?
have you tested your rules on different time-frames?
are you getting good trades, but the profits are eaten away by lots of small losses?
in which case, add some kind of volatility filter.
is your system trading 24hrs a day?
are the losses spread evenly across the day, or can you determine that a large number of losing trades happen either
a: during quiet periods like between 2-am and 7-am (in which case, try a filter to trade between volatile times)
b: there are a sequence of losses on certain days. (what this means is, that day may have been choppy or non conducive to your system. try stopping trading for a day (or a session; such as if its a bad euro-session, stop trading until the US opens, etc)
c: large single losses on certains days. can you equate that with news events
the markets are not simple mathematical things. they have rhythms. there are quite basic and repeatable "sessions" of movement and times of "drift", which you need to test if your algorithm responds badly to, or does well in.
system development is great fun, and immeasurably frustrating.
my experience is to develop an alert when a set-up is "close-by", and then I can monitor the trade developing once alerted, and make visual assessments of trade viability.
ie, 80% computer-work, 20% human decision.
The very best of luck in developing a totally automated system.
Hope you succeed where I stopped.
PS: have you looked at Hoggums thread with his mechanical RSI tests?