Simple RSI condition problem
-
I'm trying to put one simple condition but i suppose I do something wrong.
Its very simple on RSI.
Its states that value of RSI at current candle IS bellow RSI value of previews 3th candle. Easy right? here's what i wrote.

BTW what does that little check box do when you mark it on a right side. It says something about optimization, but don't know what it really does.Thanks in advice.
-
how your project looks like? I am asking, because it can be problem somewhere in other place.
Little checkbox allows input parameter to be visible in settings window of EA (when you are inserting EA into chart, settings window appear and these parameters you can set here). Better as checkbox is learn to use this:
https://fxdreema.com/help/working-with/constants-and-variables (note, when you use constants as inputs, checkbox is not selected) ... -
Here's full capture

Every other condition works as it should, except when i do testing I see that that condition that I posted above simply skipable.
Can you make condition that it would work in a same way, and'll make it work by that example for my own. I'll try to test this on its own, piece by piece to see what is wrong with it.Thanks in advice.
PS did my main topic picture was correct? Just wondering. -
I solve it.
It looks like it was not working or working when it's not suppose to because time frame was not selected.
Its all working now, than's anyway.