Forex Tester Forum (Professional Training Software for Traders) Forum Index Forex Tester Forum (Professional Training Software for Traders)

Back to main site   Risk disclosure
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Data import errors

 
Post new topic   Reply to topic    Forex Tester Forum (Professional Training Software for Traders) Forum Index -> Data sources
View previous topic :: View next topic  
Author Message
Chris_p



Joined: 26 Jul 2010
Posts: 5

PostPosted: Mon Jul 26, 2010 3:02 pm    Post subject: Data import errors Reply with quote

Hi, I've been trying to import some data that I downloaded from Dukascopy, but appear to be getting some errors. The data is in 1 minute intervals, but only shows up as daily bars when imported. A sample of the data is attached.

Thanks,
Chris
Back to top
View user's profile Send private message
Chris_p



Joined: 26 Jul 2010
Posts: 5

PostPosted: Mon Jul 26, 2010 3:04 pm    Post subject: Reply with quote

File didn't attach the first time. Here it is...
Back to top
View user's profile Send private message
Chris_p



Joined: 26 Jul 2010
Posts: 5

PostPosted: Mon Jul 26, 2010 3:05 pm    Post subject: Reply with quote

Date Time Open High Low Close Volume
2009.07.01 00:00:00 1.40395 1.40425 1.4039 1.40425 102.4
2009.07.01 00:01:00 1.40425 1.4043 1.40405 1.4041 182.2
2009.07.01 00:02:00 1.40415 1.40435 1.40415 1.40425 175.8
2009.07.01 00:03:00 1.40425 1.40435 1.40415 1.40425 68.2
2009.07.01 00:04:00 1.40425 1.4043 1.40405 1.40405 80.4
2009.07.01 00:05:00 1.40405 1.4042 1.4038 1.4038 151.4
2009.07.01 00:06:00 1.4038 1.40385 1.403 1.403 189.6
2009.07.01 00:07:00 1.403 1.40375 1.403 1.4033 334.2
2009.07.01 00:08:00 1.4033 1.4033 1.40305 1.4032 103.4
2009.07.01 00:09:00 1.4034 1.40355 1.40325 1.40335 122.8
2009.07.01 00:10:00 1.40345 1.40355 1.40325 1.40325 243
2009.07.01 00:11:00 1.40325 1.4035 1.40325 1.40345 184.6
2009.07.01 00:12:00 1.40345 1.4036 1.40335 1.4036 127
2009.07.01 00:13:00 1.40355 1.40375 1.4035 1.40375 267.4
2009.07.01 00:14:00 1.40375 1.40385 1.40365 1.4037 255.6
2009.07.01 00:15:00 1.4038 1.4038 1.40365 1.4037 77.6
2009.07.01 00:16:00 1.4037 1.4037 1.40335 1.4034 142.8
2009.07.01 00:17:00 1.4034 1.40345 1.40335 1.40335 117.5
2009.07.01 00:18:00 1.40335 1.40355 1.4031 1.4031 202.3
2009.07.01 00:19:00 1.40315 1.4035 1.40315 1.40335 262.4
2009.07.01 00:20:00 1.40335 1.40365 1.40335 1.4036 237.1
Back to top
View user's profile Send private message
FT Support



Joined: 11 Jul 2009
Posts: 901

PostPosted: Tue Jul 27, 2010 9:50 am    Post subject: Reply with quote

Sorry but Forex Tester does not support such data format, i'll try to find a programmer who will be able to create data converter to translate data into FT format
_________________
Check our other products here:
www.fx-metropolis.com
www.forexcopier.com
Back to top
View user's profile Send private message Visit poster's website
Chris_p



Joined: 26 Jul 2010
Posts: 5

PostPosted: Tue Jul 27, 2010 11:16 am    Post subject: Reply with quote

FT Support wrote:
Sorry but Forex Tester does not support such data format, i'll try to find a programmer who will be able to create data converter to translate data into FT format


Thanks.

So what's wrong with the data format? If I know where the errors are, I can maybe correct them myself. Should the file be converted to a txt file?
Back to top
View user's profile Send private message
FT Support



Joined: 11 Jul 2009
Posts: 901

PostPosted: Wed Jul 28, 2010 1:05 pm    Post subject: Reply with quote

Please see incompatibilities of these data below:

1) Date format should be one of the followng: YYYYMMDD, DDMMYYYY, MMDDYYYY. YYMMDD, DDMMYY, MMDDYY

2) Time format should be HHMMSS

_________________
Check our other products here:
www.fx-metropolis.com
www.forexcopier.com
Back to top
View user's profile Send private message Visit poster's website
Chris_p



Joined: 26 Jul 2010
Posts: 5

PostPosted: Sat Jul 31, 2010 6:53 am    Post subject: Reply with quote

FT Support wrote:
Please see incompatibilities of these data below:

1) Date format should be one of the followng: YYYYMMDD, DDMMYYYY, MMDDYYYY. YYMMDD, DDMMYY, MMDDYY

2) Time format should be HHMMSS


Ok, thanks. I'll see if I can change it and get it to work.
Back to top
View user's profile Send private message
SquareMeal



Joined: 15 Sep 2010
Posts: 40

PostPosted: Sun Jul 03, 2011 3:17 am    Post subject: Importing Dukascopy 1 Minute Data Reply with quote

I've developed a full-bodied system in FT which I want to trade live. I opened a Dukascopy account and converted my "execution" module to JForex -- but the rest of my system (multiple modules for optimizing) is in FT. Things have worked out pretty well, but there are some differences between execuction in FT and the JForex platform. So, I converted Dukascopy data to load into FT to eliminate that variable from the problem.

I think the data conversion went well (a java program I wrote), but when I run my system and compare 30 minute bar charts between FT and JForex, there are some significant differences. Also, focusing on a single bar (2007-09-07 02:30), the one produced in FT doesn't seem to match the OHLC within that 30 minute period... but the JForex bar seems to reflect the data.

I'm attaching two annotated screen shots. Can you please tell me if I have a data conversion problem? Thank you.



Screen 1 of 2.jpg
 Description:
 Filesize:  326.18 KB
 Viewed:  5871 Time(s)

Screen 1 of 2.jpg



Screen 2 of 2.jpg
 Description:
 Filesize:  325.2 KB
 Viewed:  5871 Time(s)

Screen 2 of 2.jpg



_________________
creativity + willful purpose
Back to top
View user's profile Send private message
FT Support



Joined: 11 Jul 2009
Posts: 901

PostPosted: Mon Jul 04, 2011 6:24 pm    Post subject: Reply with quote

Hello,

Pleae check if you have same M1 bars in JForex and FT in History Mode than check if you have same M1 bars in Testing Mode and let us know.

_________________
Check our other products here:
www.fx-metropolis.com
www.forexcopier.com
Back to top
View user's profile Send private message Visit poster's website
SquareMeal



Joined: 15 Sep 2010
Posts: 40

PostPosted: Thu Jul 21, 2011 1:47 am    Post subject: M1 data conversion Reply with quote

I will still try your suggeston regarding 1min data. But for now, I should say that I changed my conversion program to round volume to an integer (got rid of the decimal point) and the results are 98% better. There are still some wicks on the candles that are different, but the candle bodies now look the same without all of the gaps I was getting.
_________________
creativity + willful purpose
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Forex Tester Forum (Professional Training Software for Traders) Forum Index -> Data sources All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group