logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
fran  
#1 Posted : Tuesday, December 8, 2009 1:52:33 AM(UTC)
fran

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 12/8/2009(UTC)
Posts: 3

Hello, I use Metastock Pro 8.0 . I noted two anomalous behaviour when I use "pp : Pivot Momentum" expert advisor in real time: 1. the expert send signals in the past ( for example, the last bar is at 15:30 and the expert send a singnal at 10:00) 2. the expert delete signals ( for example, the expert send a signal at 11:00 and after 15 bars delete the signal). Can anyone explain the reason of this ?
johnl  
#2 Posted : Wednesday, December 9, 2009 7:56:40 PM(UTC)
johnl

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 11/7/2005(UTC)
Posts: 602

It might be using Peak() and Trough() for the turning points?

fran  
#3 Posted : Thursday, December 10, 2009 5:05:37 PM(UTC)
fran

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 12/8/2009(UTC)
Posts: 3

johnl, what do you mean exactly? I'm testing the following formula: hiP1:=ExtFml("PowerPivots.NthPivotPrice",2,0,2); loP1:=ExtFml("PowerPivots.NthPivotPrice",-1,0,2); hiP2:=ExtFml("PowerPivots.NthPivotPrice",1,0,2); loP2:=ExtFml("PowerPivots.NthPivotPrice",-2,0,2); a:=If(Cross(loP1,hiP1),1,0); a=1 It is interesteng for back testing, but it doesn't work well with expert adviser in real time; in fact the expert sends entry and exit signals before the last bar. Have anyone ideas? Are there bugs in NthPivotPrice function in real time mode? Regards
johnl  
#4 Posted : Thursday, December 10, 2009 8:34:05 PM(UTC)
johnl

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 11/7/2005(UTC)
Posts: 602

Whenever I have had similar experiences with disappearing signals it's been due
to signals being based upon highs and lows that, a few bars later, turn out not to be
the "real" high or low. If my signal spits out too many false signals I see if I can find
a way to get rid of them.
If you like the signals you might try to use additional indicators to validate the signal.
Watch some of the addon videos (available from this forum) and that is what they do
when setting up a trade.


Data  
#5 Posted : Tuesday, December 15, 2009 11:14:32 PM(UTC)
Data

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 5/20/2008(UTC)
Posts: 53

fran wrote:
Hello, I use Metastock Pro 8.0 . I noted two anomalous behaviour when I use "pp : Pivot Momentum" expert advisor in real time: 1. the expert send signals in the past ( for example, the last bar is at 15:30 and the expert send a singnal at 10:00) 2. the expert delete signals ( for example, the expert send a signal at 11:00 and after 15 bars delete the signal). Can anyone explain the reason of this ?
Power Pivot is a basic scam using hindsight to display nearly perfect entry/exit signals.
Jose Silva is a Metastock expert who has explained how to cheat in Metastock in order to teach us not to trust "Black boxes" system like the pp system.
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.