[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

TBond system...



PureBytes Links

Trading Reference Links

Hi everyone,
            Here's a simple little EOD system for TBonds which seems to 
perform well over a wide range of years, has a low DD and reasonably high 
win/loss and profit factor percentage figures:

if range<average(range,9)[1]/2 then buy next bar at high+1 point stop;
if marketposition=1 and barssinceentry=1 then exitlong next bar at open;

Set a MM stop of $300.

You can experiment with the barssinceentry setting - 0, 1, 2 etc - and set 
the system to close all trades at end of day.

Can anyone say what's wrong with this or would you be happy to trade it?

Cheers,
Ian