Threshold



In this page, you will learn about the ‘Threshold’ conditions.



A threshold condition compares a specified indicator’s value to a specified level. The comparisons that can be made are: greater than (>), greater than or equal to (>=), less than (<), and less than or equal to (<=).



For example, if you wanted to code a strategy where the conditions were:
Entry: RSI < 20
Exit: RSI > 80
You would input it like this: