You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
hi, please untick the box of optimization in Tester
thank you, i have done that but the EA just seems to not be operating. here is the report of every test i do without optimization.
thank you, i have done that but the EA just seems to not be operating. here is the report of every test i do without optimization.
hello,
plz restart the MT4, and try it again by click the start buttom
if still doesn't work, please
1)open eurgbp 5 minutes chart
2) close the auto scroll function ( see the picture, if the red square logo is on, click it to be off
3) scroll to the previous bars by pressing"HOME" key on the keyboard
4) close the chart
5) and start the tester
u should making the setting like picture above
thanks so much for help so far. sorry to be annoying! did what you said, still unfortunate :(
I quickly tried some other EAs, mecahnical ones such as grids all seem to work fine, but other more complex ones do not? I may try reinstalling the terminal
Hi kelly
Here is the back test output. What I don't understand is why does the error site the library file name and not the first function of the dynamic linked library that it tries to access.
Also tried putting files in windows/system32 just to see if it would work but that gave same message with different error (error 14001).
Hi kelly
Here is the back test output. What I don't understand is why does the error site the library file name and not the first function of the dynamic linked library that it tries to access.
Also tried putting files in windows/system32 just to see if it would work but that gave same message with different error (error 14001).
error 14001:
Do u computer installed Visual Studio, if haven't please download below 2 component(2.6 MB)
please download below 2 component :
http://www.microsoft.com/downloads/details.aspx?familyid=32BC1BEE-A3F9-4C13-9C99-220B62A191EE&displaylang=en
http://www.microsoft.com/downloads/details.aspx?FamilyID=200B2FD9-AE1A-4A14-984D-389C36F85647&displaylang=en
// if user haven't install VS, and the dll use some library in VS, it will cause error 14001
error 14001:
// if user haven't install VS, and the dll use some library,like my library, it will cause error 14001
I have Visual studio V6 C++ and VB and TOOLS.
I only get error 14001 when your files are in the system32 directory. When your files are in the MT4 libraries directory it is error 126. There seems to be something fundamental missing from the dll or def files that requires a particular environment to run I think you need to find the missing component or build parameter and include it with your package if you wish others to use your code.
Thanks
Maybe it's easier to remove the DLL and move the logic to EX4 file, unless you have concerns about licensing (like FAP Turbo) or server time vs. GMT time related adjustment.
This way you have only the EX4 file.
I have Visual studio V6 C++ and VB and TOOLS.
I only get error 14001 when your files are in the system32 directory. When your files are in the MT4 libraries directory it is error 126. There seems to be something fundamental missing from the dll or def files that requires a particular environment to run I think you need to find the missing component or build parameter and include it with your package if you wish others to use your code.
Thanks
It may be cause by i am using Visual Studio 2008, and u haven't the file "msvcp90.dll" and "msvcr90.dll"
i have attached it at the 1st post attachment~ ~
paste all the file in "Stuff" to
Thankyou very much
It may be cause by i am using Visual Studio 2008, and u haven't the file "msvcp90.dll" and "msvcr90.dll"
i have attached it at the 1st post attachment~ ~
paste all the file in "Stuff" to
yes, i am so sorry for your inconvenient
i found out the problem is even u paste "msvcp90.dll" and "msvcr90.dll" to C:\windows\system32, the terminal.exe will still use msvcp80.dll" or msvcp70.dll" or msvcp60.dll" etc
i have attached the correct version of
Microsoft Visual C++ Redistributable Package (x86)
VCredist.exe in the 1st post attachment, which i provide the old, wrong version of VCredist.exe before
i am confident it can be run, after you install it, Ruptor
let's go to the first post, and download the attachment
Thankyou Very Much