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 Get handle for Moving Average indicator from PERIOD_M15 chart
Hi Coders! I'm working on my EA. I would like to get the handle for the Moving Average indicator: maHandle= iMA ( _Symbol , _Period ,MA_Period, 0 , MODE_EMA , PRICE_CLOSE ); It works well on Strategy Tester on EURUSD M1 chart. But I would like to get
Zsolt Haromszeki
Added topic Is it possible to run Backtest on a chart created by me?
Hi Programmers! I created a new chart ( *.hst file) with the method of the Period Converter built in MT script. I can use it like an Offline Chart - it's Ok. But how can I run the Backtest on it? I still have tried some way. For example I deleted the
Zsolt Haromszeki
Added topic Is it the active chart window in the MT?
Hi Programmers! Can I check whether the chart used by the EA is the active chart in the MetaTrader? Thank you. Relative
Zsolt Haromszeki
Added topic Input text fields and buttons on chart
Hi Programmers! At MasterForex there is a plug-in called One Click Trading . I show you some screenshots from it: The type of this MT program is script witch is an addition to the trading platform allows to perform one-click transactions and manage
Zsolt Haromszeki
Added topic Hide or rename the real name of the called DLL function at affirmation
Hi Programmers! When I use an external DLL function and the Confirm DLL functions calls is on, the confirm window display the name of the function. For examle: The EA would like to use the InternetReadFile() function from the wininet.dll file. The
Zsolt Haromszeki
Added topic Read files from Internet URL
Hi Programmers! I can read files on disk using this ReadFile() function: File Operations via WinAPI But, how can I read files from an Internet URL? Do you have any idea? Relative
Zsolt Haromszeki
Added topic Get LastWriteFileTime - GetLastTime() kernel32.dll function
Hi Programmers! I would like to get the last write time of a file. I tried this code: #import "kernel32.dll"    int _lopen   ( string path , int of ) ;    int _lclose ( int handle ) ;    int GetFileTime ( int
Zsolt Haromszeki
Added topic WriteFile() function - Replace the whole content of file via WinAPI
Hi Programmers! There is an example article here: File Operations via WinAPI I would like to use the WriteFile() function based on kernel32.dll for exchange the whole content of the editing file. So, I don't want to append some text or replace some
Zsolt Haromszeki
Added topic HTML codes in the E-mail sent by the MetaTrader
Dear Programmers, I would like to send an e-mail with HTML codes. Normally, I ought to use two lines in the Header of the e-mail: MIME-Version: 1.0 Content-type: text/html; charset=iso-8859-2 But, how can we edit the Header of the e-mail? Or is there
Zsolt Haromszeki
Added topic Mail: invalid SMTP settings (Tools-->Options-->Email)
Dear Programmers, I would like to ask your help about sending an e-mail. I went to the e-mail settings (MetaTrader-->Tools-->Options-->Email) and filled out the datas: SMTP server: mail.t-online.hu:25 SMTP login: login_name SMTP password
Zsolt Haromszeki
Registered at MQL5.community
Zsolt Haromszeki
Added topic Can we send signs from an EA of one MetaTrader to the another EA of another MetaTrader platform?
Hi Programmers! Can we send signs from an EA of one MetaTrader to the another EA of another MetaTrader platform? The two MetaTrader run on the same computer. Relative
Zsolt Haromszeki
Added topic Can EA add indicator to the chart?
Hi Programmers! Can I add an indicator to the chart by the Expert Advisor? Thank you in advance! Relative
Zsolt Haromszeki
Added topic Computer frooze at optimization - Windows Event error ID 41
Hi Programmers! I newly installed the Windows 7 64bit operating system. When I'm running the MetaTrader optimization, sometimes my computer frooze with the ID 41 Windows Event message. Does anybody know something about this issue? Thank you in
Zsolt Haromszeki
Added topic Optimization & brackets
Hi Programmers! I have an EA and I'm working on the optimization. Sometimes, I choose more input parameters which cause big number of optimization variation. I run the optimization. Then, the tester of the MetaTrader shows the amount of the variation
Zsolt Haromszeki
Added topic Can I use Buttons?
Dear Programmers ! Can I use buttons in the EA? For example I would like to create a button which immediately open a determinate trade. It can be on the chart or anywhere else. Thank you. Relative
Zsolt Haromszeki
Added topic ScreenShot from two Chart at same time
Dear Programmers! I'm working on an EA. At a specified time I would like to make ScreenShots at same time from two chart. The fitst chart is the current chart. And I would like to make screenshot from another chart. I can use the Screenshot()
Zsolt Haromszeki
Added topic Color of the orders in the Trade panel
Hi Programmers! Can I change the color of the text (or background color) of the trades in the orders list of the Terminal/Trade panel? For example the T/P and S/L cells sometimes have green or red background color: Terminal/Trade panel So, I would
Zsolt Haromszeki
Added topic Info from Last Closed Order
Hi! After I start my EA, I would like to monitor the open orders with it. If some of them takes profit , I would like the EA to reopen it with the same parameters. So I have to ask information from the last closed order in the Account History. How
Zsolt Haromszeki
Added topic Backtest - Calculate GBPUSD rate on an EURGBP chart when I use USD account.
Hi Programmers! I would like to ask your help for Backtest of my Expert Advisor. The currency of my account is USD. The Backtest runs on a 1 minute EURGBP chart. These different currencies are the resultant of my problem. My EA opens a trade with 1