Error: Indicator cannot load (handle=10 | error code=4806)
-
Goodmorning
The Envelope Scalper was correctly bactested.
When I Try to attach it at a chart for demo purposes I receive the following error message:
2014.07.03 00:45:08.707 Envelope Scalper (EURUSD,M5) Error: Indicator cannot load (handle=10 | error code=4806)
The message appear as soon as I start the ea.Naturally same MT5 istance. No idea how can I fix it.
Thank You
-
Weird No answer? I posted in the wrong section?
-
Check if the indicator is properly added in fxDreema. Here at the bottom you can see small picture with basic data types: https://fxdreema.com/documentation/proj ... indicators Input variable names are not that important, but they must have only latin letters, numbers or "_", and the first letter cannot be number. Buffers - the same thing. I wrote about these things where you add indicators, and also in the link above.
-
I guess you have misunderstood. I am not using any standard indicator envelopes. Why should I add it?
This is the reason I think this is the bug. Please check the project Envelope Scalper and you will sww that only one standard indicator have been used -
Now I can see that you are using built in indicator "Envelope", but probably you used custom indicator before, because there is something missing now in block 23.
This error happens very often when the indicator is not added correctly. fxDreema tries to read information from the indicator, but sometimes that information is... let's say confusing... and at the end the custom indicator is not used properly in the code and wont load. Otherwise custom indicators work, there are other people using this.
Send me your indicator if you want, I will check it's input parameters
-
Weird, it happens opn several different EA build with this system. Attached an example.
Some info that could be usefull to identify the issue:
- All the EA backtest properly. I have issu only when attaching to a Chart.
- I am on Alpari just switched from istant execution to market
- At least 3 EA developed for testing purposes has the same strange behavior.
How coud be an issue related to custom indicator if they backtest properly?
I have tried to export the fxDreema code and attacch hera, but the Stand alone version does not allow me to export this project. Whats wrong?
thank you
-
I have 1 error message at the very beginning, but then it works, the indicator can be read and used. I'm using this to see if any indicator works: https://fxdreema.com/shared/4kOOeZrBb
-
__I have 1 error message at the very beginning, but then it works, the indicator can be read and used. I'm using this to see if any indicator works: https://fxdreema.com/shared/4kOOeZrBb[/quote:yxxcprkd]
I do not know if we are talking regarding the same thing. I the EA works on during backtest, nut gives error when attacched to a chart in a demo account. How can you say if the EA works or not?
the error pop up on the expert tab, not in the journal
-
I updated something, now it should be fine without errors. But it worked anyway

-
__I updated something, now it should be fine without errors. But it worked anyway :)[/quote:21ydlx8o]
ok should I re-compile the ea?
How can i export the project from the stand alone the xml export option does not work...
-
.mq4 and .mq5 files contains all the project data from fxDreema. I loaded your project from the .mq5 above. I will probably remove that .xml option in near future
-
__.mq4 and .mq5 files contains all the project data from fxDreema. I loaded your project from the .mq5 above. I will probably remove that .xml option in near future[/quote:1zx9uj44]
ok now it works. Thank you