Page 1 of 1

Fibonnacci Fans- Fibonnacci Arks -Trendline - Gann Lines

Posted: Thu Apr 20, 2006 1:28 pm
by 9638762
You know that every Technical Analysis Application has got Study Lines ..
They behave like TrendLine Tool but they have extended plotting operations..
What do you suggest about producing our own StudyLines...


Fibonnacci Arks
Fibonnacci Fans
Gann Lines
TrendLine
Trend Channel
Andrews Pitchfork
.......

Posted: Thu Apr 20, 2006 2:32 pm
by narcis
Hi glikoz,

I suggest you to follow Tutorial7 - Working with Functions instructions, specially the section called Deriving Custom Functions.

You'll find the tutorials at TeeChart's program group.

Posted: Mon May 01, 2006 3:25 pm
by 9638762
do you agree with me ?
Fibonnacci ,Gann Lines etc are diffrent concept from Functions..
These are studyLines not indicators.
Their usage different from indicators..

Im not sure that I can make them by "Deriving Functions" concept ..

Why Did you produce DrawArcs,DrawBeizer methods for Graphics3D?
Not for my situations ..So for what ?

I'm waiting different approach from you ..(Not custom derived functions concept)

Please answer questions more carefully..

Posted: Tue May 02, 2006 10:44 am
by narcis
Hi glikoz,

Our understanding is that, as those study lines need to be calculated according to the source series data, they are functions for us. So we think that a custom function would be the better approach to draw them.
Why Did you produce DrawArcs,DrawBeizer methods for Graphics3D?
Not for my situations ..So for what ?
Both methods use native .NET Framework's methods as you can see here:

http://msdn2.microsoft.com/en-us/librar ... S.80).aspx
http://msdn2.microsoft.com/en-us/librar ... awarc.aspx

DrawBezier method is mainly used for the Bezier function as well as for some other internal use. DrawArc is only used for TeeChart internal use.