Page 5 of 13

Re: Live chart data export to CSV

PostPosted: Wed Sep 07, 2011 3:46 pm
by allpin
I have updated project and executable. Changes made: workaround for possible problem with Open and Close prices.

Re: Live chart data export to CSV

PostPosted: Thu Sep 08, 2011 10:33 am
by allpin
Another update for zipped project file and executable. Changes made: removing commas as thousand separators.

Re: Live chart data export to CSV

PostPosted: Wed Sep 14, 2011 6:17 am
by chimpy
Thanks allpin. Its looking good. I can use a demo account for testing as thats in the same timezone as the API, but, been trading live with it for two days now.
Let me know when the TimeZone shift thing has been updated and I will give it a go.

Thanks again

Re: Live chart data export to CSV

PostPosted: Mon Sep 19, 2011 3:05 pm
by allpin
Hi Chimpy,
Thank you for being an educated and patient user :-)
I have updated zipped project file and executable.
Changes made:
Ability to get the results in different time zones (see entry like this:
“<TimeZone>EST</TimeZone>” in configuration file). Valid values are “EST” (default), “UTC”, and “Local”.

Re: Live chart data export to CSV

PostPosted: Thu Apr 05, 2012 4:53 pm
by haris123
its nice and cool

Re: Live chart data export to CSV

PostPosted: Tue Mar 19, 2013 7:21 pm
by chimpy
Hello again,

I am getting a "LiveChartDataExportToCSV.exe as stopped working" message when I launch the program.
I am using vista. Its been about 1.5 years since I have used the program so I am wondering if maybe some update on my system has affected it. I downloaded the newest version of the ForexConnect API 1.2.2 and installed it without any problem, however when I run LiveChartDataExportToCSV.exe I still get the same problem.

Can someone please hae a look for me

Thanks Chimpy

Re: Live chart data export to CSV

PostPosted: Mon Mar 25, 2013 7:59 am
by chimpy
Ignore the post above for now as I think this is a problem with my computer and not a problem with forexconnect update.

However, can someone please take a look at the message I sent allpin about some unresolved problem with this coded program. I dont believe allpin is working on this board anymore?
as below:

allpin,

Thank you for the timezone update, I have been looking at it.
Below are the last two lines of the daily gbp/usd file.

Two things, at 7pm UTC the day clicked over to the next day. This usually happens at 9pm UTC.
also the last line has the 17:00 time which is typical of an EST timestamp not UTC. Anyway, i check again on the morning of 22nd and the time stamp had changed to 21:00, however the volume was not updating even though it was in the hourly and minute charts.

these are my settings for the offsets
<TradingDayOffset>-7</TradingDayOffset>
<TradingWeekOffset>0</TradingWeekOffset>

---------------------
at about 8pm UTC
---------------------
20/09/2011,21:00,76.435,76.680,76.105,76.588,76.463,76.695,76.132,76.612,77667
21/09/2011,17:00,76.588,76.680,76.512,76.626,76.612,76.705,76.538,76.653,5547

---------------------
at about 5am UTC morning of 22nd
---------------------

20/09/2011,21:00,1.57310,1.57461,1.54851,1.54980,1.57406,1.57488,1.54886,1.55015,214511
21/09/2011,21:00,1.54980,1.55183,1.54467,1.54587,1.55015,1.55240,1.54495,1.54616,27318

Thanks
Chimpy

Re: Live chart data export to CSV

PostPosted: Thu Nov 28, 2013 11:46 pm
by chimpy
Hello, Way back in March this year I posted that the application has stopped working with the new version of tha API..

I have been waiting to use it but despite messaging a few people there is still not a workable version. The origional coder put a lot of work into this application so could someone please make teh changes nessessary to make the code work with teh new API or as needed.

Additionally there are a few problems that need to be corrected relating to time zones and updates, as listed above in the thread.

Please please can someone take a look at it.

Thanks so much!

Chimpy

Re: Live chart data export to CSV

PostPosted: Mon Dec 02, 2013 6:27 am
by Gennadiy
Hello Chimpy,

Please find the updated source code and .exe (x86 and x64) in the attachment.
For now it should work with the latest version of API.

Unfortunately I do not completely understand the issue with time zones. Could you clarify it, please?

Re: Live chart data export to CSV

PostPosted: Sat Dec 07, 2013 2:26 am
by chimpy
Gennadiy, Thanks for your reply.

When you updated the source code did you repair the original post by Allpin, or did you take your reference code from the page 2 of this thread where there is a second copy that already has 8 updates. see here viewtopic.php?f=27&t=4685&start=10#p13135

This is the one that needs updting and also contains some important updates, as updated by alpin last on Mon Sep 19, 2011 2:56 pm.

---

anyway I the new code you posted but I am getting a crash error message (I PM'd it to you)
I have installed the latest forexconnect API onto a new build of windows 7.

--
I will check for the timezone problem once the code is running
Thanks