hey b-unit....ok, i see the problem now.... when we start a system test we must go thru a couple options panes.... one is system testing options.... in that , set your account balance to 1 million and set your default number of units to 100,000..... remember this is forex..... also click the more button just above help and change the interest paid to all 0's .... and btw, lets overlook that you could run a points only test which is slightly different.....
doc had tried to kick off some interest in fx systems, there might be some systems posted in the fx section somewhere.....
just for a rmo comparsion example lets use the 2 simple stochastic systems above .... run the 2 systems on your audusd data.....
stochastic system...... example only don't trade
---------buy rule------------
Ref( Stoch(5,3), -1) <= 19 AND Stoch(5,3) > 19
-------------------------
---------sell rule--------
Ref(Stoch(5,3), -1) >= 74 AND Stoch(5,3) < 74
-------------------------
---------sell short rule---
Ref(Stoch(5,3), -1) >= 74 AND Stoch(5,3) < 74
-------------------------
---------buy to cover----
Ref( Stoch(5,3), -1) <= 19 AND Stoch(5,3) > 19
-------------------------
=============================================
=============================================
now as a comparsion run the same test but this time use the rmo as confirm.....
stochastic system with rmo.... example only don't trade
-------------buy rule--------------
Ref( Stoch(5,3), -1) <= 19 AND Stoch(5,3) > 19 and Fml( "Rahul Mohindar Osc (RMO)") > 0
-----------------------------------
-------------sell rule--------------
Ref(Stoch(5,3), -1) >= 74 AND Stoch(5,3) < 74 and Fml( "Rahul Mohindar Osc (RMO)") < 0
-----------------------------------
-------------sell short rule--------
Ref(Stoch(5,3), -1) >= 74 AND Stoch(5,3) < 74 and Fml( "Rahul Mohindar Osc (RMO)") < 0
----------------------------------
-----------buy to cover rule------
Ref( Stoch(5,3), -1) <= 19 AND Stoch(5,3) > 19 and Fml( "Rahul Mohindar Osc (RMO)") > 0
----------------------------------
============================================
backtesting can give differing results if the exact dates and data are not used by every tester..... i don't have your audusd data so it's impossible for me to say but odds are the rmo version above will give better results the plain stoch version....
sometimes using the rmo as a filter gives worse results.... not by placing trades badly but by keeping us out of the market at high risk times.... that is common for all filters....
some of the fx'ers might have better insights on forex.... my fx version was a beta test version from long ago and has expired...... i really can't recall just what it contained..... h