Maybe it was below 40 at some time when the bar was current.
I will only mention using NULL for the time-frame and not comment as I have no idea whether NULL is interpreted as the current time-frame or not.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi!
I use RSI to filter the trend to place new order.
here is i added condition for RSI to filter.
here is my condition to filter the trade:
If RSI(14)>60 >> Buy
If RSI(14)<40 >> Sell
see the image below:
it seems working wrong. Please suggest me to solve the issue. i use shift value as "0"
my code is given below: