Discussion of article "Universal Expert Advisor: Trading in a Group and Managing a Portfolio of Strategies (Part 4)" - page 2
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi.
Interesting material. I have read it and decided to try it in practice. I am trying to compile the attached Expert Advisor Agent.mq5 in MT5 Build 1295. All files are error-free, but at the end "Internal compiler error." :( Can you tell me where to dig?
Yes, this problem occurred on the new compiler. I have already made a request to servicedesk. They promised to fix it.
The problem occurs when trying to compile the Expert Advisor control panel. So far the solution is as follows: exclude the panel from the project. I have attached StrategyList1.mqh below. Try to replace the old StrategyList with it. It should help.
Yes, this problem occurred on the new compiler. I have already made a request to servicedesk. They promised to fix it.
The problem occurs when trying to compile the Expert Advisor control panel. So far the solution is as follows: exclude the panel from the project. I have attached StrategyList1.mqh below. Try to replace the old StrategyList with it. It should help.
It still does not compile. Error: 'OnChartEvent' - function must have a body Agent.mq5 68 12
It still does not compile. Error: 'OnChartEvent' - function must have a body Agent.mq5 68 12
Comment out the OnChartEvent function in Agent.mq5. For now in the current version of the compiler we will have to do without the panel and events from the chart.
It worked :
MT5 Build 1301 from 15.04.16
P.S. hint where to dig: does not react to MM settings, that I do not specify, always trades only 1 lot, and also did not find anything about stops - loss, profit, trall, or it is not in the code?
It worked :
MT5 Build 1301 from 15.04.16
P.S. hint where to dig: it does not react to MM settings that I do not specify, always trades only 1 lot, and also did not find anything about stops - loss, profit, trall, or it is not in the code?