RSI Crossover Code

CROSSOVER (RSI (Close,15), RSI (close,4))

Modify the code .

The code.
SET A = RSI (Close,15)
SET B = RSI (Close,4) + 2

Adding numeric value to code is possible ???