ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  Could you please provide some example for financial chart?
Posted by kevin on May-19-2019 21:10
Dear. Peter Kwan
At first, I need to say Thank you so much for various example.

I'm developing intraday Forex trading analysis tools now. (not daily, weekly chart)
And I think ChartDirector is the best library for my project.

That's why I'm trying to analyze all financial chart code. (c++)
(financedemo, trackfinance, zoomscrolltrack)

But it's hard to understand in detail and to modify for adapting to my program.

So, could you provide some specific example to me?

My request is this.
interactive + track + zoomscrooll + custom symbol function chart for intraday.

I guess it will be perfect if interactive chart mixed with zoomscrolltrack chart.

Thank you again and I'll be waiting for your positive response.
BRs.

  Re: Could you please provide some example for financial chart?
Posted by Peter Kwan on May-20-2019 17:35
Hi Kevin,

Would you mind to inform me which GUI framework you are using (eg. MFC or Qt) ?

Regards
Peter Kwan

  Re: Could you please provide some example for financial chart?
Posted by kevin on May-20-2019 18:12
Dear. Peter Kwan

I'm using MFC with Visual studio 2018.

Thank you in advance.

  Re: Could you please provide some example for financial chart?
Posted by Peter Kwan on May-21-2019 18:04
Attachments:
Hi Kevin,

I have just modified the MFC "Interactive Financial Chart" sample code so that it can zoom/scroll and has a track cursor. For simplicity, I just use mouse wheel for zooming and mouse drag for scrolling.

Hope this can help.

Regards
Peter Kwan
financedemo_zoomscrolltrack_mfc.zip
financedemo_zoomscrolltrack_mfc.zip

42.52 Kb

  Re: Could you please provide some example for financial chart?
Posted by kevin on May-31-2019 12:36
Hi, Peter Kwan

Great~!!!
Your guide is working fine.

Thanks alot.