In which order are Price Limit rules applied? Is it possible to give them a priority?
For example, if the first rules matches than CAT stops there, otherwise CAT processes the second rule and so on.
For example, I have a situation where I don't want the ping buy price to be lower than X, and also the ping buy price be higher then last pong sell price - x%. I want the first rules to have priority over the second.
Limit conditions are in OR relationship.
Rule1 OR Rule2 OR Rule3......
OR is commutative, so you don't need to set a priority.
I am not sure I got it. I have the following rules and CAT set the price at 0.00003933. I want it to be above 0.00004027. What I am a doing wrong?