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

Notification

Icon
Error

2 Pages<12
Options
Go to last post Go to first unread
Jose  
#21 Posted : Thursday, December 1, 2005 5:42:47 PM(UTC)
Jose

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 1/19/2005(UTC)
Posts: 1,065
Location: Koh Pha-Ngan, Earth

Was thanked: 2 time(s) in 2 post(s)
Unfortunately I can't take time out of a busy work schedule to help with unique/one-off custom code requests. Perhaps others can help here? jose '-)
garykong  
#22 Posted : Friday, December 2, 2005 12:44:07 AM(UTC)
garykong

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 4/30/2005(UTC)
Posts: 112

Jose, thanks anyway for your time and help to develop the previous indicator!! Would anyone can help me to code this? Gary
Jose wrote:
Unfortunately I can't take time out of a busy work schedule to help with unique/one-off custom code requests. Perhaps others can help here? jose '-)[/quote
henry1224  
#23 Posted : Friday, December 2, 2005 1:25:07 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)
Gary, If you have PowerPivots Plus here is your indicator factor:=Input("TimeFactor", 0, 1000, 1); offset:=Input("Offset", 0, 1000, 0); HD:=ExtFml("PowerPivots.TDataCreate",1, factor); LD:=ExtFml("PowerPivots.TDataCreate",2, factor); CD:=ExtFml("PowerPivots.TDataCreate",3, factor); Pivot:=(Hd+Ld+Cd)/3; Val2:=(Hd+Ld)/2; Diff:=Abs(Pivot-Val2); PR1:=Pivot+Diff; PR2:=Pivot-Diff; Pivot:=ExtFml("PowerPivots.TDataLocalize", Pivot, factor, offset); PR1:=ExtFml("PowerPivots.TDataLocalize", PR1, factor, offset); PR2:=ExtFml("PowerPivots.TDataLocalize", PR2, factor, offset); PR1;Pivot;PR2; This will work on any time frame, factor 1=will plot the values for the charted periodocity Factor 2= will plot the value of the indicator as if was plotted on a chart that has twice the Periodocity of the Lower time frame" This rule is for intraday charts" Factor 2= will plot the value of the indicator as if was plotted on a weekly chart ont a Daily chart" This rule is for EOD or daily RT charts" If you are charting a 1 min chart, factor =60 will plot the Hourly Indicator If you are charting a 5 min chart, factor =12 will plot the Hourly Indicator offset will shift the indicator to the right
garykong  
#24 Posted : Sunday, December 4, 2005 4:22:05 PM(UTC)
garykong

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 4/30/2005(UTC)
Posts: 112

Hi Henry, Thanks for your input and I will test it afterwards..... Gary
Users browsing this topic
Guest (Hidden)
Similar Topics
Std Error Channel PowerPivots Plus (Formula Assistance)
by Derek Worswick 2/9/2015 5:44:57 PM(UTC)
PowerPivots Plus PP+ posts and discussions in one place (Plugins & Addons)
by ahmedalhosen 12/24/2012 1:39:33 AM(UTC)
powerpivots dll wanted (Formula Assistance)
by kfklaihk 12/27/2011 10:37:28 PM(UTC)
Power Pivots Plus (Plugins & Addons)
by EPHESUS1 12/8/2011 3:01:27 PM(UTC)
Price Expansions (EXP) Using Power Pivots Plus (Formula Assistance)
by Derek Worswick 6/29/2011 3:02:12 PM(UTC)
PowerPivots Plus for MetaStock (Third Party Add-Ons)
by kahill 2/13/2011 12:23:29 PM(UTC)
Power Pivots External Functions (Plugins & Addons)
by Ron 2/10/2008 10:37:50 AM(UTC)
Power Pivots - Pivot Breakout function (Formula Assistance)
by minnamor 7/3/2007 9:39:55 AM(UTC)
power pivots creation and validation (Plugins & Addons)
by pikachu 2/19/2007 6:55:04 AM(UTC)
PowerPivots Plus Help Needed (Plugins & Addons)
by nasdaqtrader 1/26/2007 7:34:12 AM(UTC)
Need the free trial PowerPivots Systems, Explorations, and Experts [RESOLVED] (MetaStock)
by timwilsn 8/12/2006 12:45:01 PM(UTC)
Pivots - from yesterday (Formula Assistance)
by jer99 6/29/2006 10:56:55 PM(UTC)
FXTA Pivots and Coloring (Product Wish List)
by chart11610 3/31/2006 4:25:58 PM(UTC)
PowerPivots Plus Add-on new Indicators (Plugins & Addons)
by anejanitin 3/20/2006 7:34:07 PM(UTC)
Trade Oracle vs Power Pivots (Plugins & Addons)
by neal 2/15/2006 10:36:58 PM(UTC)
2 Pages<12
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.