Page 12 of 13

Re: Live chart data export to CSV

PostPosted: Mon Aug 29, 2016 11:36 am
by Kyle.Gilbertson
Is the source for this project available anywhere?

Re: Live chart data export to CSV

PostPosted: Tue Sep 06, 2016 8:03 am
by Julia CJ
Hi Kyle,

Please write your e-mail where we can send you the source.

Re: Live chart data export to CSV

PostPosted: Thu Sep 21, 2017 5:02 am
by Apprentice
Bump up.

Re: Live chart data export to CSV

PostPosted: Sat Nov 04, 2017 8:20 am
by Cactus
Would this work with new ForexConnect 1.5.0 version or does it need updating?

Re: Live chart data export to CSV

PostPosted: Tue May 08, 2018 4:54 am
by Apprentice
Bump up.

Re: Live chart data export to CSV

PostPosted: Tue Oct 09, 2018 6:16 am
by chimpy
Apprentice wrote:Bump up.


Hello

Two questions, has there been any changes to the API or the framework that requires an update?
the Live chart data export to CSV program has crashed a bit more often lately although as of this week it appears to be ok. Would you like me to initiate a debug sequence to help find out if there is a problem?

Also, can I request a custom header be added so that the very first line of each CSV file produced.
Example:

The configuration file would have something like
<Header>"date" "time" "open" "high" "low" "close"</Header>
<History>
<Instrument>EUR/GBP</Instrument>
<Timeframe>m1</Timeframe>
<Filename>EUR_GBP_m1</Filename>
<Header>"date" "time" "open" "high" "low" "close"</Header>
<NumBars>3000</NumBars>
</History>

Then the header would be printed on the first line:
----------------
"date" "time" "open" "high" "low" "close"
05/10/2018 06:04 0.88397 0.88403 0.88395 0.88403 0.88420 0.88423 0.88417 0.88423 125
05/10/2018 06:05 0.88403 0.88411 0.88401 0.88407 0.88423 0.88432 0.88422 0.88426 256
----------------

Some 3rd party programs require a header in each data file so this would be very useful.

Thanks alot
Chimpy

Re: Live chart data export to CSV

PostPosted: Fri Oct 19, 2018 1:24 pm
by Konstantin.Toporov
Hello, we will update this software soon.

Re: Live chart data export to CSV

PostPosted: Sat Oct 20, 2018 12:06 am
by chimpy
Konstaintin,

How do I run the app in debug mode in such a way that is useful to you? Then through the course of next week I can send you the output should the application crash again?
To note: it has not crashed again since last week so, it is happening only occasionally at the moment.

Konstantin.Toporov wrote:Hello, we will update this software soon.

Re: Live chart data export to CSV

PostPosted: Mon Oct 29, 2018 3:47 pm
by Konstantin.Toporov
LiveChartDataExportToCSV software is now open sourced and hosted on GitHub.
https://github.com/gehtsoft/LiveChartDataExportToCSV

You can download a build for Win64:
https://github.com/gehtsoft/LiveChartDa ... _1.6.0.zip

Or build everything from sources:
https://github.com/gehtsoft/LiveChartDa ... ter/source

Re: Live chart data export to CSV

PostPosted: Tue Oct 30, 2018 9:18 am
by Konstantin.Toporov
Prebuilt version for Win32 is also available:
https://github.com/gehtsoft/LiveChartDa ... _1.6.0.zip