Eugen Funk
- Information
no
experience
|
1
products
|
13
demo versions
|
1
jobs
|
0
signals
|
0
subscribers
|
Eugen Funk
Added topic On what criteria are decisions made to put an article on the first page?
Hi, I would like to write an article. I would also like to understand on what criteria does the MQL team decide whether to place it on the first page or not. Is there a way to support the placement on the first page from my side? Thanks everyone Best
Eugen Funk
Added topic How to assign an input variable to a member variable with the same name?
Hi there, I would like to assign a value from an input variable to a member variable with the same name. Here is the code: class Config { public : StartLotOption START_LOT_TYPE;
Eugen Funk
Added topic Singleton class leads to "unexpected token. probably type is missing"
Hi, when I call a member method of my singleton class, I receive the error message "unexpected token, probably type is missing" during compilation. This is the code Config * cfg = getEURUSD_m15_R3(); ConfigManager* cm =
Eugen Funk
Published product
Trade Smart Money Concepts and Price Action Patterns like a bad ass! No quantum computing, no AI, no bullshit. Just great patterns and smart position sizing. The EA always uses stop loss and take profit levels. Unique Benefits: The EA can be super profitable - see example images below. The EA works best when there are "panic" or trendy times on the market (see screenshots below). A panel indicates if you selected wrong time frame or an unsupported currency pair. If drawing is enabled, the EA
Eugen Funk
Added topic What could be a reason for high memory consumption?
Hi, I see that in some cases a backtest requires a lot of time (1hr+) and memory. Can anyone suggest what might be reason for this so I can try to resolve it? Thank you very much
Eugen Funk
Added topic Writing FIles produces strange files
Hi, when I use the FileWrite or FileWriteString, MT produces binary files, which are close to be text files. Here is my code: string msg = "\nTester duration: " + DoubleToString ( double (end_time-init_time)/ 1000.0 )+ " sec" ; string
Eugen Funk
Added topic How to log during optimization?
Hi, is there a way to write log files during optimization? I would like to print stuff while multiple optimization agents are running. Is there a way to see results of Print("...") commands somewhere? Thank you very much
Eugen Funk
Left feedback to customer for job Grid EA based on Simple Mathematics and Price action
Very friendly customer.
Eugen Funk
Added topic Optimization slows down over time
My optimization becomes slower over time. While the first 20 results arrive quickly, after 200 or so the optimization holds and it takes hours to complete even one run. The memory remains more or less constant. The CPU load goes to 100% and remains
Eugen Funk
Added topic How to see all new freelance client messages in one place?
Hi, in order to check if I have new messages from clients, I need to click over ALL projects in the list. Not enough: I have to click on the project, then on the tab "Comments" in order to see if there is any new message. The is no more inconvinient
Eugen Funk
Added topic Balance in Strategy-Tester updates only after Pause
Hi, when I run the strategy tester the EA works fine but the balance and all information in the bottom area is only updated when I press pause. Is there a way to make it interactive while the backtest is running
Eugen Funk
Added topic MT5 lost all history data
Hi, today my MT5 lost all history data. When I open the terminal, it looks like this: When I try to start a backtester, I get these errors: Any advice? Thank you very much
Eugen Funk
Added topic Close partial with new comment
Hi, I know there were some posts on the topic to close a position partially with preserving comments. I know that it is possible. I can do a partial close from the MetaTrader UI setting a new comment. How can I do it with code? Currently, I assume
Eugen Funk
Added topic Do not start EAs after restart
I would like MT to start EAs from previous session automatically. How can I achieve this?? When I start MT5, I usually pass account details as startup arguments. However, both accounts use different EAs. Scenario: I start MT-Account 1, then
Eugen Funk
Added topic Cant open sellLimit Order
Hi, I have no ideas anymore what might be wrong with my code. I try to open a SELL LIMIT order but the terminal just says "invalid order", Error code 10035. Here is the core fragment: int OnInit () { const string
Share on social networks · 1
3
Eugen Funk
Added topic Optimization forward testing results are wrong
I have a very strange issue with the forward optimization in MT5. When I look at the table showing the results of different parameters I see that the drawdown is about 6%. However, when I run the selection by right-clicking "Run single Test", the DD
Eugen Funk
Added topic Accounts: deleted due security reason?
Hi, since a few hours I see a problem that I cannot login. I am usually using the startupini file with the following cridentials: [Common] Server=xxx Login=xxx Password=xxx MQL5Login=yyy #you cant save here the clear password #you will have to login
Eugen Funk
Added topic How to search for signals within MT5?
The new version of MT5 made the signal handling more difficult. Now, it is not possible to search for a signal. Cant sort by name, can't search by anything. How am I supposed to find a signal I selected from the web page? (Cant click on it, since the
Eugen Funk
Added topic How to show free signals in the browser search?
Hi there, when I open the signals in my web browser (https://www.mql5.com/en/signals) , I cannot see any free signals . However, opening the "signals" tab inside MT5, I can see them. Is there a trick how I can enable the display of them in the
Eugen Funk
Added topic How can I set "Allow modifications of signals settings" from a startup .ini file?
Hi, I would like to start MT5 and to enable my EA with permissions to change signal settings. So far I use [Experts] AllowLiveTrading=1 AllowDllImport=1 Enabled=1 But this does not allow the EA to modify the signals. When I add the EA manually to a
: