|
A trigger expression is a general name for any combination of numbers, formulae, functions, arithmetic operators and trigger variables. Here are examples of some trigger expressions:
| • | back_price*back_size/bm_laya |
| • | IF(wins_5 > losses_5, back_size, back_size + last_lost) |
You can evaluate such expressions and check their values inside the following trigger fields:
| • | Value by which default amounts are changed |
| • | Minimum profit % for greening up |
| • | The value of a user variable when setting a user variable's value |
| • | Trigger Expression field in a trigger condition |
| • | Values in a trigger condition that a parameter is compared to. |
|