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
.......
Fibonnacci Fans- Fibonnacci Arks -Trendline - Gann Lines
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
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..
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..
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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.
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.
Both methods use native .NET Framework's methods as you can see here:Why Did you produce DrawArcs,DrawBeizer methods for Graphics3D?
Not for my situations ..So for what ?
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.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |