Here is my follow up attempt but I don't think it works. Still learning.


bool rising = series(RSI(Close,14));

bool falling = series(RSI(Close,14));

//////////////////////////////////////////

&& RSI(Close,14) < 30 && rising)

&& RSI(Close,14) > 70 && falling)