Rank: Advanced Member
Groups: Registered, Registered Users Joined: 6/30/2005(UTC) Posts: 71
|
Patrick wrote:Please give me the following :
Data Provider Name:
Exact Symbol:
Periodicity of the chart:
How much Data is loaded or first data and last date:
Date and time of wrong signal:
Thanks,
Patrick
let's do it different, you tell me a stock where I must give a wrong signal with the forumdll..It gives wrong exitsignals on ALL markets, not just the eurodollar
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 6/30/2005(UTC) Posts: 71
|
bearishbull wrote:Patrick wrote:Please give me the following :
Data Provider Name:
Exact Symbol:
Periodicity of the chart:
How much Data is loaded or first data and last date:
Date and time of wrong signal:
Thanks,
Patrick
let's do it different, you tell me a stock where I must give a wrong signal with the forumdll..It gives wrong exitsignals on ALL markets, not just the eurodollar
ok patrick. Try ERTS (electronic arts) daily chart. use the code like I told above and change the 0.001 in LX and SX in 1.0..
The exitshort signal on 14 september 2004 is incorrect..It is a exitlong signal...now use the code I gave you without the forumdll and now this wrong signal disappears like it should..
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 6/30/2005(UTC) Posts: 71
|
and here the same code without the forumdll but with
If(Cum(1)=1,0,If(le,1,If(se,-1,If((lx AND PREV=1) OR (sx AND PREV=-1),0,PREV))));
|
|
|
|
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)
|
Gotcha, wow ... Can you tell me if when you replace the cross functions by just >, if then the dll works.
LE:=C>Mov(C,200,S);
LX:=Mov(C,40,S)-1>C;
SE:=Mov(C,200,S)>C;
SX:=C>Mov(C,40,S)+1;
Let me know.
Thanks,
Patrick :mrgreen:
|
|
|
|
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)
|
Either way I will post a new version of the dll later today ... I'm just interrested in your answer just for info ...
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 6/30/2005(UTC) Posts: 71
|
ok, I tried, then there are no exits at all! :lol:
Hope you can fix the problem, i'm glad you understanding me now, it's hard to make myself clear, english is not my native language so it's hard :)
|
|
|
|
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)
|
The problem is that even your formula shows no signal at all and it's wrong ...
My dll show the same values as your status ... There is some other bigger issues going on here ...
Anyways I will do some research
Patrick :mrgreen:
|
|
|
|
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)
|
This is a problem due to multiple signals occuring at the same time ...
I will add extra logic to the latch function dll to avoid these.
Patrick :mrgreen:
|
|
|
|
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.