Sometimes once I have what appears to be a working strategy I like to start removing things to see what true effect they are actually having. In this strategy I have three entry conditions:
So one by one I take them away and run a test – here are the results:
c1 and c2 and c3 – our datum.
c1 and c2
c1 and c3
c2 and c3
c1 only
c2 only
c3 only
The results seem to confirm that each of the entry conditions on its own is a pretty good entry criteria. It might be interesting to try other combinations such as (c1 or c2) and c3 etc in the strategy.
So some new ideas to test now.
Also while doing this I had a thought about my counting of runs of bars without a close above the last high and whether that would make a good entry filter as well as a reason to exit. So I ran the strategy with one condition that said if the run of bars was below the average then buy and another if the run of bars was above the average then buy. Here are the equity curves:
Less than average:
Greater than average:
It seems that a below average run of bars with close above the last high might be a fairly good entry filter but I feel that four entry conditions in one strategy might be one entry condition too far and seriously limit the amount of trades. Still it is another idea to play with.
Still haven’t found your condition but this is the closest I got…
Looks pretty damned close. Don’t forget that I added an exit if the there was a run of x bars above the average run of bars without a close above the last high which could be the difference?
To help us continually offer you the best experience on ProRealCode, we use cookies. By clicking on "Continue" you are agreeing to our use of them. You can also check our "privacy policy" page for more information.Continue