i don't why my indicators are not working on mt4
-
I make many time indicators but not working on mt4
mt4 message (Custom indicator .fxDreema4 GBPUSD,M1: removed
)anyone help me
-
There could be many different reasons. Could you please share more information? Maybe some screenshots would be useful?
-

hi Here screenshot please help me
and here MT4 message

-
anyone help me, please
-
@pranj hello, try with candle id 1 in the conditions block > more settings.
-
-
hi
i add screenshot, please check -
That's very weird. Apparently your indicator is self removed for some reason. Does it work on demo (not tester)?
-
I am using XM MT4 on the live account.
-
And did you try it on other brokers?
-
@l-andorrà
can you please suggest me which one is the best brokers?
and which MT4 software I need to use? -
There are literally hundreds of brokers to test. Just choose one you trust. Most of them use MT4 as their trading platform so just choose anyone you want to test your indicator.
-
Yes, that's weird... Particularly because it is a default indicator (not custom). Maybe you should reinstall Mt4, or restart computer. Also, try something with another indicator, see if that works, and if it does, it means the indicator is broken for some reason. That's why I suggested reinstall Mt4.
Otherwise the condition seems ok. Should work. -
-
Then it is apparently a problem with the indicator itself. I agree with CPxion. Everything seems right.
-
@pranj please, upload here your project
-
I can see that you have 2 custom indicators. I can't find something wrong with their definitions and I'm not sure what is the problem. I can say that it is important to have all input parameters with their correct data types and correct orders. The names can be different, but each name should look like MQL variable name.
There is one known bug in FxDreema. You can see there are few extra parameters for each custom indicator:

Each one of these parameters have some name. At the end the names of the indicator's parameters and these parameters are merged. Problem happens when the name of one parameter of your indicator is the same as the name of one of those system parameter names. For example this one on the picture is named Period. There are few others - IndicatorBuffers, Symbol, Shift, ModeOutput and some others. These who cause problems are normally Period, Symbol and Shift. So if you have parameter with one of these names, rename it to something else... MyPeriod instead of Period... anything like that.


