Free Systems

#1
Guy I'll be posting few of my strategies here ( i don't use these now, I have better ones) But lets see if we can make these better...

my first strategy is on LT futures

No Slippage and commission included .. my execution costs are around Rs. 200..I subtract them for average trade win to get the estimate of profit..

Here are the rules...

if time>1000 and average(c,10) crosses over average(c,20) and rsi(c,5)>50 and average(c,20)>average(c,50) then buy at next bar at c+1 on a stop;
if time>1000 and average(c,10) crosses under average(c,20) and rsi(c,5)<50 and average(c,20)<average(c,50) then sellshort at next bar at c-1 on a stop;

setstoploss(2000);
setpercenttrailing(2500,25);

if time>1515 then sell at this bar;
if time>1515 then buytocover at this bar;


and here is the back-test

http://www.4shared.com/file/I31pBtuE/LT__try_Back-Testing_Strategy_.html?

Lets Discuss :)
 

Similar threads