Zsolt Haromszeki / Publications
Forum
MetaEditor Hide Toolbar, Status Bar and Toolbox at Restart
Dear Coders, I've been experiencing the following for a few weeks now. When I start the MetaEditor (metaeditor64.exe), the Toolbar , Status Bar and Toolbox is hidden. I turn them on. It saves to the metaeditor.ini config file. But when I restart MetaEditor, they are turned off again. I use the
"Bulk Operations" command run from Expert Advisor
Dear Friends, Is it possible to run "Bulk Operations" commands with MQL code? I ask because these functions (e.g. Close All Positions) are much faster than closing positions one by one with the Expert Advisor . Thank you for you help in advance
Looking for Working SMTP server for e-mail sending
Dear Friends, I can not send e-mails with the Gmail servers (smtp.gmail.com:465/587). Gmail no longer supports sending email. Can you offer me any other solution for instead of smtp.gmail.com? Thank you in advance
How to check 'Market is closed' befor opening a position?
Dear Coders! I started a backtest. My expert advisor is trying to open a position immediately at time 00:00. I get 'Market is closed' ( TRADE_RETCODE_MARKET_CLOSED , error code: 10018) message, because the trading is start only at time 00:01: How can I check in advance if it is possible to open a
Stop, then continue Genetic Optimization - Is it possibble?
Hi Coders, My MetaTrader is running genetic optimization since a week. It needs some more days before finish. But now, I have to restart my Windows. So, is it possible to stop the optimization and then can I continue it? Thank you in advance. Relative
Is Bid price inside the TRIANGLE object?
Hi Coders, I would like to know the position of the Bid price relative to the TRIANGLE object . Whether is it inside a TRIANGLE or not? Do you have a simple idea for it? Thank you in advance. Relative
Backtest calculates with varied TickValue at cross currency pairs?
Hi Coders, I'm running many optimizations. I just realized that there are differents in the resutls at the same EA with same backtest options. I found the couse of the different results: the backtest uses different tick values at the cross currency pairs. For example: My account currency is USD and
Genetic algoritm - Optimization options
Hi Coders, I'm running many optimizations and I would like to clarify few things. 1. Could you explain me please the meaning of Genetic algorithm option at the optimization? What does it use for? How is it working? And there is the Optimization panel in this window: 2. What are these limitations
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
Get Backtest Model
Hi Coders, Is it possible to get the type of the backtest model? I would like to know, weather it is working in Control Point mode or in Every Tick mode. Thank you in advance. Relative