Forum

Complete Forex Historical Tick Data.

Is there anyone out there with reliable and complete historical forex tick data. Through prior research I found Dukascopy but discovered that it is full of holes

Tester Problems After Build Update 416.

I am using the "Birt Patch" in my metatrader app. In my previous version, I believe it was version 406, I had no problems with running my tester program. Now I cannot run it as I get an error message "TestGenerator: internal error because the file not opened". Does anyone out there have a remedy for

ADX Indicator Question.

I recently placed the ADX indicator in an EA and then ran the tester program and then saved the indicator results into a text file. I then compared the text file values for the ADX indicator to the Data Window's values for this indicator. What I noted was that for bar 0 the valuation in the text

Boost Library Import Into Metatrader (MT4) Script File.

I am working within a Metatrader script file and need tocall a function within a Boost library. Anyone know if this is possible? If so how do you configure the import

Boost Library Import Into Metatrader (MT4) Script File.

I am working within a MetaTrader script file and need to call a function within a Boost library. Anyone know if this is possible? If so how do you configure the import

Birt's Patch for Build 409.

I recently ran the script called Birt's Patch on build 409. After running the script, I ran an EA that prints to a text file tick volumes . The volumes I am getting are in decimals such as .00090. Is there anyone out there who is familiar with this and how it can be fixed

Dukascopy volume conversion to Metatrader volume.

Recently I downloaded Dukascopy tick data and went through the Birt's EA Review script process to create HST and FXT files. Does anyone out there know what happens to the volume data? What I noted is that the true volume in the tick data is lost in the conversion process. What ends up in the tick

FileWrite() Problems.

Can someone help me with a FileWrite() problem? Initially I have had problems with writing large amounts of data to a single file as something caused the data file to be overwritten at a certain interval. In other words data was saved to a txt file and when the record count approached 27,598,602

Too Many Files Opened.

Can someone help me with the below code? The problem I am having is that I am getting the error code "Too Many Files Opened". What doesn't make sense to me is that I have the FileOpen and FileClose on the outer block of code. Shouldn't the while be working properly

FileClose Problem.

Can someone help me with the included code? I am having problems with closing the first file and going onto the next file. What is occuring is that the initial file remains open. How do I close the first file when going onto the second file