Navigation: Realtest Script Language > Syntax Element Details > Bound Category General-Purpose Functions Description Force a value to be between a lower and upper limit Syntax Bound(value, low, high) Parameters value - formula specifying a value to bound low - formula specifying a lower boundary value high - formula specifying an upper boundary value Example BoundedRSI: Bound(RSI(14), 20, 80) Clips RSI to the 20-80 range. Copyright © 2020-2026 Systematic Solutions, LLC