Forum

Query: DLL Usage and Synchronization in Multi-threaded Backtesting

Hello MQL5 Community, I have some questions regarding the use of DLLs during multi-threaded backtesting in MetaTrader 5, based on the documentation I found: Multiple Instances : From the documentation, it seems that if a DLL is already loaded (even by another Expert Advisor or client terminal), it

double RADIX = numeric_limits<double>::radix <==== how can I convert that C ++ code to MQL5

Hello I was wondering if some one can help me convert the following C++ code to MQL5 double RADIX = numeric_limits<double>::radix Thank you so much

IndicatorAdd does not work

I am having hard time using IndicatorAdd, It does not even being recognized by the complier. IndicatorAdd Adds an indicator with the specified handle into a specified chart window. bool IndicatorAdd ( int sub_win // number of the sub-window int handle // handle of the indicator );

Is there a 64 Bit Metatrader 4 ?

Is there a 64 Bit MetaTrader 4

Ontester() ...Error, it is not working not anymore

I was using Ontester() and it was working fine but on the recent upgrade it is not working not anymore It always gives me -1 or zero on the optimization report "The Result Column" I even changed my code to return the number 5 when the ontester() is called to see if the error from my code or from

Dll calling error , Error 126

I am getting this error with MQL5 where in mql4 it was working perfectly, also I allowed DLL calling in the MQL5 terminal here is the code. #import "mt2ns.dll" int mt2ns(string name, double& in[], int insize, double& out[], int outsize); #import 2010.07.18 16:30:10 Core 1 Cannot open

Problem using MqlDateTime

Hello After the last update MqlDateTime is not working and returning 0 all the time

Is it possible to convert .dat file file that was generated from metatrader to .xls ?

Hello I was wondering if anyone can tell me how would I convert .dat file that was generated from metatrader to .XLS "EXCEL" ? also how I can open and view a .dat file any help is appreciated. Ramssey

I was looking for a library that has all matrix funtions, specialy finding the inverse of a matrix

I was looking for a library that has all matrix funtions, specialy finding the inverse of a matrix