You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
If you are comparing two signals and want to be sure they produce the same values all the time, including`na` values, you can use code like this to make sure they arerigously the same on all bars. It compares the value of`rsi(close, 14)` to an external input:
377
+
If you are comparing two signals and want to be sure they produce the same values all the time, including`na` values, you can use code like this to make sure they arerigorously the same on all bars. It compares the value of`rsi(close, 14)` to an external input: