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

Notification

Icon
Error

Options
Go to last post Go to first unread
chris  
#1 Posted : Thursday, September 22, 2005 11:37:31 AM(UTC)
chris

Rank: Newbie

Groups: Registered, Registered Users, Unverified Users
Joined: 8/10/2005(UTC)
Posts: 8
Location: Australia

Thanks: 1 times
Having trouble/little lazy trying to workout the actual value that is returned by the ExtFml: ExtFml("powerpivots.retracement",2,50,1) The manual says that it "returns the price value of a percentage retracement". But the numbers do not seem right. regards.
henry1224  
#2 Posted : Friday, September 23, 2005 12:34:41 AM(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)
This was written By Sandon Racowsky i1:=Input("Pivot (1=Minor 2=Interm 3=Major 4=Primary)", 1, 4, 2); i2:=Input("Trend Direction",1,4,1); fib1:=Input("Retrace % 1", -300, 300, .25); fib2:=Input("Retrace % 2", -300, 300, .382); fib3:=Input("Retrace % 3", -300, 300, .5); fib4:=Input("Retrace % 4", -300, 300, .618); aPivots:= ExtFml("PowerPivots.Pivots"); aTrend:= ExtFml("PowerPivots.TrendDirection",i1,i2); ExtFml("PowerPivots.RetInd",0,aPivots,aTrend,i1,fib1); ExtFml("PowerPivots.RetInd",0,aPivots,aTrend,i1,fib2); ExtFml("PowerPivots.RetInd",0,aPivots,aTrend,i1,fib3); ExtFml("PowerPivots.RetInd",0,aPivots,aTrend,i1,fib4); ExtFml("PowerPivots.RetInd",1,aPivots,aTrend,i1,fib4); ExtFml("PowerPivots.RetInd",2,aPivots,aTrend,i1,fib4);
chris  
#3 Posted : Saturday, September 24, 2005 7:51:28 AM(UTC)
chris

Rank: Newbie

Groups: Registered, Registered Users, Unverified Users
Joined: 8/10/2005(UTC)
Posts: 8
Location: Australia

Thanks: 1 times
Thanks for that. Whats this ExtFml and it's paramaters?? ExtFml("PowerPivots.RetInd",0,aPivots,aTrend,i1,fib1); It's not in the book.
Users browsing this topic
Similar Topics
PP+ Ugly Double Bottom Sell Signal (Formula Assistance)
by FormulaPrimer 7/19/2014 12:09:17 PM(UTC)
PowerPivots Plus PP+ posts and discussions in one place (Plugins & Addons)
by ahmedalhosen 12/24/2012 1:39:33 AM(UTC)
PP+ pg 27 User Manual (Plugins & Addons)
by jacquesj 10/8/2007 1:27:43 PM(UTC)
A PP+ Question (Formula Assistance)
by Spaceant 10/18/2006 10:47:37 AM(UTC)
PP+ Error Message (Error Messages)
by kingz 9/5/2006 3:35:21 PM(UTC)
Newbie to PP+ (Plugins & Addons)
by TNPK 7/5/2006 8:48:03 AM(UTC)
PP+ (Plugins & Addons)
by fmfunds 6/21/2006 10:24:29 AM(UTC)
pp+ contrarian (Formula Assistance)
by Kienzl Michael 6/9/2006 9:53:38 AM(UTC)
Help needed in coding using PP+ (Plugins & Addons)
by sgrsankar 5/30/2006 1:51:07 PM(UTC)
Re: PP+ Test Conclusions = Better Later than Never! (Data Related Questions)
by FXLearning 1/1/2006 6:11:15 PM(UTC)
Henry's PP+ Lab (Plugins & Addons)
by Patrick 11/29/2005 2:55:40 AM(UTC)
PP+ Test Conclusions = Better Later than Never! (Plugins & Addons)
by guara_riua 11/21/2005 4:01:50 AM(UTC)
PP+ Tests = ONE Bad news is not ALL bad news (Plugins & Addons)
by guara_riua 11/10/2005 4:22:01 PM(UTC)
PP+ Alert = Pivot Types Change in Real-Time [RESOLVED] (Plugins & Addons)
by guara_riua 10/13/2005 2:48:04 PM(UTC)
PP+ not documented external functions (Plugins & Addons)
by guara_riua 9/20/2005 8:04:30 PM(UTC)
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.