New MetaTrader 4 Platform Build 825: Product Renting in Market and Testing of Indicators - 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
The profile trick worked for me and I've isolated it to one indicator that I use. As soon as it is added I get terminal.exe using 13% CPU time and the memory increasing all the time. There has never been an issue with this indicator before now.
Two files are attached.
MACDPredictor.mq4 is the one causing the problem,
MACD (DEMA) DiNapoli.mq4 is called by MACDPredictor.mq4 which won't work without it.
Neither is my work - I may have fiddled with them since downloading but as I say they have been stable for a long time.
Any help apreciated.
Your code is wrong. Please see attached file
current_fastEMA = iCustom(NULL, 0, "MACD_2DEMAo_DiNapoli", fastEMA, slowEMA, macdEMA, 2, i) ; -- true name
current_fastEMA = iCustom(NULL, 0, "MACD (DEMA) DiNapoli", fastEMA, slowEMA, macdEMA, 2, i) ; -- wrong nameYour code is wrong. Please see attached file
current_fastEMA = iCustom(NULL, 0, "MACD_2DEMAo_DiNapoli", fastEMA, slowEMA, macdEMA, 2, i) ; -- true name
current_fastEMA = iCustom(NULL, 0, "MACD (DEMA) DiNapoli", fastEMA, slowEMA, macdEMA, 2, i) ; -- wrong nameHotfix 830 build released.
Connect to MetaQuotes-Demo server to upgrade, please.Thanks for the prompt response. The system renamed the file when I uploaded it, "MACD (DEMA) DiNapoli" is the correct name for the file and, as I mentioned it has been working fine for a long time before this platform update.
Please update to the latest build and check again. Provide logs from experts and journal tab. Thanks.
I'm still on 825 but have found that after re-compiling the indicators on this version they work again. Interestingly, from the dates of the .ex4 files it looks as though the upgrade recompiles all of the indicators etc. Is this correct?
Alll the best
I'm still on 825 but have found that after re-compiling the indicators on this version they work again. Interestingly, from the dates of the .ex4 files it looks as though the upgrade recompiles all of the indicators etc. Is this correct?Alll the best
Why i can't change tester template. when i try to change tested template. it is show : tester: cannot change tested template.
is there any way to change tester. As a freelancer i have test sever EA with template to debug. if i am not able to change template then it will be hard to test EA quickly.
Why i can't change tester template. when i try to change tested template. it is show : tester: cannot change tested template.
is there any way to change tester. As a freelancer i have test sever EA with template to debug. if i am not able to change template then it will be hard to test EA quickly.
Why i can't change tester template. when i try to change tested template. it is show : tester: cannot change tested template.
is there any way to change tester. As a freelancer i have test sever EA with template to debug. if i am not able to change template then it will be hard to test EA quickly.
Experts or Indicators as it leads to closing of Experts or Indicator you are testing.