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

Notification

Icon
Error

Options
Go to last post Go to first unread
henry1224  
#1 Posted : Sunday, August 21, 2005 11:29:03 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)
You will need the Power Pivot Plus add-on for this expert to work Highlights Long LE:=Cross(C,BBandBot(C,20,S,2)); LX:=C<ExtFml("PowerPivots.NthPivotPrice",-1,0,1); SE:=Cross(BBandTop(C,20,S,2),C); SX:=C >ExtFml("PowerPivots.NthPivotPrice",1,0,1); B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!"); B>0 Short LE:=Cross(C,BBandBot(C,20,S,2)); LX:=C<ExtFml("PowerPivots.NthPivotPrice",-1,0,1); SE:=Cross(BBandTop(C,20,S,2),C); SX:=C >ExtFml("PowerPivots.NthPivotPrice",1,0,1); B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!"); B<0 Out LE:=Cross(C,BBandBot(C,20,S,2)); LX:=C<ExtFml("PowerPivots.NthPivotPrice",-1,0,1); SE:=Cross(BBandTop(C,20,S,2),C); SX:=C >ExtFml("PowerPivots.NthPivotPrice",1,0,1); B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!"); B=0 Symbols long entry LE:=Cross(C,BBandBot(C,20,S,2)); LX:=C<ExtFml("PowerPivots.NthPivotPrice",-1,0,1); SE:=Cross(BBandTop(C,20,S,2),C); SX:=C >ExtFml("PowerPivots.NthPivotPrice",1,0,1); B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!"); B>0 AND Ref(B,-1)<=0 Short entry LE:=Cross(C,BBandBot(C,20,S,2)); LX:=C<ExtFml("PowerPivots.NthPivotPrice",-1,0,1); SE:=Cross(BBandTop(C,20,S,2),C); SX:=C >ExtFml("PowerPivots.NthPivotPrice",1,0,1); B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!"); B<0 AND Ref(B,-1)>=0 Long Exit LE:=Cross(C,BBandBot(C,20,S,2)); LX:=C<ExtFml("PowerPivots.NthPivotPrice",-1,0,1); SE:=Cross(BBandTop(C,20,S,2),C); SX:=C >ExtFml("PowerPivots.NthPivotPrice",1,0,1); B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!"); B=0 AND Ref(B,-1)>0 Short exit LE:=Cross(C,BBandBot(C,20,S,2)); LX:=C<ExtFml("PowerPivots.NthPivotPrice",-1,0,1); SE:=Cross(BBandTop(C,20,S,2),C); SX:=C >ExtFml("PowerPivots.NthPivotPrice",1,0,1); B:=ExtFml("PowerPivots.SysEval",LE,LX,SE,SX,"!@#$#@!"); B=0 AND Ref(B,-1)<0
adaytrader2003  
#2 Posted : Tuesday, September 27, 2005 11:19:14 AM(UTC)
adaytrader2003

Rank: Newbie

Groups: Registered, Registered Users
Joined: 9/27/2005(UTC)
Posts: 4
Location: INDIA

From adaytrader2003@yahoo.com Hello Henry I am new to this forum.I am using Metastock 7.22 .I wish you would take time to reply to following query. I want an exploration formula which would give the stocks which have crossed either the upper or lower band of Bollinger bands on intraday basis. As I am not computer savy I wish a simple reply from you. Thank you adaytrader2003 27-9-05
henry1224  
#3 Posted : Tuesday, September 27, 2005 11:32:36 PM(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 is for daily charts LE:=Cross(C,BBandBot(C,20,S,2)); LX:=C<ExtFml("PowerPivots.NthPivotPrice",-1,0,1); SE:=Cross(BBandTop(C,20,S,2),C); SX:=C >ExtFml("PowerPivots.NthPivotPrice",1,0,1); this is for weekly charts LE:=Cross(C,BBandBot(C,20,S,2)); LX:=C<ExtFml("PowerPivots.NthPivotPrice",-1,0,2); SE:=Cross(BBandTop(C,20,S,2),C); SX:=C >ExtFml("PowerPivots.NthPivotPrice",1,0,2); this is for 5 min charts LE:=Cross(C,BBandBot(C,20,S,2)); LX:=C<ExtFml("PowerPivots.NthPivotPrice",-1,0,5); SE:=Cross(BBandTop(C,20,S,2),C); SX:=C >ExtFml("PowerPivots.NthPivotPrice",1,0,5); this is for 10 min charts LE:=Cross(C,BBandBot(C,20,S,2)); LX:=C<ExtFml("PowerPivots.NthPivotPrice",-1,0,10); SE:=Cross(BBandTop(C,20,S,2),C); SX:=C >ExtFml("PowerPivots.NthPivotPrice",1,0,10); this is for 30 min charts LE:=Cross(C,BBandBot(C,20,S,2)); LX:=C<ExtFml("PowerPivots.NthPivotPrice",-1,0,30); SE:=Cross(BBandTop(C,20,S,2),C); SX:=C >ExtFml("PowerPivots.NthPivotPrice",1,0,30);
adaytrader2003  
#4 Posted : Wednesday, September 28, 2005 5:26:08 PM(UTC)
adaytrader2003

Rank: Newbie

Groups: Registered, Registered Users
Joined: 9/27/2005(UTC)
Posts: 4
Location: INDIA

Hello Henry Thanks for your reply,But I am getting an error message "This DLL does not exist in MSXDLL folder".I am getting the same error message for both daily and weekly formulae. Expecting a solution from you. Thanks daytrader 28-9-05
Patrick  
#5 Posted : Wednesday, September 28, 2005 5:28:46 PM(UTC)
Patrick

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)
Quote:
You will need the Power Pivot Plus add-on for this expert to work
Make sure you have the power pivots plus plug in installed ... Patrick :mrgreen:
Users browsing this topic
Guest (Hidden)
Similar Topics
Adaptive Bollinger Band w Pivot Price stop Expert (Formula Assistance)
by henry1224 8/21/2005 11:45:31 AM(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.