logo
Welcome Guest! To enable all features please Registers on the forum or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
ckstarrrr  
#1 Posted : Sunday, October 23, 2005 2:58:33 PM(UTC)
ckstarrrr

Rank: Member

Groups: Registered, Registered Users, Subscribers
Joined: 9/27/2005(UTC)
Posts: 29

I have designed two custom indicators, a long entry and an exit to that long position. When I plot them in their own windows the signals seem to work. IE: A value of 1 when my criteria are met for both the entry and exit position. I then created a new sytem and used <function> to place the long entry indicator in the long entry formula space and did the same thing for the exit. I ran the system and it only produced one trade according to the system tester. When I plotted the results on the chart, I can see that there are many signals that the system tester didn't act on. I have the custom indicator windows above the stock chart and they are sending positive (Value=1) signals but there are no corresponding buys or sells. Anyone know what I could be doing wrong? Thanks.
henry1224  
#2 Posted : Sunday, October 23, 2005 3:35:44 PM(UTC)
henry1224

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 10/29/2004(UTC)
Posts: 1,394
Location: Glastonbury, CT

Was thanked: 2 time(s) in 2 post(s)
Post your code, and we can then find and fix any mistakes!
ckstarrrr  
#3 Posted : Sunday, October 23, 2005 4:03:07 PM(UTC)
ckstarrrr

Rank: Member

Groups: Registered, Registered Users, Subscribers
Joined: 9/27/2005(UTC)
Posts: 29

Hi Henry, Here is my long entry: Cross(C, (Ref(HHV(H,100),-1))) AND ADX(14)<25 AND Mov(V,3,S)> Mov(V,12,S) Here is my long exit: Cross(Ref(LLV(L,30),-1),L) Like, I said, works fine as an indicator but not as a system. Thanks in advance.
Patrick  
#4 Posted : Sunday, October 23, 2005 4:16:08 PM(UTC)
Patrick

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 9/8/2004(UTC)
Posts: 2,266

Was thanked: 1 time(s) in 1 post(s)
Post your system tester options ... Are you doing a points only test or an equity test etc ... Patrick :mrgreen:
ckstarrrr  
#5 Posted : Sunday, October 23, 2005 4:38:55 PM(UTC)
ckstarrrr

Rank: Member

Groups: Registered, Registered Users, Subscribers
Joined: 9/27/2005(UTC)
Posts: 29

Patrick, I've been doing equity tests. thnx
Patrick  
#6 Posted : Sunday, October 23, 2005 5:07:49 PM(UTC)
Patrick

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 9/8/2004(UTC)
Posts: 2,266

Was thanked: 1 time(s) in 1 post(s)
For testing purposes switch to points only tests, check that the signals match ... Then run the equity test ( Change your percent of equity to 95%). I explained the reason why somewhere ... :D Patrick :mrgreen:
ckstarrrr  
#7 Posted : Sunday, October 23, 2005 5:31:05 PM(UTC)
ckstarrrr

Rank: Member

Groups: Registered, Registered Users, Subscribers
Joined: 9/27/2005(UTC)
Posts: 29

Thanks Patrick, when you asked me whether I was using point or equity it led me to the answer. It seems if the first trade is negative and you have it set to commit 100% to each trade it stops trading when the equity falls below the starting point. I verified that using points worked and also when I committed percentage to each trade it also worked. Thanks, and great site!
Users browsing this topic
Guest (Hidden)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.