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

Notification

Icon
Error

Options
Go to last post Go to first unread
etabeta  
#1 Posted : Thursday, May 21, 2009 1:39:01 AM(UTC)
etabeta

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 5/21/2009(UTC)
Posts: 2

Hello,

exist a metastock indicator and formula in order to draw a parabolic curve on the price chart ?

Thanks.
wabbit  
#2 Posted : Thursday, May 21, 2009 2:08:16 AM(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)
Hi etabeta,

Welcome to the Forum.

The short answer to your question is, no, and yes!

The longer answer involves having a look at some of the other posts on the forum on the same/similar topics; do this by utilising the text box in the top-right corner of just about every page on the forum. You might want to start your search by looking for "parabolic trend" and looking through the results there.

Another solution might be to spend some more $$$ and buy one of the external function libraries where this functionality is included, such as : http://www.traderhelp.net/products/ttbox.html These products are not "cheap" and I have no opinion on how well they do or do not work. You'll have to do some more of your own research here.


Hope this helps.

wabbit [:D]

etabeta  
#3 Posted : Thursday, May 21, 2009 6:06:50 AM(UTC)
etabeta

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 5/21/2009(UTC)
Posts: 2

Thank you wabbit,

I made a search on the forum but I haven't found info about a formula for a parabolic curve.

I'm not an expert with metastock language but in your opinion is very hard to create a parabolic curve indicator ?

Thanks.

wabbit  
#4 Posted : Thursday, May 21, 2009 6:55:22 AM(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)
The concept seems reasonably simple:

1) define a starting point by price and date/time
2) define the parameters, c1 and c2 (you already know c0)
3) count the number of bars elapsed since the start (x)
4) compute y = c0 + c1x + c2x^2
5) plot

But things get a lot more complicated when you then want to draw the parabola within a specified time/price range, start the computations at x<0, etc.

Plotting a curve with known parameters is not that difficult, but I think what you are actually after is a system to discover the parameters and then plot the curve automatically? This is where the add-ins will earn their cost. Some of these products are written with traders in mind, not scientists, so their applications draw trendlines to support trading decisions, not parametric filtering to smooth data.

You might consider exporting the data to another application like Excel (or there are many freeware curve fitting apps on the internet) to do the number crunching, then use MS to plot the resultant values?


Hope this helps.

wabbit [:D]

Users browsing this topic
Guest (Hidden)
Similar Topics
Parabolic Curves (MetaStock)
by rg 9/8/2005 8:44:34 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.