I have the same problem. It doesn't work when i enter a percentage ( tested it with int,double and string) :

I have the same problem. It doesn't work when i enter a percentage ( tested it with int,double and string) :

@l-andorrĂ said in custom indicator is not working:
@unimatrix The variables used to identify that timeframe cannot be corrrectly identified by fxDreema. I'm afraid you will need a real programmer to modify the indicator's code.
Thanks for your answer, i will ask a programmer to look into the code.
When i try to load the indicator in fxdreema everything looks allright, but when i test it in MT4 the settings are not recognised, everything is set to 0 and the first parameter (Timeframe) is just empty. Adding the parameters manually doesn't help either.
Any ideas what the problem might be?
0_1603049053526_rate of change smoothed.mq4

@varso Thank you, looks like a good solution!
Here is my updated project. It works now, but i don't know if i'm overcomplicating things... 
@l-andorrĂ
Thank you for your help. Here is my current project:
https://fxdreema.com/shared/xnrI3zX3c
How exactly do i count "every new candle open" after the first condition?
Hello everyone,
i have two conditions:
I got those two conditions working but i want to check the second condition within 'n' bars after the first one ( the crossover). If thats true then enter buy/sell. How do i set this up ?
I tried "Loop pass n times" the second condition after the first one is true, but this doesn't seem to work
image url)