Does not work in this EA backtest of MT5.
-
How could bring up the? I tried another indicator, but I'm also having problems. It will not appear on the chart and backtest test does not work properly.
Here is the link from another project: https://fxdreema.com/shared/nMTfFWKjd
Error that appears me:
2014.06.05 13:01:51.005 2011.06.06 00:47:00 Error: Indicator not handled. (handle=-1 | error code=4802)
2014.06.05 13:01:51.005 2011.06.06 00:47:00 cannot load custom indicator 'hilo__1_teste' [4802]
2014.06.05 13:01:51.005 loading of hilo__1_teste EURUSD,H1 failed
2014.06.05 13:01:51.005 program file Indicators\hilo__1_teste.ex5 read error
2014.06.05 13:01:51.005 2011.06.06 00:47:00 Error: Indicator not handled. (handle=-1 | error code=4802)
2014.06.05 13:01:51.005 2011.06.06 00:47:00 cannot load custom indicator 'hilo__1_teste' [4802]
2014.06.05 13:01:51.005 program file Indicators\hilo__1_teste.ex5 read error
2014.06.05 13:01:51.005 2011.06.06 00:47:00 Error: Indicator not handled. (handle=-1 | error code=4802)
2014.06.05 13:01:51.005 2011.06.06 00:46:40 cannot load custom indicator 'hilo__1_teste' [4802]
2014.06.05 13:01:51.005 loading of hilo__1_teste EURUSD,Daily failed
2014.06.05 13:01:51.005 program file Indicators\hilo__1_teste.ex5 read error
2014.06.05 13:01:51.005 2011.06.06 00:46:40 Error: Indicator not handled. (handle=-1 | error code=4802)About BE, "on Pips Profit" is not how the market has to be in profit?
And the BE "PointSet" is not how it should move?This set on Pips Profit: 25 pips and 2.5 pips Pipsoffset. This wrong this way?
-
Here are some reasons to not load the indicator properly:
- The indicator is not there. Now you can run MT in normal mode or portable mode, and files are on different locations in both cases. Go to "File - Open Data Folder" to see where are your files.
- The indicator (if you don't have the source) is on the right place, but compiled under older MT version
- Input parameters are not correct. This is where fxDreema can be wrong. I found some problem with is before and I think I fixed it, but who knows... Just check if your indicator has the same count of input parameters as the count that fxDreema recognizes. Also datatypes are important.
For the BE. Pips on profit is where it will lock the SL. By default it will place it on the Open Price (SL = OP), but optionally you can use this Break Even Point Offset parameter to place SL at OP + PipsOffset. Think of BEP (break even point) as the level where SL is, where the loss should be 0 (or not exactly 0 when there is some commission and/or swap).
And yes, obviously I have to fix some parameter names because it is confusing. I have to apologize for that. -
Hello fxDreema. Okay?
Solved the problem of not viewing the indicator. The indicators were in the downloads folder in the folder of indicators. The solution was a make a copy of the indicators in the main folder and add the indicators.
Regarding BE, really thought it was like I said, I see that it is contrary to what should be. It may also be due to translations through translators.
-
Aaaaah translators...

In short, the value above must be bigger than the value below. -
Another small problem.
The dynamic SL Block "Modify stops of position" in the price sometimes is not triggered, and error messages appear, that in the text file I sent.
And also would like to know how to disable or stop using the TP of this block.
......
Error.txt -
With default settings it is working, I can't say what is wrong when I don't know what settings you are using. Maybe "Dynamic" one... from what can I see, the value in this case goes directly, it is price level, not a pips value, so what you write is what it will be exactly. And it's true that I need to update this block... or remove it

The same can be done with some pink blocks: https://fxdreema.com/shared/FgGUhSP8b
For MT5 even "modify stops" (without For each Position) can be enough, if the EA works with the current market only.