Trigger Expressions

Top  Previous  Next

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:

5
2+3
IF(4>7, 0, 1)
back_price + 2
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:

Price
Amount
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.