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

Notification

Icon
Error

Options
Go to last post Go to first unread
jumpbackjack  
#1 Posted : Thursday, April 28, 2011 10:28:00 PM(UTC)
jumpbackjack

Rank: Member

Groups: Registered, Registered Users, Subscribers
You have been a member since:: 8/25/2009(UTC)
Posts: 15

Does Metastock have a retracement indicator/calculator (not Fibonacci) that can be plotted on a chart? The stock peaks at $100 and goes down to $90, 10% retracement. If not, does anyone know how to code it? Thanks
johnl  
#2 Posted : Saturday, April 30, 2011 8:54:47 PM(UTC)
johnl

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 11/7/2005(UTC)
Posts: 602

When I have tried to create indicators like you describe, the trouble starts with defining
my peaks and troughs. The Peak() and Trough() functions get iffy close to the current date
so I usually have instead defined my peak and troughs using extremes of a chosen indicator
then using ValueWhen() to grab the Close at those dates to do my calculations.


jumpbackjack  
#3 Posted : Saturday, May 7, 2011 11:36:01 AM(UTC)
jumpbackjack

Rank: Member

Groups: Registered, Registered Users, Subscribers
You have been a member since:: 8/25/2009(UTC)
Posts: 15

Is it possible to point at the high and read the value of the arrow pointer and then point at the low and then make the calculation? Does anyone know how to read the arrow pointer?
johnl  
#4 Posted : Saturday, May 7, 2011 8:09:38 PM(UTC)
johnl

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 11/7/2005(UTC)
Posts: 602

Will:
Insert - Fibonacci - Retracement
work?

jumpbackjack  
#5 Posted : Sunday, May 8, 2011 1:39:15 PM(UTC)
jumpbackjack

Rank: Member

Groups: Registered, Registered Users, Subscribers
You have been a member since:: 8/25/2009(UTC)
Posts: 15

No, I've looked at that and it's not the same thing. Super Charts had an indicator that was perfect. It required 3 points, the start of a run up, the high, and the retracement. You could then see the percent run up and percent retracement. Useful information and certainly easily done in Excel. Just would be nice to have an MS indicator. I still believe if you could read the value of the arrow pointer as an input it could be programmed.
wabbit  
#6 Posted : Sunday, May 8, 2011 2:24:31 PM(UTC)
wabbit

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers, Unverified Users
Joined: 10/28/2004(UTC)
Posts: 3,111
Location: Perth, Western Australia

Was thanked: 16 time(s) in 16 post(s)
If you know how to define the peak point, then you can use the ValueWhen() function, but the problem comes in that definition.


wabbit [:D]

Users browsing this topic
Guest (Hidden)
Similar Topics
Retracement Indicator other than Fibonacci. (MetaStock)
by shahbaze 8/28/2012 11:41:24 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.