| 
 PureBytes Links 
Trading Reference Links 
 | 
just from my old memory, the main problem should be
the marketposition calls.
it returns a single precision "real" number, not 
an integer.
from time to time, easy language in both TS4 and TS2K
do not really set it to -1, 0, or 1 correctly.
try using 
"marketposition (0) < 0" and
"marketposition (0) > 0" instead.
the equal zero part should work fine.
-Lawrence
--- Cameron Jones <camster@xxxxxxxxxxxxxx> wrote:
> Hi all,
> 
> Ok
> i did the code ........... but it still doesnt work.
>  It still shorts more
> than two losers in a row.  obviously it is something
> my tired eyes have
> missed.
> my original posting is below
> 
> Regards
> cameron
> 
=====
Lawrence Chan                http://www.tickquest.com    
Home of trading tools NeoBreadth and NeoTicker series
 
 |