implementing a new chart panel..

If you have a cool piece of software to share, but you are not hosting it officially yet, please dump it in here. If you have code snippets that are useful, please donate!
Post Reply
jupeva
In need of some credit
In need of some credit
Posts: 2
Joined: Thu Oct 08, 2009 1:45 pm

implementing a new chart panel..

Post by jupeva »

I'm developing new chart panel, and I just asking if someone is interested it..

gpPanel (pre)features briefly:
- opensource C++
- chart engine is modified wxMathPlot
- inherited from wxPanel
- FFT/INL/DNL chart mode from chart data
- Customable
- documentation: UML diagram (facilitate the understanding of the library)
-...

best regards
JuPe

NEWS

12.11.-09
-First early version of libary available in SVN.
-Sample project in win32 binary format available. gpSample.
Last edited by jupeva on Thu Nov 12, 2009 11:07 am, edited 1 time in total.
JenT
Earned some good credits
Earned some good credits
Posts: 114
Joined: Fri Oct 24, 2008 9:23 am

Re: implementing a new chart panel..

Post by JenT »

jupeva wrote:I'm developing new chart panel, and I just asking if someone is interested it..

gpPanel (pre)features briefly:
- opensource C++
- chart engine is modified wxMathPlot
- inherited from wxPanel
- FFT/INL/DNL chart mode from chart data
- Customable
- documentation: UML diagram (facilitate the understanding of the library)
-...

best regards
JuPe
Great job.

Can you support candlestick chart ?
Or provide sample code how to combine compoent to render candlestick?

Thank you
jupeva
In need of some credit
In need of some credit
Posts: 2
Joined: Thu Oct 08, 2009 1:45 pm

Re: implementing a new chart panel..

Post by jupeva »

JenT wrote:
jupeva wrote:I'm developing new chart panel, and I just asking if someone is interested it..

gpPanel (pre)features briefly:
- opensource C++
- chart engine is modified wxMathPlot
- inherited from wxPanel
- FFT/INL/DNL chart mode from chart data
- Customable
- documentation: UML diagram (facilitate the understanding of the library)
-...

best regards
JuPe
Great job.

Can you support candlestick chart ?
Or provide sample code how to combine compoent to render candlestick?

Thank you

Here you are!
I fixed a few bugs from bar chart layer and added first
version of candlestick chart layer. Support, therefore,
already found ;)

SVN: http://gppanel.googlecode.com/svn/trunk/wxMathPlot/

-JuPe
JenT
Earned some good credits
Earned some good credits
Posts: 114
Joined: Fri Oct 24, 2008 9:23 am

Re: implementing a new chart panel..

Post by JenT »

jupeva wrote:
JenT wrote:
jupeva wrote:I'm developing new chart panel, and I just asking if someone is interested it..

gpPanel (pre)features briefly:
- opensource C++
- chart engine is modified wxMathPlot
- inherited from wxPanel
- FFT/INL/DNL chart mode from chart data
- Customable
- documentation: UML diagram (facilitate the understanding of the library)
-...

best regards
JuPe
Great job.

Can you support candlestick chart ?
Or provide sample code how to combine compoent to render candlestick?

Thank you

Here you are!
I fixed a few bugs from bar chart layer and added first
version of candlestick chart layer. Support, therefore,
already found ;)

SVN: http://gppanel.googlecode.com/svn/trunk/wxMathPlot/

-JuPe
WA

I will test it soon .
Candlestick chart contains open price, close price, high price, low price, day and Volume.

Can you provide a sample code for how to use it for candlestick?

Thank you.

:D
JenT
Earned some good credits
Earned some good credits
Posts: 114
Joined: Fri Oct 24, 2008 9:23 am

Re: implementing a new chart panel..

Post by JenT »

jupeva wrote:
JenT wrote:
jupeva wrote:I'm developing new chart panel, and I just asking if someone is interested it..

gpPanel (pre)features briefly:
- opensource C++
- chart engine is modified wxMathPlot
- inherited from wxPanel
- FFT/INL/DNL chart mode from chart data
- Customable
- documentation: UML diagram (facilitate the understanding of the library)
-...

best regards
JuPe
Great job.

Can you support candlestick chart ?
Or provide sample code how to combine compoent to render candlestick?

Thank you

Here you are!
I fixed a few bugs from bar chart layer and added first
version of candlestick chart layer. Support, therefore,
already found ;)

SVN: http://gppanel.googlecode.com/svn/trunk/wxMathPlot/

-JuPe
Seem need to combine multiple layout to show candlestick chart that contains open price, close price, high price, low price, day and volume.
Right ,or am I wrong ?

:D
Taamalus
Experienced Solver
Experienced Solver
Posts: 86
Joined: Wed Dec 09, 2009 3:31 pm
Location: Toronto

Post by Taamalus »

Hello!
Is there a remote possibility to zip the sample, for download? My Norton does not accept anything with an .exe from the internet, unless it recognized the files. :D

Got the souce though - looks very promising - Many thanks.
... time waits for no one
Hank
User avatar
evstevemd
Part Of The Furniture
Part Of The Furniture
Posts: 2409
Joined: Wed Jan 28, 2009 11:57 am
Location: United Republic of Tanzania

Post by evstevemd »

Here you go!
Get that NAV off the box :)

Compressed file is like 939Kb and Max is 512kb
So I cannot do that.
Chief Justice: We have trouble dear citizens!
Citizens: What it is his honor?
Chief Justice:Our president is an atheist, who will he swear to?
Post Reply