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

Re: user error?



PureBytes Links

Trading Reference Links

vk, I was using the same commisson/slippage (not zero) for both.... as soon as I changed the amount to zero for both it works like it's supposed too. Thanks! No telling how long it would have been until I figured it out. Soooo... in fact it was the dreaded User Error!



vk wrote:
Commission and or slippage settings?

vk

-----Original Message-----
From: Jimmy Snowden [mailto:jhsnowden@xxxxxxxxxxxxx] Sent: Wednesday, July 16, 2008 4:32 AM
To: altroad1212; Omega-List
Subject: Re: user error?

Using TS2ki.

Jimmy


I must really be brain dead... at the very least it must be a case of user error. Can someone tell me what obvious thing I am missing? If I have a simple system that loses 100k, shouldn't it make a profit of 100k buy changing the Buy to Sell, and the Sell to a Buy?

This example is a loser on the chart I'm looking at:

if c > average(c,50)
 then buy on close;


if c < average(c,50)
 then sell on close;

----------
If I reverse the buy and sell signals in TS2k, it still is a loser. But if I reverse the entry signals in Metastock it is a winner by the same amount it had previously lost.

What am I doing wrong in TS?
Thanks!