custom indicator not opening trades
-
hello everyone just want it to trade on signals i get from this rsi divergence indicator i managed to make it run without errors but no luck with taking orders on signal please help I'm trying hard to make it work and no success
link for project
https://fxdreema.com/shared/0rJIquEOdlink for the indicator file it's mql
https://easyupload.io/n9xg7u -
@abanob Hi, this indicator has the same value in all bar 1 buffer, the one that doesn't moves with price, because of this your condition will never be true, as it will never be true.
-
@jstap hello thank you for taking time and commenting here but to be honest i don't fully understand what you said i tried all these things for now
on buffer 0 candle id from 0 to 3 all tested vs buffer 0-1-2-3 and each time alone for example buffer 0 candle id 1 on buffer 1 candle id 0 and so on i tried these cmobinations i also tried to put buffer 0 vs buffer 0 and i changed the candle id from 0 to 1 and nothing happen i tried many things but no luck -
@abanob hes saying that each buffer is producing the same value, there is no difference between them in terms of whatever they are representing.
-
In conclusion this indicator doesn't work in ea since it's producing same values in buffer0 and buffer1, sad story since this indicator is the best free one I find on the internet for rsi divegance the signal is perfect and don't repent and with alert
-
@abanob I have found this more than once with indicators, if you put this indicators buffer values in to a comment block you will see what they contain, FX needs a value changing in a buffer to be able to act on it.
-
@jstap there are other ways to pull info from indi's that dont have those buffers, but I forgot. I wasn't paying attention when the guy taught me because I wasn't concerned with indi's haha