hi , i like to write a order-cancelling action with two chained conditions but dont know how.
it's like this:
given : A, B, C
conidtion 1:
IF last-price = A+ B, trigger condition 2
condition 2:
when last-price = A+C , Cancel buy or sell order
in the above, condition1 must precede...