Zsolt Haromszeki
Zsolt Haromszeki
3.1 (6)
  • Information
3 years
experience
12
products
44
demo versions
0
jobs
0
signals
0
subscribers
Zsolt Haromszeki
Added topic RSS Reader [Build 600+]
Hi Coders, I'm looking for RSS reader example (souce code) what is MT4 Build 600+ compatible. (Sorry, but I can't use the forum search. It doesn't work - don't know why. I tried to search on Firefox and on Chrome browsers too.) Thank you in advance
Zsolt Haromszeki
Added topic Communication between MetaTraders - Is it possible without read/write files? [B600+]
Dear Coders, Is it possible to make a communication between two (or more) MetaTraders without files? I have a technique with Named Pipes. But it does not work since Build 600. There are some topics about Named Pipes & B600+, but I can not find a
Zsolt Haromszeki
Added topic EX4 Check - Use MQL4 or MQL5 library?
Hi Coders! I have an .ex4 file (Expert Advisor). How can I decide it use MQL4 or MQL5 library? Thank you in advance. Relative
Zsolt Haromszeki
Added topic Looking for Named Pipes Server-Client example for MT4 Build 600+
Hi Coders! Does anybody have a working NamedPipes Server-Client solution for MT4 B600+ ? I tried to rewrite to B600+ without success. Thank you in advance. Relative
Zsolt Haromszeki
Added topic Install all files and folders into the Metatrader installation directory (instead of Roaming folder) on Windows 8.1
Hi Coders! I used Windows 7 x64. I installed the MetaTrader-s to the Y:\ drive. All Data and config folders installed to the installation directory without portable mode . There were no directories or files placed to the Roamin folder. This was
Zsolt Haromszeki
Added topic Hidding OBJ_BUTTON from the list of object - doesn't work
Hi Coders! Can I hide OBJ_BUTTON objects from the object list? I use the same code as the MQL4 Reference shows: //+------------------------------------------------------------------+ //| Create the
Zsolt Haromszeki
Added topic Get XSIZE of a LABEL OBJECT - Is it possible?
Hi Coders! Is is possible to get the XSIZE of a LABEL OBJECT ? I tried this code: label_object_xsize = ObjectGetInteger ( 0 ,object_name, OBJPROP_XSIZE ); But I got this error message: Unknown object property Thank you in advance. Relative
Zsolt Haromszeki
Added topic Read Internet File Content to string with cURL in DLL function [C++] [B600+]
Hi Coders, I'm working on a DLL function written in C++. The function will read the content of a file on the Internet. Then the content will return to the .EX4 ( Build 600+ ). Please, take a look at my C++ code: #define
Zsolt Haromszeki
Added topic DLL string function does not work on Build 600
Hi coders! I wrote a DLL function in Delphi. This code only return a PChar text to the ex4. ibrary get_text; uses   SysUtils,   Math,   idHttp; {$R *.res} var function get_text(): PChar; stdcall; begin   result
Zsolt Haromszeki
Added topic Tick Simulation - Start() runs every X milliseconds without loop
Hi Coders! I have a DLL file ( download ) consists two functions for simulating new tick arriving. The functions are: IceLock_StartTicker() and IceLock_StopTicker(). Usage: #import "IceFX.TraderAgent.dll"    void IceLock_StartTicker( int
Zsolt Haromszeki
Added topic EA gets diffrent indicator datas as Data Window shows. How?!
Hi Coders! I have an indicator, called: ptl 2 & alerts (attached) I would like to use it in an EA with the iCustom() function . I would like to run the EA on a M5 chart , and use the Indicator with TimeFrame="15" input variable. But
Zsolt Haromszeki
Added topic NumbersSeparator() function for Print big numbers
Hi Coders! I'm looking for a little number to string function. I have a number, for example: 344256454.23 and I would like to print it in this form: 344,256,454.23 Is it possible with bult-in function? Or I have to write this function? Thank you
Zsolt Haromszeki
Added topic Alert Window Message Monitor
Hi Coders, I would like to monitor the messages of the Alert window. Is it possible? Thank you Relative
Zsolt Haromszeki
Added topic Alpari UK - Critical error when start an Expert Advisor
Hi Coders, When I start an Expert Advisor (on a live chart or at backtest ) the Alpari UK terminal crash with the following report: We apologize for the crash occured.... There has been a critical error
Zsolt Haromszeki
Added topic Backtest on Tick Database - Will be available?
Hi Coders! Does anybody know, that will be available the MetaTrader5 for backtest on tick database ? Now, we still can't import datas to MT5 history. Later, we are going to can. But will be available import tick database too? Thank you. Relative
Zsolt Haromszeki
Added topic Protect EA from changing chart period - Is it possible?
Hi Coders! Is it possible to protect the EA to prevent changing the period of the chart? My first opinion is the following code in the deinit() function: int deinit(){ int ret= MessageBox ( "Remove EA?" , "Question" , MB_YESNO | MB_ICONQUESTION |
Zsolt Haromszeki
Added topic Why does my indicator line flies away?
Hi Coders! I'm working on a simple indicator based on two WMA. When I attach the indicator to the chart, it is drawn well. Don't know why, but after new bars - sometimes at new ticks - my indicator line flies away as you can see the below picture. At
Zsolt Haromszeki
Added topic Difference between Deals & Orders
Hi Coders! I'm working on to develop my own functions (DealsTrack(), GetVolume(), etc.) for my Expert Advisors. Could somebody explain me the difference between the functions of the Deals (Ticket) and the Order (Ticket)? In MT4 there's only Order
Zsolt Haromszeki
Added topic Strategy Tester Optimization Results Copy is Unavailable
Hi Coders! I cannot copy the Optimization Results and the Optimization Graph at the Strategy Tester. When I right-click on it, the copy menu commands are unavailable . You can see on the above screenshot. The top four lines are grey: So, why are the
Zsolt Haromszeki
Added topic All time zero Total trades at Optimization results
Hi Coders! I'm testing my EA with the tester. The simple backtest and the visual mode work perfect. But, when I use the optimization, I always get zero results for all tests. Here is one of my Optimization Results: 4     0.00