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

Notification

Icon
Error

Options
Go to last post Go to first unread
klkoo  
#1 Posted : Saturday, April 22, 2006 5:06:41 PM(UTC)
klkoo

Rank: Member

Groups: Registered, Registered Users, Subscribers
Joined: 5/21/2005(UTC)
Posts: 16

I study the dynamic trader method at the Robert Miner's web site. I noticed that there is an indicator to indicate the trend reversal very well i.e. DT OSC (8,5,3,3). What is the Metastock formula ?
StorkBite  
#2 Posted : Saturday, April 22, 2006 6:03:54 PM(UTC)
StorkBite

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 3/19/2005(UTC)
Posts: 2,995

Was thanked: 14 time(s) in 10 post(s)
It doesn't look like the methods are disclosed. This looks blackbox by quick review. Don't know what is disclosed in the book. Either way, it's interesting that when you attempt to load the page to get a price for the software that the page won't even load. That's not reassuring.
henry1224  
#3 Posted : Saturday, April 22, 2006 7:14:51 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)
The DT Osc in Ver4 is just a Stoch RSI Indicator DT4 is blackbox coded, but the indicators can be adjusted for length
henry1224  
#4 Posted : Monday, April 24, 2006 11:56:13 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)
Here are two indicators for the StochRSI the first requires The powerPivots + Add-on, it allows for multi Time frame indicators to be plotted on a lower time frame chart the second is just a normal Metastock StochRSI Indicator Per1:=Input("length of RS",1,100,21); Per2:=Input("length of stoch",1,100,13); Per3:=Input("length of ma",1,100,8); Per4:=Input("length of ma2",1,100,8); factor:=Input("TFactor", 0, 1000, 1); offset:=Input("Offset", 0, 1000, 0); CD:=ExtFml("PowerPivots.TDataCreate",3, factor); IN:=RSI(CD,Per1); A:= (((In-LLV(In,Per2))/(HHV(In,Per2)-LLV(In,Per2)))*100); A1:=Mov((((In-LLV(In,Per2))/(HHV(In,Per2)-LLV(In,Per2)))*100),Per3,S); A2:= Mov((Mov((((In-LLV(In,Per2))/(HHV(In,Per2)-LLV(In,Per2)))*100),Per3,S)),Per4,S); A:=ExtFml("PowerPivots.TDataLocalize",A, factor, offset); A1:=ExtFml("PowerPivots.TDataLocalize",A1, factor, offset); A2:=ExtFml("PowerPivots.TDataLocalize",A2, factor, offset); A;A1;A2; Per1:=Input("length of RS",1,100,21); Per2:=Input("length of stoch",1,100,13); Per3:=Input("length of ma",1,100,8); Per4:=Input("length of ma2",1,100,8); IN:=RSI(C,Per1); A:= (((In-LLV(In,Per2))/(HHV(In,Per2)-LLV(In,Per2)))*100); A1:=Mov((((In-LLV(In,Per2))/(HHV(In,Per2)-LLV(In,Per2)))*100),Per3,S); A2:= Mov((Mov((((In-LLV(In,Per2))/(HHV(In,Per2)-LLV(In,Per2)))*100),Per3,S)),Per4,S); A;A1;A2;
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.