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

Notification

Icon
Error

Options
Go to last post Go to first unread
minnamor  
#1 Posted : Tuesday, July 3, 2007 9:39:55 AM(UTC)
minnamor

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 4/27/2005(UTC)
Posts: 126
Location: Italy

I have found no documentation on the following function included in Power Pivots:

STRENGTHLongTerm:=Input("STRENGTH LongTerm",1,3,1);
STRENGTHShortTerm:=Input("STRENGTH ShortTerm",1,3,1);
ExtFml("PowerPivots.PivotBreakout", STRENGTHLongTerm, STRENGTHShortTerm)

I have not been able to reconcile it with pivot breakouts (H cross above pivot level or L below pivot level). Moreover, a version of the pivot breakout system in the Yahoo Power Pivot Forum included the above function:

PH:=(ExtFml("Powerpivots.NthPivotPrice",1,1,1));
PL:=(ExtFml("Powerpivots.NthPivotPrice",-1,1,1));
PB:=ExtFml( "PowerPivots.PivotBreakout", 1,1);
le:=pb AND (C>ph);
lx:=pb AND (pl>C);
se:=pb AND (pl>C);
sx:=pb AND (C>ph);

Can somebody help me shed light on this function's meaning and use? Thanks

minnamor

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.